- Under tags tab click systemConfig
- Open and edit MptwUserConfigPlugin
- Paste in this:
- Save and reload
The official blog of the MPTW distribution of TiddlyWiki. Subscribe to keep informed of MPTW updates and issues.
|Name|MyCustomTheme|
|Description|My Custom Theme|
|PageTemplate|MptwTheme##PageTemplate|
|ViewTemplate|MptwTheme##ViewTemplate|
|EditTemplate|##EditTemplateTweaked|
|StyleSheet|##StyleSheet|
!EditTemplateTweaked
<!--{{{-->
<div class="toolbar" macro="toolbar +saveTiddler saveCloseTiddler closeOthers -cancelTiddler cancelCloseTiddler deleteTiddler"></div>
<div class="title" macro="view title"></div>
<div class="editLabel">Title</div><div class="editor" macro="edit title"></div>
<div macro='annotations'></div>
<div macro="showWhenExists EditPanelTemplate">[[EditPanelTemplate]]</div>
<div class="editLabel">Tags</div><div class="editor" macro="edit tags"></div> <!--- moved this above content --->
<div class="editorFooter"><span macro="message views.editor.tagPrompt"></span><span macro="tagChooser"></span></div>
<div class="editLabel">Content</div><div class="editor" macro="edit text"></div>
<!--}}}-->
!StyleSheet
/*{{{*/
[[MptwTheme##StyleSheet]] /* include MPTW styles */
.title { color:red; } /* or whatever */
/*}}}*/
<div class="editLabel">Content</div><div class="editor" macro="edit text"></div>
<div class="editLabel">Tags</div><div class="editor" macro="edit tags"></div>
When a tag name is first cap, it shows in the dropdown list, but not in the left side menu "tags" section.