-
Hi, I’m using the WebServer API: Get All Tiddlers successfully to retrieve my Non-System Tiddlers with some customized filters (after creating the “$:/config/Server/AllowAllExternalFilters” Tiddler), But it does NOT retrieve the “System Tiddlers”. So, Is there ANY way to retrieve “System Tiddlers”? My use case: Note: The above link shows that the Response Body of the above API is an array of all non-system tiddlers, is that mean there is no way to retrieve “System Tiddlers”? Regards |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
You can try a filter like this: |
Beta Was this translation helpful? Give feedback.
-
Try setting |
Beta Was this translation helpful? Give feedback.
-
I updated the docs to add a note about syncing system tiddlers: |
Beta Was this translation helpful? Give feedback.
Try setting
$:/config/SyncSystemTiddlersFromServer
toyes
. Note that this will mean that tiddlers like$:/StoryList
will also sync between any connected clients.