tiddlywiki 5.2.4 → 5.2.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (30) hide show
  1. package/bin/build-site.sh +1 -1
  2. package/core/wiki/config/OfficialPluginLibrary.tid +1 -1
  3. package/editions/es-ES/tiddlers/GettingStarted_-_Chrome.tid +1 -1
  4. package/editions/es-ES/tiddlers/Saving_with_the_HTML5_fallback_saver.tid +1 -27
  5. package/editions/es-ES/tiddlers/Saving_with_the_HTML5_saver.tid +35 -0
  6. package/editions/fr-FR/tiddlers/GettingStarted - Chrome.tid +1 -1
  7. package/editions/fr-FR/tiddlers/Saving with the HTML5 saver.tid +23 -0
  8. package/editions/fr-FR/tiddlers/saving/Saving with the HTML5 fallback saver.tid +1 -22
  9. package/editions/prerelease/tiddlers/Release 5.2.6.tid +107 -0
  10. package/editions/prerelease/tiddlers/system/PrereleaseOfficialPluginLibrary.tid +1 -1
  11. package/editions/tw5.com/tiddlers/community/resources/RegExp in Tiddlywiki by Mohammad.tid +1 -1
  12. package/editions/tw5.com/tiddlers/community/resources/_file-backups_ Extension Firefox by pmario.tid +1 -1
  13. package/editions/tw5.com/tiddlers/community/resources/_savetiddlers_ Extension for Chrome and Firefox by buggyj.tid +1 -1
  14. package/editions/tw5.com/tiddlers/gettingstarted/GettingStarted - Chrome.tid +2 -2
  15. package/editions/tw5.com/tiddlers/hellothere/HelloThere.tid +1 -1
  16. package/editions/tw5.com/tiddlers/images/New Release Banner.png +0 -0
  17. package/editions/tw5.com/tiddlers/releasenotes/Release 5.2.4.tid +5 -1
  18. package/editions/tw5.com/tiddlers/releasenotes/Release 5.2.5.tid +25 -0
  19. package/editions/tw5.com/tiddlers/saving/Saving with the HTML5 fallback saver.tid +3 -23
  20. package/editions/tw5.com/tiddlers/saving/Saving with the HTML5 saver.tid +27 -0
  21. package/languages/es-ES/Buttons.multids +2 -0
  22. package/languages/es-ES/ControlPanel.multids +2 -2
  23. package/languages/es-ES/Fields.multids +2 -2
  24. package/languages/es-ES/Help/commands.tid +18 -0
  25. package/licenses/cla-individual.md +2 -0
  26. package/package.json +1 -1
  27. package/plugins/tiddlywiki/bibtex/deserializer.js +2 -2
  28. package/readme.md +1 -1
  29. package/themes/tiddlywiki/vanilla/base.tid +3 -19
  30. package/editions/prerelease/tiddlers/Release 5.2.5.tid +0 -50
package/bin/build-site.sh CHANGED
@@ -5,7 +5,7 @@
5
5
  # Default to the current version number for building the plugin library
6
6
 
7
7
  if [ -z "$TW5_BUILD_VERSION" ]; then
8
- TW5_BUILD_VERSION=v5.2.4
8
+ TW5_BUILD_VERSION=v5.2.5
9
9
  fi
10
10
 
11
11
  echo "Using TW5_BUILD_VERSION as [$TW5_BUILD_VERSION]"
@@ -1,6 +1,6 @@
1
1
  title: $:/config/OfficialPluginLibrary
2
2
  tags: $:/tags/PluginLibrary
3
- url: https://tiddlywiki.com/library/v5.2.4/index.html
3
+ url: https://tiddlywiki.com/library/v5.2.5/index.html
4
4
  caption: {{$:/language/OfficialPluginLibrary}}
5
5
 
6
6
  {{$:/language/OfficialPluginLibrary/Hint}}
@@ -7,4 +7,4 @@ type: text/vnd.tiddlywiki
7
7
 
8
8
  En Google Chrome, TiddlyWiki sólo puede guardar cambios usando el módulo alternativo de guardado compatible con HTML5
9
9
 
10
- {{Saving with the HTML5 fallback saver}}
10
+ {{Saving with the HTML5 saver}}
@@ -6,30 +6,4 @@ tags: Saving
6
6
  title: Saving with the HTML5 fallback saver
7
7
  type: text/vnd.tiddlywiki
8
8
 
9
- Este método para guardar cambios es un poco rudimentario porque requiere intervención manual para cada acción de guardado. Tiene, sin embargo, la ventaja de que funciona en casi todos los navegadores de escritorio y en muchos navegadores móviles.
10
-
11
- # Descarga un TiddlyWiki en blanco pulsando este botón
12
-
13
- #> {{$:/editions/es-ES/snippets/download-empty-button}}
14
-
15
- #>Si el botón no funciona, guarda este enlace: https://tiddlywiki.com/languages/es-ES/empty.html
16
-
17
- #> Seguramente el navegador te pida que confirmes la descarga
18
-
19
- #Localiza el archivo que acabas de descargar
20
-
21
- #*Puedes cambiarle el nombre, siempre que mantengas la extensión `.html` o `.htm`
22
-
23
- #Abre el archivo en el navegador
24
-
25
- # Crea un nuevo tiddler usando el botón ''Nuevo tiddler'' {{$:/core/images/new-button}} de la barra lateral. Escribe algo en él y haz clic en el botón ''OK'' {{$:/core/images/done-button}}
26
-
27
- # Guarda los cambios con el botón ''Guardar cambios'' {{$:/core/images/save-button}} de la barra lateral
28
-
29
- # El navegador descargará una copia del wiki que incluye tus cambios.
30
-
31
- # Localiza el archivo nuevo y ábrelo en el navegador
32
-
33
- # Comprueba que los cambios se han guardado correctamente
34
-
35
- ''Consejo'': la mayoría de navegadores permiten la opción de especificar la localización de cada descarga, en lugar de descargar a la carpeta por defecto. Esta opción te permite "planchar" tu archivo con la nueva versión.
9
+ [[Saving with the HTML5 saver]]
@@ -0,0 +1,35 @@
1
+ caption: Guardar con módulo HTML5
2
+ created: 20131129092604900
3
+ es-title: Guardar con el módulo alternativo de guardado
4
+ modified: 20160603131518256
5
+ tags: Saving
6
+ title: Saving with the HTML5 saver
7
+ type: text/vnd.tiddlywiki
8
+
9
+ Este método para guardar cambios es un poco rudimentario porque requiere intervención manual para cada acción de guardado. Tiene, sin embargo, la ventaja de que funciona en casi todos los navegadores de escritorio y en muchos navegadores móviles.
10
+
11
+ # Descarga un TiddlyWiki en blanco pulsando este botón
12
+
13
+ #> {{$:/editions/es-ES/snippets/download-empty-button}}
14
+
15
+ #>Si el botón no funciona, guarda este enlace: https://tiddlywiki.com/languages/es-ES/empty.html
16
+
17
+ #> Seguramente el navegador te pida que confirmes la descarga
18
+
19
+ #Localiza el archivo que acabas de descargar
20
+
21
+ #*Puedes cambiarle el nombre, siempre que mantengas la extensión `.html` o `.htm`
22
+
23
+ #Abre el archivo en el navegador
24
+
25
+ # Crea un nuevo tiddler usando el botón ''Nuevo tiddler'' {{$:/core/images/new-button}} de la barra lateral. Escribe algo en él y haz clic en el botón ''OK'' {{$:/core/images/done-button}}
26
+
27
+ # Guarda los cambios con el botón ''Guardar cambios'' {{$:/core/images/save-button}} de la barra lateral
28
+
29
+ # El navegador descargará una copia del wiki que incluye tus cambios.
30
+
31
+ # Localiza el archivo nuevo y ábrelo en el navegador
32
+
33
+ # Comprueba que los cambios se han guardado correctamente
34
+
35
+ ''Consejo'': la mayoría de navegadores permiten la opción de especificar la localización de cada descarga, en lugar de descargar a la carpeta por defecto. Esta opción te permite "planchar" tu archivo con la nueva versión.
@@ -7,4 +7,4 @@ type: text/vnd.tiddlywiki
7
7
 
8
8
  Sous Google Chrome, <<tw>> ne parvient à sauvegarder les modifications qu'à l'aide de la solution de repli standard : le module de sauvegarde compatible HTML5.
9
9
 
