Skip to content

Commit

Permalink
Merge branch 'main' of github.com:saqimtiaz/tw5-plugins-sandbox into …
Browse files Browse the repository at this point in the history
…main
  • Loading branch information
saqimtiaz committed Sep 5, 2024
2 parents 7772960 + ff3398f commit 2689828
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/sq/ExternalContent/readme.tid
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Note that content is loaded immediately after the wiki starts up, therefore Java
''If you do not want the imported tiddlers to be saved with the host wiki, you must exclude them:''

* for single file TiddlyWikis you need to create or amend the global variable publishFilter by adding `-[is_volatile[yes]]`
** if you have not previously defined a publishFilter, create a tiddler with the title `$:/publishFilter` with the tag `$:/tags/Global` where the text field consists of `-[is_volatile[yes]]`
** if you have not previously defined a publishFilter, create a tiddler with the title `$:/publishFilter` with the tag `$:/tags/Global` where the text field consists of `\procedure publishFilter() -[is_volatile[yes]]`
* for TiddlyWiki on node.js, modify the tiddler `$:/config/SyncFilter` and append `-[is_volatile[yes]]`

!! Loading content on startup
Expand Down Expand Up @@ -41,4 +41,4 @@ Example:

<$button actions=<<loadMyWiki>> > load content </$button>

```
```

0 comments on commit 2689828

Please sign in to comment.