mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-02-04 05:09:10 +00:00
97d36e26fc
It started life as the slides for a new introductory video, but I’m thinking that it may be worth publishing as an interactive introduction.
12 lines
288 B
Plaintext
12 lines
288 B
Plaintext
title: Customisation
|
|
|
|
TiddlyWiki supports deep customisation to fit your particular needs. For example, you can choose which tiddler toolbar buttons you need:
|
|
|
|
<div class="tc-view-toolbar-tools">
|
|
|
|
{{$:/core/ui/TiddlerInfo/Tools}}
|
|
|
|
</div>
|
|
|
|
Next, [[Plugins]] extend TiddlyWiki in new ways.
|