Is it possible to retrieve "Shadow/System" Tiddler using "WebServer API"?

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:
I’ve very big number of Special Tiddlers (contains Meta Data of my TiddlyWiki file) which I make their titles start with “$:/” so it can be “hidden” or different from my normal Tiddlers, Now I need to get those tiddlers using Web-Server API.

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

FYI, I also asked this question in Github Disscussion

1 Like