arslan_baby: (Default)
arslan-baby ([personal profile] arslan_baby) wrote2022-07-18 06:40 pm
Entry tags:

TiddlyWiki - Notes

- Create a tab: Create a tiddler > Type
$:/tags/SideBar
in the tag field > Click add.
- Place the tab: Type
list-before
in the field name, and
$:/core/ui/SideBar/NAME_OF_AN_EXISTING_TAB
in the field input > Click add.
- Format a TOC: Type the following into the text field:
<div class="tc-table-of-contents">
<<toc-selective-expandable 'NAME_OF_TIDDLER' sort[title]>>
</div>
- Markup language: Look up “tiddlywiki markup cheat sheet”. Conveniently placed link.
- Insert images:
  • Method #1: Import the image > In the text field, type:
    {{IMAGE_NAME.EXTENSION}}
  • Method #2: In the text field, type:
    [img [IMAGE_URL]]