Friday, April 25, 2008

How to move your tags edit box back up above the tiddler content

Actually it used to be there but I moved it back to the bottom so as to be less different from standard TiddlyWiki. Here's what to do:
  • Under tags tab click systemTheme
  • Click MptwTheme and edit it
  • Scroll down to the EditTemplate section
  • Swap the order of these two lines:
<div class="editLabel">Content</div><div class="editor" macro="edit text"></div>
<div class="editLabel">Tags</div><div class="editor" macro="edit tags"></div>

  • Click done

No comments: