Tiddlers:
Tags:
Thank you!
Diego
How can I change the "draft of new tiddler" layout, so that the textbox shows more empty lines than one?
Tags:
- How can I make it, so that whenever I make a new tag, its tiddler is automatically populated with all posts that have that tag?
- Right now, I manually click a new tag and type the following:
- Posts that have this tag: "[tag[CURRENT_TAG]sort[title]]">>
Right now I have to type "#[[Idea]]" and "#[[Followup]]" next to the parts of interest I want to get back to. I dont want to tag the entire post, because then I'll still need to mark the long post for easy reference.
My questions:
- Can we have a cmd+shift+p (like sublime and jupyter notebook) bring up a popup with fuzzy-finding to Go-To any tiddler?
My questions:
- Can I add something like the above so that when I type `#` I get an in-line popup to fill in page titles?
- A simpler version of this would be just to automatically parse the `#` character and make the word its attached to a link by inserying the `[[` and `]]`.
- Not sure how to handle `#` with spaces in the title?