10
- {{Saving with the HTML5 fallback saver}}
10
+ {{Saving with the HTML5 saver}}
@@ -0,0 +1,23 @@
1
+ created: 20131129092604900
2
+ fr-title: Sauvegarder avec l'enregistreur HTML 5 par défaut
3
+ modified: 20160526130128327
4
+ tags: Saving
5
+ title: Saving with the HTML5 saver
6
+ type: text/vnd.tiddlywiki
7
+
8
+ Cette manière d'enregistrer les modifications est assez pénible, car elle requiert une intervention manuelle à chaque enregistrement. Elle a l'avantage de fonctionner avec pratiquement tous les navigateurs tournant sur les ordinateurs de bureaux, et de nombreux navigateurs tournant sur appareils mobiles.
9
+
10
+ # [[Téléchargez|Download]] un TiddlyWiki en cliquant sur ce bouton<<dp>>
11
+ #> {{$:/editions/fr-FR/snippets/download-empty-button}}
12
+ #> Si le bouton ne fonctionne pas, enregistrez ce lien<<dp>> https://tiddlywiki.com/languages/fr-FR/empty.html
13
+ #> Votre navigateur vous demandera peut-être d'accepter explicitement l'enregistrement avant qu'il démarre
14
+ # Localisez le fichier que vous venez de télécharger
15
+ #* Vous pouvez le renommer, mais assurez-vous de conserver l'extension `.html` ou `.htm`
16
+ # Ouvrez le fichier dans votre navigateur
17
+ # Essayez de créer un nouveau tiddler à l'aide du bouton ''nouveau tiddler'' {{$:/core/images/new-button}} de la barre latérale. Ajouter du contenu dans le tiddler, et cliquez sur le bouton ''terminé'' {{$:/core/images/done-button}}
18
+ # Enregistrez vos modifications en cliquant sur le bouton ''enregistrer les modifications'' {{$:/core/images/save-button}} de la barre latérale
19
+ # Votre navigateur téléchargera alors un nouvel exemplaire du wiki, avec vos modifications à l'intérieur
20
+ # Localisez ce nouveau fichier et ouvrez-le dans votre navigateur
21
+ # Vérifiez que vos modifications ont correctement été enregistrées
22
+
23
+ ''Truc'': la plupart des navigateurs peuvent être configurés pour proposer un chemin d'enregistrement à chaque téléchargement. Cela vous permet de sélectionner la version précédente du fichier et ainsi de la remplacer.
@@ -1,28 +1,7 @@
1
- caption: Enregistreur HTML5
2
- color: #7986cb
3
1
  created: 20131129092604900
4
- delivery: Saver
5
- description: Technique un peu gênante mais universelle qui marche sur tous les navigateurs ou presque
6
2
  fr-title: Enregistreur HTML5 par défaut
7
- method: save
8
3
  modified: 20220402105820520
9
- tags: Saving Chrome Firefox [[Internet Explorer]] Opera Safari Edge
10
4
  title: Saving with the HTML5 fallback saver
11
5
  type: text/vnd.tiddlywiki
12
6
 
