mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-01 15:46:18 +00:00
def8e6d354
* adding trim: link-dropdown, Fields, unfold * adding trim: all remaining snippets * Fix for reversion I accidentally applied
9 lines
221 B
Plaintext
9 lines
221 B
Plaintext
title: $:/snippets/minifocusswitcher
|
|
|
|
\whitespace trim
|
|
<$select tiddler="$:/config/AutoFocus">
|
|
<$list filter="title tags text type fields">
|
|
<option value=<<currentTiddler>>><<currentTiddler>></option>
|
|
</$list>
|
|
</$select>
|