Changeset 3480737
- Timestamp:
- 03/12/2026 01:10:17 AM (2 weeks ago)
- Location:
- simple-ebook-viewer
- Files:
-
- 2 edited
-
tags/1.0.0/readme.txt (modified) (6 diffs)
-
trunk/readme.txt (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
simple-ebook-viewer/tags/1.0.0/readme.txt
r3480712 r3480737 59 59 60 60 The plugin sets some reasonable defaults for these preferences, but if you're not happy with those defaults, you can change them by adding one or more of the following attributes to the shortcode, with the appropriate values: 61 61 62 * **`layout`** 62 63 - accepted values: "**paginated**" or "**scrolled**" (default: **paginated**) … … 89 90 90 91 You can set the default values for these filters with the following shortcode's attributes: 92 91 93 * **`activate-color-filter`** 92 94 - accepted values: "**true**", "**false**" (default: **false**) … … 109 111 110 112 There are some other settings that the users won't be able to change by themselves. These are: 113 111 114 * **`always-full-viewport`** 112 115 - accepted values: "**true**", "**false**" (default: **false**. If **true**, **return-to-url** is also required) … … 152 155 153 156 As secondary dependencies of the foliate-js library, the plugin embeds other three libraries: 157 154 158 * zip.js (https://github.com/gildas-lormeau/zip.js), licensed under the BSD-3-Clause; 155 159 * fflate (https://github.com/101arrowz/fflate), MIT licensed. … … 159 163 160 164 Other libraries embedded by the plugin are: 165 161 166 * vite-for-wp by Dzikri Aziz (https://github.com/kucrut/vite-for-wp), 162 167 licensed under the GPL v2.0 license … … 165 170 166 171 Embedded fonts: 172 167 173 * OpenDyslexic (https://opendyslexic.org/) by Abbie Gonzales, licensed under the SIL Open Font License v1.1; 168 174 * Manrope (https://github.com/sharanda/manrope) by The Manrope Project Authors, licensed under the SIL Open Font License v1.1; -
simple-ebook-viewer/trunk/readme.txt
r3480712 r3480737 59 59 60 60 The plugin sets some reasonable defaults for these preferences, but if you're not happy with those defaults, you can change them by adding one or more of the following attributes to the shortcode, with the appropriate values: 61 61 62 * **`layout`** 62 63 - accepted values: "**paginated**" or "**scrolled**" (default: **paginated**) … … 89 90 90 91 You can set the default values for these filters with the following shortcode's attributes: 92 91 93 * **`activate-color-filter`** 92 94 - accepted values: "**true**", "**false**" (default: **false**) … … 109 111 110 112 There are some other settings that the users won't be able to change by themselves. These are: 113 111 114 * **`always-full-viewport`** 112 115 - accepted values: "**true**", "**false**" (default: **false**. If **true**, **return-to-url** is also required) … … 152 155 153 156 As secondary dependencies of the foliate-js library, the plugin embeds other three libraries: 157 154 158 * zip.js (https://github.com/gildas-lormeau/zip.js), licensed under the BSD-3-Clause; 155 159 * fflate (https://github.com/101arrowz/fflate), MIT licensed. … … 159 163 160 164 Other libraries embedded by the plugin are: 165 161 166 * vite-for-wp by Dzikri Aziz (https://github.com/kucrut/vite-for-wp), 162 167 licensed under the GPL v2.0 license … … 165 170 166 171 Embedded fonts: 172 167 173 * OpenDyslexic (https://opendyslexic.org/) by Abbie Gonzales, licensed under the SIL Open Font License v1.1; 168 174 * Manrope (https://github.com/sharanda/manrope) by The Manrope Project Authors, licensed under the SIL Open Font License v1.1;
Note: See TracChangeset
for help on using the changeset viewer.