Hello everyone,
For one of the projects I am working on, I need to be able to create tiddlers on the go from the url. So far, I am able to trigger the creation of a new tiddler by using the url :
mytiddlywiki.html#test
This creates a tiddler with the title test and the body is " Missing tiddler “test” – click to create" which is great!
Is there a way (or tools) to add more details about the tiddler only from the url? It would be amazing if the tag and body of the tiddler could be specified as well. For example something like :
mytiddlywiki.html#test[tags][body]
Would appreciate any input on this. Is there a better way to implement this feature on tiddlywiki?
Thanks!