13
- Cette manière d'enregistrer les modifications est assez pénible, car elle requiert une intervention manuelle à chaque enregistrement. Elle a l'avantage de fonctionner avec pratiquement tous les navigateurs tournant sur les ordinateurs de bureaux, et de nombreux navigateurs tournant sur appareils mobiles.
14
-
15
- # [[Téléchargez|Download]] un TiddlyWiki en cliquant sur ce bouton<<dp>>
16
- #> {{$:/editions/fr-FR/snippets/download-empty-button}}
17
- #> Si le bouton ne fonctionne pas, enregistrez ce lien<<dp>> https://tiddlywiki.com/languages/fr-FR/empty.html
18
- #> Votre navigateur vous demandera peut-être d'accepter explicitement l'enregistrement avant qu'il démarre
19
- # Localisez le fichier que vous venez de télécharger
20
- #* Vous pouvez le renommer, mais assurez-vous de conserver l'extension `.html` ou `.htm`
21
- # Ouvrez le fichier dans votre navigateur
22
- # Essayez de créer un nouveau tiddler à l'aide du bouton <<.icon $:/core/images/new-button>> ''nouveau tiddler'' de la barre latérale. Ajouter du contenu dans le tiddler, et cliquez sur le bouton <<.icon $:/core/images/done-button>> ''terminé''
23
- # Enregistrez vos modifications en cliquant sur le bouton <<.icon $:/core/images/save-button>> ''enregistrer les modifications'' de la barre latérale
24
- # Votre navigateur téléchargera alors un nouvel exemplaire du wiki, avec vos modifications à l'intérieur
25
- # Localisez ce nouveau fichier et ouvrez-le dans votre navigateur
26
- # Vérifiez que vos modifications ont correctement été enregistrées
27
-
28
- ''Astuce''<<:>> la plupart des navigateurs peuvent être configurés pour proposer un chemin d'enregistrement à chaque téléchargement. Cela vous permet de sélectionner la version précédente du fichier et ainsi de la remplacer.
7
+ [[Saving with the HTML5 saver]]
@@ -0,0 +1,107 @@
1
+ caption: 5.2.6
2
+ created: 20221219172444961
3
+ modified: 20221219172444961
4
+ tags: ReleaseNotes
5
+ title: Release 5.2.6
6
+ type: text/vnd.tiddlywiki
7
+
8
+ //[[See GitHub for detailed change history of this release|https://github.com/Jermolene/TiddlyWiki5/compare/v5.2.5...master]]//
9
+ ! Major Improvements
10
+
11
+ New [ext[Twitter Archivist|./editions/twitter-archivist]] plugin to import the tweets and associated media from a Twitter Archive as individual tiddlers.
12
+
13
+ <<.link-badge-added "https://github.com/Jermolene/TiddlyWiki5/pull/6961">> new GenesisWidget that allows the dynamic construction of another widget, where the name and attributes of the new widget can be dynamically determined, without needing to be known in advance
14
+
15
+ <<.link-badge-added "https://github.com/Jermolene/TiddlyWiki5/pull/6936">> (and <<.link-badge-here "https://github.com/Jermolene/TiddlyWiki5/pull/7105">>) new operators for reading and formatting JSON data: [[jsonget Operator]], [[jsonindexes Operator]], [[jsontype Operator]], [[jsonextract Operator]] and [[format Operator]]
16
+
17
+ ! Translation Improvements
18
+
19
+ Improvements to the following translations:
20
+
21
+ * Chinese
22
+ * French
23
+ * German
24
+ * Polish
25
+ * Spanish
26
+ * Japanese
27
+
28
+ Improvements to the translation features of TiddlyWiki itself:
29
+
30
+ * <<.link-badge-improved "https://github.com/Jermolene/TiddlyWiki5/pull/6882">> the [[Translators Edition|Translate TiddlyWiki into your language]] to add an option to display the original English text underneath the text area
31
+ * <<.link-badge-updated "https://github.com/Jermolene/TiddlyWiki5/pull/6933">> "delete" button text in $:/AdvancedSearch so that it is translatable
32
+
33
+ ! Usability Improvements
34
+
35
+ * <<.link-badge-fixed "https://github.com/Jermolene/TiddlyWiki5/commit/d62a16ee464fb9984b766b48504829a1a3eb143b">> problem with long presses on tiddler links triggering a preview on iOS/iPadOS
36
+ * <<.link-badge-improved "https://github.com/Jermolene/TiddlyWiki5/pull/6910">> consistency of button and input elements across browsers
37
+ * <<.link-badge-fixed "https://github.com/Jermolene/TiddlyWiki5/commit/d825f1c875f5e46158c9c41c8c66471138c162d1">> edit preview to use the [[View Template Body Cascade]]
38
+ * <<.link-badge-fixed "https://github.com/Jermolene/TiddlyWiki5/commit/36896c3db8c9678c0385a561996248a6f00a45ff">> opening a tiddler in a new window to use the [[View Template Body Cascade]]
39
+ * <<.link-badge-improved "https://github.com/Jermolene/TiddlyWiki5/pull/6970">> detection of infinite recursion errors in widgets and filters
40
+ * <<.link-badge-extended "https://github.com/Jermolene/TiddlyWiki5/pull/6877">> default styles for [[styled runs|Styles and Classes in WikiText]]
41
+ * <<.link-badge-improved "https://github.com/Jermolene/TiddlyWiki5/pull/6881">> upgrade wizard to make the version number more prominent
42
+ * <<.link-badge-improved "https://github.com/Jermolene/TiddlyWiki5/pull/7042">> parsing of tiddlers containing CSV data for greater compatibility
43
+ * <<.link-badge-added "https://github.com/Jermolene/TiddlyWiki5/pull/7076">> new page control button to summon the layout switcher
44
+ * <<.link-badge-fixed "https://github.com/Jermolene/TiddlyWiki5/issues/7084">> folded tiddlers to ensure that the unfold button is always visible
45
+ * <<.link-badge-improved "https://github.com/Jermolene/TiddlyWiki5/pull/7072">> handling of [[Modals]] to optionally allow them to be dismissed by clicking on the background
46
+
47
+ ! Widget Improvements
48
+
49
+ * <<.link-badge-fixed "https://github.com/Jermolene/TiddlyWiki5/commit/127f660c91020dcbb43897d954066b31af729e74">> EditTextWidget to remove the default text "Type the text for the tiddler 'foo'"
50
+ * <<.link-badge-added "https://github.com/Jermolene/TiddlyWiki5/pull/7081">> ''focus'' attribute to SelectWidget
51
+ * <<.link-badge-removed "https://github.com/Jermolene/TiddlyWiki5/commit/1df4c29d73073788ba3859668112e8bb46171a6c">> restriction of the LetWidget being unable to create variables whose names begin with a dollar sign
52
+
53
+ ! Filter improvements
54
+
55
+ * <<.link-badge-fixed "https://github.com/Jermolene/TiddlyWiki5/issues/6303">> issue with availability of variables within filter runs
56
+ * <<.link-badge-fixed "https://github.com/Jermolene/TiddlyWiki5/pull/7065">> issue with removing multiple items from a linked list during filter processing
57
+
58
+ ! Hackability Improvements
59
+
60
+ * <<.link-badge-added "https://github.com/Jermolene/TiddlyWiki5/pull/7004">> support for nested [[macro definitions|Macro Definitions in WikiText]]
61
+ * <<.link-badge-added "https://github.com/Jermolene/TiddlyWiki5/pull/6976">> support for [[SystemTag: $:/tags/ClassFilters/TiddlerTemplate]] and [[SystemTag: $:/tags/ClassFilters/PageTemplate]] to assign dynamic CSS classes to both tiddler frames and the page template
62
+ * <<.link-badge-improved "https://github.com/Jermolene/TiddlyWiki5/commit/c5d3d4c26e8fe27f272dda004aec27d6b66c4f60">> safe mode to disable wiki store indexers
63
+ * <<.link-badge-fixed "https://github.com/Jermolene/TiddlyWiki5/commit/166a1565843878083fb1eba47c73b8e67b78400d">> safe mode to prevent globally disabling parser rules
64
+ * <<.link-badge-extended "https://github.com/Jermolene/TiddlyWiki5/pull/6735">> keyboard shortcut handling to allow to global shortcuts to override all other shortcuts
65
+ * <<.link-badge-extended "https://github.com/Jermolene/TiddlyWiki5/commit/965bd090a905f5756e79124b698c894f7f72ad5b">> [[list-links Macro]] to allow the rendered field to be overriden
66
+ * <<.link-badge-improved "https://github.com/Jermolene/TiddlyWiki5/pull/6913">> [[Table-of-Contents Macros]] to allow the default icons to be overridden
67
+ * <<.link-badge-added "https://github.com/Jermolene/TiddlyWiki5/pull/6939">> ''data-tags-*'' and ''data-tiddler-title'' attributes to the edit preview area
68
+ * <<.link-badge-extended "https://github.com/Jermolene/TiddlyWiki5/pull/5947">> [[timeline Macro]] to override the link template
69
+ * <<.link-badge-added "https://github.com/Jermolene/TiddlyWiki5/pull/7043">> support for Unix epoch timestamps in [[date format strings|DateFormat]]
70
+ * <<.link-badge-fixed "https://github.com/Jermolene/TiddlyWiki5/pull/7064">> the "big green download button" to use the defined palette colour
71
+ * <<.link-badge-added "https://github.com/Jermolene/TiddlyWiki5/pull/7063">> new hidden setting [[to use horizontal tabs for the "more" sidebar tab|Hidden Setting: More Tabs Horizontal]]
72
+ * <<.link-badge-extended "https://github.com/Jermolene/TiddlyWiki5/commit/bef11fe6a25fb849dee40c4aa4337d6a30daf0b4">> the [[external JavaScript templates|Using the external JavaScript template]] to allow the URL of the external script file to be configured
73
+
74
+ ! Bug Fixes
75
+
76
+ * <<.link-badge-fixed "https://github.com/Jermolene/TiddlyWiki5/pull/7099">> truncated search results on small screens
77
+ * <<.link-badge-fixed "https://github.com/Jermolene/TiddlyWiki5/pull/7010">> table contents overflow on small screens
78
+ * <<.link-badge-fixed "https://github.com/Jermolene/TiddlyWiki5/commit/fb34df84ed41882c1c2a6ff54f0e908b43ef95a3">> "new image" keyboard shortcut not to assign journal tags
79
+ * <<.link-badge-fixed "https://github.com/Jermolene/TiddlyWiki5/pull/6987">> SelectWidget class to update if it uses a filter
80
+ * <<.link-badge-fixed "https://github.com/Jermolene/TiddlyWiki5/issues/7017">> issue with wikification within the advanced search filter dropdown
81
+ * <<.link-badge-fixed "https://github.com/Jermolene/TiddlyWiki5/pull/7057">> the table in $:/Import to avoid creating hidden empty rows
82
+ * <<.link-badge-fixed "https://github.com/Jermolene/TiddlyWiki5/issues/7008">> advanced search keyboard shortcut not navigating correctly
83
+ * <<.link-badge-fixed "https://github.com/Jermolene/TiddlyWiki5/issues/7083">> erroneous display of drafts within the advanced search filter dropdown
84
+ * <<.link-badge-fixed "https://github.com/Jermolene/TiddlyWiki5/pull/7092">> backwards compatibility of new field editor cascade introduced in v5.2.3
85
+
86
+ ! Node.js Improvements
87
+
88
+ * <<.link-badge-added "https://github.com/Jermolene/TiddlyWiki5/pull/7073">> new CommandsCommand to enable command tokens to be dynamically generated from a filter
89
+ * <<.link-badge-improved "https://github.com/Jermolene/TiddlyWiki5/pull/6947">> console logging to avoid spaces and `<empty string>` message
90
+ * <<.link-badge-fixed "https://github.com/Jermolene/TiddlyWiki5/pull/7014">> problem with lazy loading deleting tiddler bodies under certain circumstances
91
+ * <<.link-badge-fixed "https://github.com/Jermolene/TiddlyWiki5/commit/344110e2890caf711ab8f3c4f4deaa7d86771231">> handling of ".mp4" file extension so that it defaults to video not audio
92
+ * <<.link-badge-added "https://github.com/Jermolene/TiddlyWiki5/pull/6588">> test server to the plugin library edition
93
+ * <<.link-badge-added "https://github.com/Jermolene/TiddlyWiki5/pull/7049">> [[Hidden Setting: Sync Logging]] to control logging of sync-related messages
94
+ * <<.link-badge-updated "https://github.com/Jermolene/TiddlyWiki5/pull/6944">> Jasmine plugin to require the explicit use of the `--test` command in order to cause the tests to be run
95
+
96
+ ! Performance Improvements
97
+
98
+ * <<.link-badge-improved "https://github.com/Jermolene/TiddlyWiki5/commit/53d229592df76c6dd607e40be5bea4d5e063c48e">> performance of `wiki.getTiddler()`
99
+ * <<.link-badge-improved "https://github.com/Jermolene/TiddlyWiki5/commit/81ac9874846b3ead275f67010fcfdb49f3d2f43c">> performance of variable prototype chain handling
100
+ * <<.link-badge-improved "https://github.com/Jermolene/TiddlyWiki5/pull/6056">> performance of list handling during filter processing
101
+
102
+ ! Acknowledgements
103
+
104
+ [[@Jermolene|https://github.com/Jermolene]] would like to thank the contributors to this release who have generously given their time to help improve TiddlyWiki:
105
+
106
+ <<.contributors """
107
+ """>>
@@ -1,6 +1,6 @@
1
1
  title: $:/config/OfficialPluginLibrary
2
2
  tags: $:/tags/PluginLibrary
3
- url: https://tiddlywiki.com/prerelease/library/v5.2.4/index.html
3
+ url: https://tiddlywiki.com/prerelease/library/v5.2.5/index.html
4
4
  caption: {{$:/language/OfficialPluginLibrary}} (Prerelease)
5
5
 
6
6
  The prerelease version of the official ~TiddlyWiki plugin library at tiddlywiki.com. Plugins, themes and language packs are maintained by the core team.
@@ -5,7 +5,7 @@ title: RegExp in Tiddlywiki by Mohammad
5
5
  type: text/vnd.tiddlywiki
6
6
  url: http://tw-regexp.tiddlyspot.com/
7
7
 
8
- ~RegExp in Tiddlywiki contains practical use cases of reular expression in Tiddlywiki.
8
+ ~RegExp in Tiddlywiki contains practical use cases of regular expression in Tiddlywiki.
9
9
 
10
10
  {{!!url}}
11
11
 
@@ -11,7 +11,7 @@ title: "file-backups" Extension for Firefox by pmario
11
11
  type: text/vnd.tiddlywiki
12
12
  url: https://github.com/pmario/file-backups
13
13
 
14
- An extension for Mozilla Firefox that smoothes out some of the friction from ~TiddlyWiki's built-in [[HTML5 fallback saver|Saving with the HTML5 fallback saver]], making it almost as easy to use as ~TiddlyFox. The workflow is intended to work out of the box, without configuration.
14
+ An extension for Mozilla Firefox that smoothes out some of the friction from ~TiddlyWiki's built-in [[HTML5 saver|Saving with the HTML5 saver]], making it almost as easy to use as ~TiddlyFox. The workflow is intended to work out of the box, without configuration.
15
15
 
16
16
  https://github.com/pmario/file-backups which contains links to the documentation and introduction video(s).
17
17
 
@@ -11,6 +11,6 @@ title: "savetiddlers" Extension for Chrome and Firefox by buggyj
11
11
  type: text/vnd.tiddlywiki
12
12
  url: https://github.com/buggyj/savetiddlers
13
13
 
14
- An extension for Google Chrome and Mozilla Firefox that smoothes out some of the friction from TiddlyWiki's built-in [[HTML5 fallback saver|Saving with the HTML5 fallback saver]], making it almost as easy to use as TiddlyFox once it is set up correctly.
14
+ An extension for Google Chrome and Mozilla Firefox that smoothes out some of the friction from TiddlyWiki's built-in [[HTML5 saver|Saving with the HTML5 saver]], making it almost as easy to use as TiddlyFox once it is set up correctly.
15
15
 
16
16
  https://github.com/buggyj/savetiddlers
@@ -5,6 +5,6 @@ tags: GettingStarted
5
5
  title: GettingStarted - Chrome
6
6
  type: text/vnd.tiddlywiki
7
7
 
8
- TiddlyWiki on Google Chrome can only save changes using the HTML5-compatible fallback saver module.
8
+ TiddlyWiki on Google Chrome can only save changes using the HTML5-compatible saver module.
9
9
 
10
- {{Saving with the HTML5 fallback saver}}
10
+ {{Saving with the HTML5 saver}}
@@ -1,6 +1,6 @@
1
1
  created: 20130822170200000
2
2
  list: [[A Gentle Guide to TiddlyWiki]] [[Discover TiddlyWiki]] [[Some of the things you can do with TiddlyWiki]] [[Ten reasons to switch to TiddlyWiki]] Examples [[What happened to the original TiddlyWiki?]]
3
- modified: 20221213163110439
3
+ modified: 20221219184500440
4
4
  tags: TableOfContents
5
5
  title: HelloThere
6
6
  type: text/vnd.tiddlywiki
@@ -14,6 +14,10 @@ type: text/vnd.tiddlywiki
14
14
  url:"https://raw.githubusercontent.com/Jermolene/TiddlyWiki5/0dc30086e933cf2272cddb076a9fcbedad252735/editions/tw5.com/tiddlers/images/New%20Release%20Banner.png"
15
15
  >>
16
16
 
17
+ ! Important Update
18
+
19
+ After the release of v5.2.5, we found some backwards compatibility issues with the stylesheet changes in [[#7039|https://github.com/Jermolene/TiddlyWiki5/pull/7039]] and [[#6910|https://github.com/Jermolene/TiddlyWiki5/pull/6910]]. We have therefore decided to make a rapid bug fix [[Release 5.2.5]] to resolve these issues, and all users should upgrade to the new version.
20
+
17
21
  ! Major Improvements
18
22
 
19
23
  New [ext[Twitter Archivist|./editions/twitter-archivist]] plugin to import the tweets and associated media from a Twitter Archive as individual tiddlers.
@@ -95,7 +99,7 @@ Improvements to the translation features of TiddlyWiki itself:
95
99
 
96
100
  * <<.link-badge-added "https://github.com/Jermolene/TiddlyWiki5/pull/7073">> new CommandsCommand to enable command tokens to be dynamically generated from a filter
97
101
  * <<.link-badge-improved "https://github.com/Jermolene/TiddlyWiki5/pull/6947">> console logging to avoid spaces and `<empty string>` message
98
- * <<.link-badge-fixed "https://github.com/Jermolene/TiddlyWiki5/pull/7014">> problem with lazy loading deleting tiddler bodies under certian circumstances
102
+ * <<.link-badge-fixed "https://github.com/Jermolene/TiddlyWiki5/pull/7014">> problem with lazy loading deleting tiddler bodies under certain circumstances
99
103
  * <<.link-badge-fixed "https://github.com/Jermolene/TiddlyWiki5/commit/344110e2890caf711ab8f3c4f4deaa7d86771231">> handling of ".mp4" file extension so that it defaults to video not audio
100
104
  * <<.link-badge-added "https://github.com/Jermolene/TiddlyWiki5/pull/6588">> test server to the plugin library edition
101
105
  * <<.link-badge-added "https://github.com/Jermolene/TiddlyWiki5/pull/7049">> [[Hidden Setting: Sync Logging]] to control logging of sync-related messages
@@ -0,0 +1,25 @@
1
+ caption: 5.2.5
2
+ created: 20221219184500440
3
+ modified: 20221219184500440
4
+ released: 20221219184500440
5
+ tags: ReleaseNotes
6
+ title: Release 5.2.5
7
+ type: text/vnd.tiddlywiki
8
+
9
+ //[[See GitHub for detailed change history of this release|https://github.com/Jermolene/TiddlyWiki5/compare/v5.2.4...v5.2.5]]//
10
+
11
+ <<.banner-credits
12
+ credit:"""Congratulations to [[dmikh|https://talk.tiddlywiki.org/u/dmikh]] for their winning design for the banner for this release (here is the [[competition thread|https://talk.tiddlywiki.org/t/new-release-banner-competition-for-v5-2-4/4982]] and the [[voting thread|https://talk.tiddlywiki.org/t/vote-for-the-v5-2-4-new-release-banner/5140/2]]).
13
+ """
14
+ url:"https://raw.githubusercontent.com/Jermolene/TiddlyWiki5/25b8f26073504dace56a5537f29c8bff0ead2acd/editions/tw5.com/tiddlers/images/New%20Release%20Banner.png"
15
+ >>
16
+
17
+ This is a bug fix release intended to resolve backwards compatibility issues discovered in v5.2.4. See [[this GitHub ticket|https://github.com/Jermolene/TiddlyWiki5/issues/7126]] for the background.
18
+
19
+ The issues are entirely cosmetic stylesheet changes, and do not affect the functionality of TiddlyWiki. However, we encourage all users to upgrade to this new version for consistency.
20
+
21
+ Since v5.2.5 replaces v5.2.4 that was only released for a week, here is the [[release note for v5.2.4|Release 5.2.4]].
22
+
23
+ ! Release Note for v5.2.4
24
+
25
+ {{Release 5.2.4}}
@@ -1,27 +1,7 @@
1
- caption: Download Saver
2
- color: #7986CB
3
1
  created: 20131129092604900
4
- delivery: Saver
5
- description: Slightly awkward but universal technique that works on almost every browser
6
- method: save
7
2
  modified: 20200507202835577
8
- tags: Chrome Firefox [[Internet Explorer]] Opera Safari Saving Edge
9
- title: Saving with the HTML5 fallback saver
3
+ tags:
4
+ title: Saving with the HTML5 saver
10
5
  type: text/vnd.tiddlywiki
11
6
 
12
- This method of saving changes is clunky because it requires manual intervention for each save. It has the advantage of working on almost all desktop browsers, and many mobile browsers.
13
-
14
- # [[Download]] an empty TiddlyWiki by clicking this button:
15
- #> {{$:/editions/tw5.com/snippets/download-empty-button}}
16
- #> If the button doesn't work save this link: https://tiddlywiki.com/empty.html
17
- #> Your browser may ask you to accept the download before it begins
18
- # Locate the file you just downloaded
19
- #* You may rename it, but be sure to keep the `.html` or `.htm` extension
20
- # Open the file in your browser
21
- # Try creating a new tiddler using the ''new tiddler'' <<.icon $:/core/images/new-button>> button in the sidebar. Type some content for the tiddler, and click the <<.icon $:/core/images/done-button>> ''ok'' button
22
- # Save your changes by clicking the <<.icon $:/core/images/save-button>> ''save changes'' button in the sidebar
23
- # Your browser will download a new copy of the wiki incorporating your changes
24
- # Locate the newly downloaded file and open it in your browser
25
- # Verify that your changes have been saved correctly
26
-
27
- ''Tip'': most browsers have an option to prompt each time for the download location. This allows you to select the existing version of the file and replace it.
7
+ See [[Saving with the HTML5 saver]]
@@ -0,0 +1,27 @@
1
+ caption: Download Saver
2
+ color: #7986CB
3
+ created: 20221210215207986
4
+ delivery: Saver
5
+ description: Universal technique that works on almost every browser
6
+ method: save
7
+ modified: 20221210215716269
8
+ tags: Chrome Firefox [[Internet Explorer]] Opera Safari Saving Edge Windows Mac Linux Android iOS
9
+ title: Saving with the HTML5 saver
10
+ type: text/vnd.tiddlywiki
11
+
12
+ This is the default method of saving if no other method is installed. It uses your browser's built-in "download a file" handler, and has the advantage of working on almost all desktop browsers, and many mobile browsers.
13
+
14
+ # [[Download]] an empty TiddlyWiki by clicking this button:
15
+ #> {{$:/editions/tw5.com/snippets/download-empty-button}}
16
+ #> If the button doesn't work save this link: https://tiddlywiki.com/empty.html
17
+ #> Your browser may ask you to accept the download before it begins
18
+ # Locate the file you just downloaded
19
+ #* You may rename it, but be sure to keep the `.html` or `.htm` extension
20
+ # Open the file in your browser
21
+ # Try creating a new tiddler using the ''new tiddler'' <<.icon $:/core/images/new-button>> button in the sidebar. Type some content for the tiddler, and click the <<.icon $:/core/images/done-button>> ''ok'' button
22
+ # Save your changes by clicking the <<.icon $:/core/images/save-button>> ''save changes'' button in the sidebar
23
+ # Your browser will download a new copy of the wiki incorporating your changes
24
+ # Locate the newly downloaded file and open it in your browser
25
+ # Verify that your changes have been saved correctly
26
+
27
+ ''Tip'': most browsers have an option to prompt each time for the download location. This allows you to select the existing version of the file and replace it.
@@ -59,6 +59,8 @@ Home/Caption: Inicio
59
59
  Home/Hint: Cierra todos los tiddlers abiertos y abre los que se muestran por defecto al inicio
60
60
  Language/Caption: Idioma
61
61
  Language/Hint: Selecciona idioma de la interfaz de usuario
62
+ LayoutSwitcher/Hint: Abrir cambiador de disposición
63
+ LayoutSwitcher/Caption: disposición
62
64
  Manager/Caption: Administrador tiddler
63
65
  Manager/Hint: Abre el administrador del tiddler
64
66
  More/Caption: Más
@@ -7,7 +7,7 @@ Appearance/Hint: Personaliza la apariencia de TiddlyWiki
7
7
  Basics/AnimDuration/Prompt: Duración de la animación
8
8
  Basics/AutoFocus/Prompt: Campo de enfoque predeterminado para nuevos tiddlers
9
9
  Basics/Caption: Básico
10
- Basics/DefaultTiddlers/BottomHint: Usa &#91;&#91;corchetes dobles&#93;&#93; para títulos con espacios. También puedes mostrarlos ordenados {{de más reciente a más antiguo||$:/snippets/retain-story-ordering-button}}
10
+ Basics/DefaultTiddlers/BottomHint: Usa &#91;&#91;corchetes dobles&#93;&#93; para títulos con espacios. También puedes {{mantener el orden actual||$:/snippets/retain-story-ordering-button}}
11
11
  Basics/DefaultTiddlers/Prompt: Tiddlers por defecto
12
12
  Basics/DefaultTiddlers/TopHint: Escoge qué tiddlers se muestran al inicio
13
13
  Basics/Language/Prompt: ¡Hola! Selecciona idioma actual
@@ -91,7 +91,7 @@ Plugins/Languages/Hint: Extensiones de idioma
91
91
  Plugins/NoInfoFound/Hint: No se ha encontrado ''"<$text text=<<currentTab>>/>"''
92
92
  Plugins/NotInstalled/Hint: Este complemento no está instalado actualmente
93
93
  Plugins/OpenPluginLibrary: Abrir biblioteca de complementos y extensiones
94
- Plugins/ClosePluginLibrary: cerrar biblioteca de complementos y extensiones
94
+ Plugins/ClosePluginLibrary: Cerrar biblioteca de complementos y extensiones
95
95
  Plugins/PluginWillRequireReload: (requiere recarga)
96
96
  Plugins/Plugins/Caption: Complementos
97
97
  Plugins/Plugins/Hint: Complementos y extensiones
@@ -13,7 +13,7 @@ dependents: En un complemento o extensión, lista de sus dependencias
13
13
  description: Descripción de un complemento, extensión, o diálogo modal
14
14
  draft.of: Título del tiddler del que el actual es borrador
15
15
  draft.title: Nuevo título propuesto para el presente borrador
16
- footer: Texto al pie que figurará en un asistente
16
+ footer: Texto al pie en ventanas modales
17
17
  hide-body: La plantilla de vista ocultará los cuerpos de los tiddlers si se establece en ''yes''
18
18
  icon: Nombre del tiddler que contiene el icono que se quiere asociar al presente tiddler
19
19
  library: Si su valor es ''yes'', indica que el tiddler debe guardarse como librería de JavaScript
@@ -28,7 +28,7 @@ plugin-type: Tipo de complemento o extensión
28
28
  revision: Revisión del tiddler existente en el servidor
29
29
  released: Fecha de la edición de TiddlyWiki
30
30
  source: Dirección de la fuente asociada a un tiddler
31
- subtitle: Subtítulo que figurará en un asistente
31
+ subtitle: Subtítulo en ventanas modales
32
32
  tags: Lista de etiquetas asignadas al tiddler
33
33
  text: Texto principal de un tiddler
34
34
  throttle.refresh: Si está presente, regula las actualizaciones de este tiddler
@@ -0,0 +1,18 @@
1
+ title: $:/language/Help/commands
2
+ description: Ejecuta instrucciones devueltas por un filtro
3
+
4
+ Ejecuta secuencialmente las instrucciones devueltas por un filtro
5
+
6
+ ```
7
+ --commands <filter>
8
+ ```
9
+
10
+ Ejemplos
11
+
12
+ ```
13
+ --commands "[enlist{$:/build-commands-as-text}]"
14
+ ```
15
+
16
+ ```
17
+ --commands "[{$:/build-commands-as-json}jsonindexes[]] :map[{$:/build-commands-as-json}jsonget<currentTiddler>]"
18
+ ```
@@ -501,3 +501,5 @@ Nathaniel Knight, @nathanielknight, 2022/07/26
501
501
  HuanCheng Bai, @bestony, 2022/09/17
502
502
 
503
503
  Carlo Colombo, @carlo-colombo, 2022/11/30
504
+
505
+ Wincent Balin, @wincentbalin, 2022/12/18
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "tiddlywiki",
3
3
  "preferGlobal": "true",
4
- "version": "5.2.4",
4
+ "version": "5.2.5",
5
5
  "author": "Jeremy Ruston <jeremy@jermolene.com>",
6
6
  "description": "a non-linear personal web notebook",
7
7
  "contributors": [
@@ -3,7 +3,7 @@ title: $:/plugins/tiddlywiki/bibtex/deserializer.js
3
3
  type: application/javascript
4
4
  module-type: tiddlerdeserializer
5
5
 
6
- XLSX file deserializer
6
+ BibTeX file deserializer
7
7
 
8
8
  \*/
9
9
  (function(){
@@ -15,7 +15,7 @@ XLSX file deserializer
15
15
  var bibtexParse = require("$:/plugins/tiddlywiki/bibtex/bibtexParse.js");
16
16
 
17
17
  /*
18
- Parse an XLSX file into tiddlers
18
+ Parse an BibTeX file into tiddlers
19
19
  */
20
20
  exports["application/x-bibtex"] = function(text,fields) {
21
21
  var data,
package/readme.md CHANGED
@@ -1,7 +1,7 @@
1
1
  <p>Welcome to <a class="tc-tiddlylink tc-tiddlylink-resolves" href="https://tiddlywiki.com/static/TiddlyWiki.html">TiddlyWiki</a>, a non-linear personal web notebook that anyone can use and keep forever, independently of any corporation.</p><p><a class="tc-tiddlylink tc-tiddlylink-resolves" href="https://tiddlywiki.com/static/TiddlyWiki.html">TiddlyWiki</a> is a complete interactive wiki in <a class="tc-tiddlylink tc-tiddlylink-resolves" href="https://tiddlywiki.com/static/JavaScript.html">JavaScript</a>. It can be used as a single HTML file in the browser or as a powerful Node.js application. It is highly customisable: the entire user interface is itself implemented in hackable <a class="tc-tiddlylink tc-tiddlylink-resolves" href="https://tiddlywiki.com/static/WikiText.html">WikiText</a>.</p><p>Learn more and see it in action at <a class="tc-tiddlylink-external" href="https://tiddlywiki.com/" rel="noopener noreferrer" target="_blank">https://tiddlywiki.com/</a></p><p>Developer documentation is in progress at <a class="tc-tiddlylink-external" href="https://tiddlywiki.com/dev/" rel="noopener noreferrer" target="_blank">https://tiddlywiki.com/dev/</a></p><h1 class="">Join the Community</h1><p>
2
2
  <h2 class="">Official Forums</h2><p>The new official forum for talking about TiddlyWiki: requests for help, announcements of new releases and plugins, debating new features, or just sharing experiences. You can participate via the associated website, or subscribe via email.</p><p><a class="tc-tiddlylink-external" href="https://talk.tiddlywiki.org/" rel="noopener noreferrer" target="_blank">https://talk.tiddlywiki.org/</a></p><p>Note that talk.tiddlywiki.org is a community run service that we host and maintain ourselves. The modest running costs are covered by community contributions.</p><p>For the convenience of existing users, we also continue to operate the original TiddlyWiki group (hosted on Google Groups since 2005):</p><p><a class="tc-tiddlylink-external" href="https://groups.google.com/group/TiddlyWiki" rel="noopener noreferrer" target="_blank">https://groups.google.com/group/TiddlyWiki</a></p><h2 class="">Developer Forums</h2><p>There are several resources for developers to learn more about <a class="tc-tiddlylink tc-tiddlylink-resolves" href="https://tiddlywiki.com/static/TiddlyWiki.html">TiddlyWiki</a> and to discuss and contribute to its development.</p><ul><li><a class="tc-tiddlylink-external" href="https://tiddlywiki.com/dev" rel="noopener noreferrer" target="_blank">tiddlywiki.com/dev</a> is the official developer documentation</li><li>Get involved in the <a class="tc-tiddlylink-external" href="https://github.com/Jermolene/TiddlyWiki5" rel="noopener noreferrer" target="_blank">development on GitHub</a><ul><li><a class="tc-tiddlylink-external" href="https://github.com/Jermolene/TiddlyWiki5/discussions" rel="noopener noreferrer" target="_blank">Discussions</a> are for Q&amp;A and open-ended discussion</li><li><a class="tc-tiddlylink-external" href="https://github.com/Jermolene/TiddlyWiki5/issues" rel="noopener noreferrer" target="_blank">Issues</a> are for raising bug reports and proposing specific, actionable new ideas</li></ul></li><li>The older TiddlyWikiDev Google Group is now closed in favour of <a class="tc-tiddlylink-external" href="https://github.com/Jermolene/TiddlyWiki5/discussions" rel="noopener noreferrer" target="_blank">GitHub Discussions</a> but remains a useful archive: <a class="tc-tiddlylink-external" href="https://groups.google.com/group/TiddlyWikiDev" rel="noopener noreferrer" target="_blank">https://groups.google.com/group/TiddlyWikiDev</a><ul><li>An enhanced group search facility is available on <a class="tc-tiddlylink-external" href="https://www.mail-archive.com/tiddlywikidev@googlegroups.com/" rel="noopener noreferrer" target="_blank">mail-archive.com</a></li></ul></li><li>Follow <a class="tc-tiddlylink-external" href="http://twitter.com/#!/TiddlyWiki" rel="noopener noreferrer" target="_blank">@TiddlyWiki on Twitter</a> for the latest news</li><li>Chat at <a class="tc-tiddlylink-external" href="https://gitter.im/TiddlyWiki/public" rel="noopener noreferrer" target="_blank">https://gitter.im/TiddlyWiki/public</a> (development room coming soon)</li></ul><h2 class="">Other Forums</h2><ul><li><a class="tc-tiddlylink-external" href="https://www.reddit.com/r/TiddlyWiki5/" rel="noopener noreferrer" target="_blank">TiddlyWiki Subreddit</a></li><li>Chat with Gitter at <a class="tc-tiddlylink-external" href="https://gitter.im/TiddlyWiki/public" rel="noopener noreferrer" target="_blank">https://gitter.im/TiddlyWiki/public</a> !</li><li>Chat on Discord at <a class="tc-tiddlylink-external" href="https://discord.gg/HFFZVQ8" rel="noopener noreferrer" target="_blank">https://discord.gg/HFFZVQ8</a></li></ul><h3 class="">Documentation</h3><p>There is also a discussion group specifically for discussing <a class="tc-tiddlylink tc-tiddlylink-resolves" href="https://tiddlywiki.com/static/TiddlyWiki.html">TiddlyWiki</a> documentation improvement initiatives: <a class="tc-tiddlylink-external" href="https://groups.google.com/group/tiddlywikidocs" rel="noopener noreferrer" target="_blank">https://groups.google.com/group/tiddlywikidocs</a>
3
3
  </p>
4
- </p><h1 class="">Installing <a class="tc-tiddlylink tc-tiddlylink-resolves" href="https://tiddlywiki.com/static/TiddlyWiki.html">TiddlyWiki</a> on Node.js</h1><ol><li>Install <a class="tc-tiddlylink tc-tiddlylink-resolves" href="https://tiddlywiki.com/static/Node.js.html">Node.js</a><ul><li>Linux: <blockquote><div><em>Debian/Ubuntu</em>:<br><code>apt install nodejs</code><br>May need to be followed up by:<br><code>apt install npm</code></div><div><em>Arch Linux</em><br><code>yay -S tiddlywiki</code> <br>(installs node and tiddlywiki)</div></blockquote></li><li>Mac<blockquote><div><code>brew install node</code></div></blockquote></li><li>Android<blockquote><div><a class="tc-tiddlylink tc-tiddlylink-resolves" href="https://tiddlywiki.com/static/Serving%2520TW5%2520from%2520Android.html">Termux for Android</a></div></blockquote></li><li>Other <blockquote><div>See <a class="tc-tiddlylink-external" href="http://nodejs.org" rel="noopener noreferrer" target="_blank">http://nodejs.org</a></div></blockquote></li></ul></li><li>Open a command line terminal and type:<blockquote><div><code>npm install -g tiddlywiki</code></div><div>If it fails with an error you may need to re-run the command as an administrator:</div><div><code>sudo npm install -g tiddlywiki</code> (Mac/Linux)</div></blockquote></li><li>Ensure TiddlyWiki is installed by typing:<blockquote><div><code>tiddlywiki --version</code></div></blockquote><ul><li>In response, you should see <a class="tc-tiddlylink tc-tiddlylink-resolves" href="https://tiddlywiki.com/static/TiddlyWiki.html">TiddlyWiki</a> report its current version (eg "5.2.4". You may also see other debugging information reported.)</li></ul></li><li>Try it out:<ol><li><code>tiddlywiki mynewwiki --init server</code> to create a folder for a new wiki that includes server-related components</li><li><code>tiddlywiki mynewwiki --listen</code> to start <a class="tc-tiddlylink tc-tiddlylink-resolves" href="https://tiddlywiki.com/static/TiddlyWiki.html">TiddlyWiki</a></li><li>Visit <a class="tc-tiddlylink-external" href="http://127.0.0.1:8080/" rel="noopener noreferrer" target="_blank">http://127.0.0.1:8080/</a> in your browser</li><li>Try editing and creating tiddlers</li></ol></li><li>Optionally, make an offline copy:<ul><li>click the <span class="doc-icon"><svg class="tc-image-save-button tc-image-button" height="22pt" viewBox="0 0 128 128" width="22pt"><path d="M120.783 34.33c4.641 8.862 7.266 18.948 7.266 29.646 0 35.347-28.653 64-64 64-35.346 0-64-28.653-64-64 0-35.346 28.654-64 64-64 18.808 0 35.72 8.113 47.43 21.03l2.68-2.68c3.13-3.13 8.197-3.132 11.321-.008 3.118 3.118 3.121 8.193-.007 11.32l-4.69 4.691zm-12.058 12.058a47.876 47.876 0 013.324 17.588c0 26.51-21.49 48-48 48s-48-21.49-48-48 21.49-48 48-48c14.39 0 27.3 6.332 36.098 16.362L58.941 73.544 41.976 56.578c-3.127-3.127-8.201-3.123-11.32-.005-3.123 3.124-3.119 8.194.006 11.319l22.617 22.617a7.992 7.992 0 005.659 2.347c2.05 0 4.101-.783 5.667-2.349l44.12-44.12z" fill-rule="evenodd"></path></svg></span> <strong>save changes</strong> button in the sidebar, <strong>OR</strong></li><li><code>tiddlywiki mynewwiki --build index</code></li></ul></li></ol><p>The <code>-g</code> flag causes <a class="tc-tiddlylink tc-tiddlylink-resolves" href="https://tiddlywiki.com/static/TiddlyWiki.html">TiddlyWiki</a> to be installed globally. Without it, <a class="tc-tiddlylink tc-tiddlylink-resolves" href="https://tiddlywiki.com/static/TiddlyWiki.html">TiddlyWiki</a> will only be available in the directory where you installed it.</p><p><div class="doc-icon-block"><div class="doc-block-icon"><svg class="tc-image-warning tc-image-button" height="22pt" viewBox="0 0 128 128" width="22pt"><path d="M57.072 11c3.079-5.333 10.777-5.333 13.856 0l55.426 96c3.079 5.333-.77 12-6.928 12H8.574c-6.158 0-10.007-6.667-6.928-12l55.426-96zM64 37c-4.418 0-8 3.582-8 7.994v28.012C56 77.421 59.59 81 64 81c4.418 0 8-3.582 8-7.994V44.994C72 40.579 68.41 37 64 37zm0 67a8 8 0 100-16 8 8 0 000 16z" fill-rule="evenodd"></path></svg></div> If you are using Debian or Debian-based Linux and you are receiving a <code>node: command not found</code> error though node.js package is installed, you may need to create a symbolic link between <code>nodejs</code> and <code>node</code>. Consult your distro's manual and <code>whereis</code> to correctly create a link. See github <a class="tc-tiddlylink-external" href="http://github.com/Jermolene/TiddlyWiki5/issues/1434" rel="noopener noreferrer" target="_blank">issue 1434</a>. <br><br>Example Debian v8.0: <code>sudo ln -s /usr/bin/nodejs /usr/bin/node</code></div></p><p><br>
4
+ </p><h1 class="">Installing <a class="tc-tiddlylink tc-tiddlylink-resolves" href="https://tiddlywiki.com/static/TiddlyWiki.html">TiddlyWiki</a> on Node.js</h1><ol><li>Install <a class="tc-tiddlylink tc-tiddlylink-resolves" href="https://tiddlywiki.com/static/Node.js.html">Node.js</a><ul><li>Linux: <blockquote><div><em>Debian/Ubuntu</em>:<br><code>apt install nodejs</code><br>May need to be followed up by:<br><code>apt install npm</code></div><div><em>Arch Linux</em><br><code>yay -S tiddlywiki</code> <br>(installs node and tiddlywiki)</div></blockquote></li><li>Mac<blockquote><div><code>brew install node</code></div></blockquote></li><li>Android<blockquote><div><a class="tc-tiddlylink tc-tiddlylink-resolves" href="https://tiddlywiki.com/static/Serving%2520TW5%2520from%2520Android.html">Termux for Android</a></div></blockquote></li><li>Other <blockquote><div>See <a class="tc-tiddlylink-external" href="http://nodejs.org" rel="noopener noreferrer" target="_blank">http://nodejs.org</a></div></blockquote></li></ul></li><li>Open a command line terminal and type:<blockquote><div><code>npm install -g tiddlywiki</code></div><div>If it fails with an error you may need to re-run the command as an administrator:</div><div><code>sudo npm install -g tiddlywiki</code> (Mac/Linux)</div></blockquote></li><li>Ensure TiddlyWiki is installed by typing:<blockquote><div><code>tiddlywiki --version</code></div></blockquote><ul><li>In response, you should see <a class="tc-tiddlylink tc-tiddlylink-resolves" href="https://tiddlywiki.com/static/TiddlyWiki.html">TiddlyWiki</a> report its current version (eg "5.2.5". You may also see other debugging information reported.)</li></ul></li><li>Try it out:<ol><li><code>tiddlywiki mynewwiki --init server</code> to create a folder for a new wiki that includes server-related components</li><li><code>tiddlywiki mynewwiki --listen</code> to start <a class="tc-tiddlylink tc-tiddlylink-resolves" href="https://tiddlywiki.com/static/TiddlyWiki.html">TiddlyWiki</a></li><li>Visit <a class="tc-tiddlylink-external" href="http://127.0.0.1:8080/" rel="noopener noreferrer" target="_blank">http://127.0.0.1:8080/</a> in your browser</li><li>Try editing and creating tiddlers</li></ol></li><li>Optionally, make an offline copy:<ul><li>click the <span class="doc-icon"><svg class="tc-image-save-button tc-image-button" height="22pt" viewBox="0 0 128 128" width="22pt"><path d="M120.783 34.33c4.641 8.862 7.266 18.948 7.266 29.646 0 35.347-28.653 64-64 64-35.346 0-64-28.653-64-64 0-35.346 28.654-64 64-64 18.808 0 35.72 8.113 47.43 21.03l2.68-2.68c3.13-3.13 8.197-3.132 11.321-.008 3.118 3.118 3.121 8.193-.007 11.32l-4.69 4.691zm-12.058 12.058a47.876 47.876 0 013.324 17.588c0 26.51-21.49 48-48 48s-48-21.49-48-48 21.49-48 48-48c14.39 0 27.3 6.332 36.098 16.362L58.941 73.544 41.976 56.578c-3.127-3.127-8.201-3.123-11.32-.005-3.123 3.124-3.119 8.194.006 11.319l22.617 22.617a7.992 7.992 0 005.659 2.347c2.05 0 4.101-.783 5.667-2.349l44.12-44.12z" fill-rule="evenodd"></path></svg></span> <strong>save changes</strong> button in the sidebar, <strong>OR</strong></li><li><code>tiddlywiki mynewwiki --build index</code></li></ul></li></ol><p>The <code>-g</code> flag causes <a class="tc-tiddlylink tc-tiddlylink-resolves" href="https://tiddlywiki.com/static/TiddlyWiki.html">TiddlyWiki</a> to be installed globally. Without it, <a class="tc-tiddlylink tc-tiddlylink-resolves" href="https://tiddlywiki.com/static/TiddlyWiki.html">TiddlyWiki</a> will only be available in the directory where you installed it.</p><p><div class="doc-icon-block"><div class="doc-block-icon"><svg class="tc-image-warning tc-image-button" height="22pt" viewBox="0 0 128 128" width="22pt"><path d="M57.072 11c3.079-5.333 10.777-5.333 13.856 0l55.426 96c3.079 5.333-.77 12-6.928 12H8.574c-6.158 0-10.007-6.667-6.928-12l55.426-96zM64 37c-4.418 0-8 3.582-8 7.994v28.012C56 77.421 59.59 81 64 81c4.418 0 8-3.582 8-7.994V44.994C72 40.579 68.41 37 64 37zm0 67a8 8 0 100-16 8 8 0 000 16z" fill-rule="evenodd"></path></svg></div> If you are using Debian or Debian-based Linux and you are receiving a <code>node: command not found</code> error though node.js package is installed, you may need to create a symbolic link between <code>nodejs</code> and <code>node</code>. Consult your distro's manual and <code>whereis</code> to correctly create a link. See github <a class="tc-tiddlylink-external" href="http://github.com/Jermolene/TiddlyWiki5/issues/1434" rel="noopener noreferrer" target="_blank">issue 1434</a>. <br><br>Example Debian v8.0: <code>sudo ln -s /usr/bin/nodejs /usr/bin/node</code></div></p><p><br>
5
5
  <div class="doc-icon-block"><div class="doc-block-icon"><svg class="tc-image-tip tc-image-button" height="22pt" viewBox="0 0 128 128" width="22pt"><path d="M64 128.242c35.346 0 64-28.654 64-64 0-35.346-28.654-64-64-64-35.346 0-64 28.654-64 64 0 35.346 28.654 64 64 64zm11.936-36.789c-.624 4.129-5.73 7.349-11.936 7.349-6.206 0-11.312-3.22-11.936-7.349C54.33 94.05 58.824 95.82 64 95.82c5.175 0 9.67-1.769 11.936-4.366zm0 4.492c-.624 4.13-5.73 7.349-11.936 7.349-6.206 0-11.312-3.22-11.936-7.349 2.266 2.597 6.76 4.366 11.936 4.366 5.175 0 9.67-1.769 11.936-4.366zm0 4.456c-.624 4.129-5.73 7.349-11.936 7.349-6.206 0-11.312-3.22-11.936-7.349 2.266 2.597 6.76 4.366 11.936 4.366 5.175 0 9.67-1.769 11.936-4.366zm0 4.492c-.624 4.13-5.73 7.349-11.936 7.349-6.206 0-11.312-3.22-11.936-7.349 2.266 2.597 6.76 4.366 11.936 4.366 5.175 0 9.67-1.769 11.936-4.366zM64.3 24.242c11.618 0 23.699 7.82 23.699 24.2S75.92 71.754 75.92 83.576c0 5.873-5.868 9.26-11.92 9.26s-12.027-3.006-12.027-9.26C51.973 71.147 40 65.47 40 48.442s12.683-24.2 24.301-24.2z" fill-rule="evenodd"></path></svg></div> You can also install prior versions like this: <br><code> npm install -g tiddlywiki@5.1.13</code></div>
6
6
  </p><h1 class="">Using <a class="tc-tiddlylink tc-tiddlylink-resolves" href="https://tiddlywiki.com/static/TiddlyWiki.html">TiddlyWiki</a> on Node.js</h1><p>TiddlyWiki5 includes a set of commands for use on the command line to perform an extensive set of operations based on <a class="tc-tiddlylink tc-tiddlylink-resolves" href="https://tiddlywiki.com/static/TiddlyWikiFolders.html">TiddlyWikiFolders</a>, <a class="tc-tiddlylink tc-tiddlylink-resolves" href="https://tiddlywiki.com/static/TiddlerFiles.html">TiddlerFiles</a>.</p><p>For example, the following command loads the tiddlers from a TiddlyWiki HTML file and then saves one of them in static HTML:</p><pre><code>tiddlywiki --verbose --load mywiki.html --rendertiddler ReadMe ./readme.html</code></pre><p>Running <code>tiddlywiki</code> from the command line boots the TiddlyWiki kernel, loads the core plugins and establishes an empty wiki store. It then sequentially processes the command line arguments from left to right. The arguments are separated with spaces.</p><p><a class="tc-tiddlylink tc-tiddlylink-resolves doc-from-version" href="https://tiddlywiki.com/static/Release%25205.1.20.html"><svg class="tc-image-warning tc-image-button" height="22pt" viewBox="0 0 128 128" width="22pt"><path d="M57.072 11c3.079-5.333 10.777-5.333 13.856 0l55.426 96c3.079 5.333-.77 12-6.928 12H8.574c-6.158 0-10.007-6.667-6.928-12l55.426-96zM64 37c-4.418 0-8 3.582-8 7.994v28.012C56 77.421 59.59 81 64 81c4.418 0 8-3.582 8-7.994V44.994C72 40.579 68.41 37 64 37zm0 67a8 8 0 100-16 8 8 0 000 16z" fill-rule="evenodd"></path></svg> New in: 5.1.20</a> First, there can be zero or more plugin references identified by the prefix <code>+</code> for plugin names or <code>++</code> for a path to a plugin folder. These plugins are loaded in addition to any specified in the <a class="tc-tiddlylink tc-tiddlylink-resolves" href="https://tiddlywiki.com/static/TiddlyWikiFolders.html">TiddlyWikiFolder</a>.</p><p>The next argument is the optional path to the <a class="tc-tiddlylink tc-tiddlylink-resolves" href="https://tiddlywiki.com/static/TiddlyWikiFolders.html">TiddlyWikiFolder</a> to be loaded. If not present, then the current directory is used.</p><p>The commands and their individual arguments follow, each command being identified by the prefix <code>--</code>.</p><pre><code>tiddlywiki [+&lt;pluginname&gt; | ++&lt;pluginpath&gt;] [&lt;wikipath&gt;] [--&lt;command&gt; [&lt;arg&gt;[,&lt;arg&gt;]]]</code></pre><p>For example:</p><pre><code>tiddlywiki --version
7
7
  tiddlywiki +plugins/tiddlywiki/filesystem +plugins/tiddlywiki/tiddlyweb mywiki --listen
@@ -88,9 +88,7 @@ html button {
88
88
  color: <<colour button-foreground>>;
89
89
  fill: <<colour button-foreground>>;
90
90
  background: <<colour button-background>>;
91
- border: 1px solid <<colour button-border>>;
92
- border-radius: 3px;
93
- padding: 2px 5px;
91
+ border-color: <<colour button-border>>;
94
92
  }
95
93
 
96
94
  button:disabled svg {
@@ -226,27 +224,13 @@ dl dt {
226
224
  margin-top: 6px;
227
225
  }
228
226
 
229
- /*
230
- ** Definition for text input elements so they look consistent for all browsers
231
- */
232
-
233
- textarea, input, select {
234
- border: 2px solid <<colour tiddler-editor-border>>;
235
- background-color: <<colour tiddler-editor-background>>;
236
- }
237
-
238
- /* Input elements accessibility -- overwrite the reset */
239
- :focus-visible {
240
- outline: 2px solid <<colour primary>>;
241
- outline-offset: -2px; /* same as in reset.css [type='search'] but for more elements */
242
- }
243
-
244
227
  textarea,
245
228
  input[type=text],
246
229
  input[type=search],
247
230
  input[type=""],
248
231
  input:not([type]) {
249
232
  color: <<colour foreground>>;
233
+ background: <<colour background>>;
250
234
  }
251
235
 
252
236
  input[type="checkbox"] {
@@ -330,7 +314,7 @@ table {
330
314
  }
331
315
 
332
316
  table th, table td {
333
- padding: 4px 6px 4px 6px;
317
+ padding: 0 7px 0 7px;
334
318
  border-top: 1px solid <<colour table-border>>;
335
319
  border-left: 1px solid <<colour table-border>>;
336
320
  }
@@ -1,50 +0,0 @@
1
- caption: 5.2.5
2
- created: 20221127133944178
3
- modified: 20221127133944178
4
- tags: ReleaseNotes
5
- title: Release 5.2.5
6
- type: text/vnd.tiddlywiki
7
-
8
- //[[See GitHub for detailed change history of this release|https://github.com/Jermolene/TiddlyWiki5/compare/v5.2.4...master]]//
9
-
10
- ! Translation Improvements
11
-
12
- Improvements to the following translations:
13
-
14
- *
15
-
16
- ! Usability Improvements
17
-
18
- *
19
-
20
- ! Widget Improvements
21
-
22
- *
23
-
24
- ! Filter improvements
25
-
26
- *
27
-
28
- ! Hackability Improvements
29
-
30
- *
31
-
32
- ! Bug Fixes
33
-
34
- *
35
-
36
- ! Node.js Improvements
37
-
38
- *
39
-
40
- ! Performance Improvements
41
-
42
- *
43
-
44
- ! Acknowledgements
45
-
46
- [[@Jermolene|https://github.com/Jermolene]] would like to thank the contributors to this release who have generously given their time to help improve TiddlyWiki:
47
-
48
- <<.contributors """
49
- XXXXX
50
- """>>