mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-04-30 04:07:02 +00:00
* from AutoFocus to ~AutoFocus * Update minifocusswitcher.tid * Update Basics.tid * Update body-editor.tid
8 lines
204 B
Plaintext
8 lines
204 B
Plaintext
title: $:/snippets/minifocusswitcher
|
|
|
|
<$select tiddler="$:/config/AutoFocus">
|
|
<$list filter="title tags text type fields">
|
|
<option value=<<currentTiddler>>><<currentTiddler>></option>
|
|
</$list>
|
|
</$select>
|