Skip to content

Commit

Permalink
feature: use refreshAll for plugins to apply all kinds of changes
Browse files Browse the repository at this point in the history
  • Loading branch information
YakovL committed Mar 7, 2024
1 parent 5eb2ae2 commit 9843068
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TiddlerInFilePlugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
|Description |Allows to store any number of tiddlers as external files and more|
|Source |https://github.com/YakovL/TiddlyWiki_TiddlerInFilePlugin/blob/master/TiddlerInFilePlugin.js|
|Author |Yakov Litvin|
|Version |1.1.2|
|Version |1.1.3|
|License |[[MIT|https://github.com/YakovL/TiddlyWiki_YL_ExtensionsCollection/blob/master/Common%20License%20(MIT)]]|
!!!Usage
Once the plugin is installed (copy - tag {{{systemConfig}}} - reload) storing tiddlers in files is done via 2 steps:
Expand Down Expand Up @@ -182,7 +182,7 @@ config.macros.external = {

eval(tiddler.text)
// for plugins introducing macros, formatters etc (may be adjusted in the future)
story.refreshAllTiddlers()
refreshAll()
}
//meta.lastLoaded = responseText
},
Expand Down

0 comments on commit 9843068

Please sign in to comment.