which shows the usage of url-parameters to get even the pretty formatted JSON.
What I need is prettyfied JSON Format from a filter expression via the AdvancedSearch tool. There must be somewhere a hidden option to switch between the normal condensed JSON output and the prettyfied readable form.
I did use VSCode to prettify the JSON structures for human readability. ATM there is no setting in TW to export to pretty printed JSON files.
But IMO it would be worth an other thought. … There is an open issue at GH that talks about different formatting of JSON in the “preview section” of the editor
Usually templates are used to export tiddlers and internal function parameters need to be set if the creation is done by filter operators. We’ll have to have a closer look
I wonder how the url triggered export on tiddlyhost is done.
I used this form (see second link) and simply thought it is an inbuilt function of the TW core…
Unfortunately via url you can only export all tiddlers or one named tiddler, but not a filtered set of tiddlers.
It’s a slightly different question, but, if I have a json type tiddler, is there a TW command to prettyprint it? ATM I copy it to VSCode and format it there.
Thanks!