Thanks for all your advice.
I must confess that I am a pretty bad javascript developer and even worse âTW programmerâ
I am amazed about the rock solid and expandable environment it is and i wouldnât like to screw too much things by tweaking too much
For now. I am not sure I can add any good code into
How would you copy to inserted tiddlers âtagsâ the value that is stored in $:/config/NewTiddler/Tags
?
This will be a good exercise to make my comprehension progress
UPlanet is producing a sub-key for every âG1Tagâ channel anyone would like to populate.
TW is then producing every day a json export of the last 30 tiddlers containing this tag.
But when I try to import some, nothing happens (or I miss it, color change would help)
I donât understand what is wrong? It is an array of objects : like this
May be loading time is too long (if data is not requested much, which is the case in that low inhabitants UPlanet)
Or isnât it deserializer
/ deseralizer
typo problem in button action?
There is a case, when tiddler with same title already exists, It could be same or different. I donât know what would happen in UX.
For UX purpose, I wonder if those âinserted tiddlersâ could be in different color (solarized actual css colors would be great) but i donât know how to do it good and compatible with any templateâŚ
As you say, it could be possible to create export / import of any kind.
Even better, add some moreâŚ
Before reaching that âlevelâ i still need to explore and understand actual filtersâŚ
One of my question is how could I export tiddllers as âstatic HTML fileâ using tiddlywiki from command line ?
For now i can just do it from Web browser (then ipfs add
command on downloaded file)
So blockchain engine could make this json
becoming html and render âCanon_de_Pachelbelâ
if i could know what âexporterâ i should put in that commandâŚ
tiddlywiki --load ${TW} --output /tmp --render '.' "${PLAYER}.g1tag.json" \
'text/plain' '$:/core/templates/exporters/JsonFile' 'exportFilter' '[tag[G1Tag]]'
Sorry if it is like dummy questions for you.
I prompt this topic to ChatGPT ⌠It does not seem to be right.
Gratitude for and and all of your help.
Continuing test and investigationsâŚ