Skip to content

Commit

Permalink
docs: add a note clarifying source of truth
Browse files Browse the repository at this point in the history
  • Loading branch information
YakovL committed Nov 16, 2024
1 parent 615167a commit 69ab7f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions TiddlerInFilePlugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
Once the plugin is installed (copy - tag {{{systemConfig}}} - reload) storing tiddlers in files is done via 2 steps:
# list (describe) those in [[ExternalTiddlersList]] by writing {{{<<external>>}}} macros there
# if the file exists and the tiddler doesn't, reload TW (external tiddler will be loaded on startup);<br>if the tiddler exists and the file doesn't, just save your TW
Note: external tiddler is always the main "source of truth": if {{{keepInternal:true}}} is used, it is saved in TW as well, but loading external content will overwrite what is saved in TW.
Here's how the macro is used:
{{{
Expand Down

0 comments on commit 69ab7f0

Please sign in to comment.