Ticket #1182 (new defect)
newTiddler macro shows tags inside title, if only title is present in edit template
| Reported by: | mahemoff | Owned by: | JeremyRuston |
|---|---|---|---|
| Priority: | undefined | Milestone: | 2.7.1 |
| Component: | core | Version: | |
| Severity: | undefined | Keywords: | |
| Cc: |
Description (last modified by FND) (diff)
related to http://trac.tiddlywiki.org/ticket/820
Create "EditTitleTemplate?":
<!--{{{-->
<div class='toolbar' macro='toolbar [[ToolbarCommands::EditToolbar]]'></div>
<div class='title' macro='view title'></div>
<div class='editor' macro='edit title'></div>
<div macro='annotations'></div>
<div class='editorFooter'><span macro='message views.editor.tagPrompt'></span><span macro='tagChooser excludeLists'></span></div>
<!--}}}-->
Then use it in NewTiddler? invocation:
<<newTiddler label:"New App" tag:"good" tag:"app" text:"Hello world" template:"EditTitleTemplate">>
You would expect the title of the new tiddler to be "Hello World", but it's "Hello World good app"
Change History
Note: See
TracTickets for help on using
tickets.
