Aaah.
Had to change it a little or it would refresh the title on every keystroke:

\define getProperTag() {{$(properTitle)$||$:/core/ui/EditTemplate/tags}} 
<div class="tc-tiddler-frame">

!!! <$link to={{$:/temp/Stealth!!newtitle}}>Hurtig note</$link>

<$edit tiddler="$:/temp/Stealth" field="newtitle" 
class="tc-edit-texteditor" default="ooo" placeholder="title"/>
<$set name="properTitle" 
value={{$:/temp/Stealth!!newtitle}}><<getProperTag>></$set>
<$edit field="text" class="tc-edit-texteditor" 
tiddler={{$:/temp/Stealth!!newtitle}} placeholder="your text"/>
</div>

Enjoy

Den onsdag den 29. april 2015 kl. 20.04.00 UTC+2 skrev Måns:
>
> Hi Mat, Andreas, Pmario and Dave
>
> Great idea :-)
>
> @Dave - My variation looks like this (not sure if every element is 
> necessary - however it works..:
>
> \define getProperTag() {{$(properTitle)$||$:/core/ui/EditTemplate/tags}} 
>
> <$set name="properTitle" value={{$:/temp/Stealth!!newtitle}}>
> <div class="tc-tiddler-frame">
>
> !!! <$link to={{$:/temp/Stealth!!newtitle}}>Quick Note</$link>
>
> <$edit tiddler="$:/temp/Stealth" field="newtitle" 
> class="tc-edit-texteditor" default="ooo" placeholder="title"/>
> <<getProperTag>>
> <$edit field="text" class="tc-edit-texteditor" 
> tiddler={{$:/temp/Stealth!!newtitle}} placeholder="your text"/>
> </div>
> </$set> 
>
> This gives you the standard tag picker frame...
>
> Cheers Måns Mårtensson
>
> Example: http://digitalkinabog.tiddlyspot.com/
>
> Den onsdag den 29. april 2015 kl. 17.21.30 UTC+2 skrev David Gifford:
>>
>> Wow, this is fascinating and for me, counterintuitive but ingenious...if 
>> the tags field could have the dropdown for choosing current tags, this 
>> could be pretty useful!
>>
>> Dave
>>
>> On Wednesday, April 29, 2015 at 7:52:50 AM UTC-5, PMario wrote:
>>>
>>> A very interesting approach:
>>> The very first iteration I could think of would look like this: 
>>>
>>> Create a tiddler eg: FastNote
>>> and tag it: $:/tags/AboveStory so it will stick at the top of your 
>>> story river. ... The sticky / expand / collapse thing is a todo atm :)
>>>
>>>
>>> <div class="tc-tiddler-frame">
>>>
>>> !!! Fast Note
>>>
>>> <$edit tiddler="$:/temp/Stealth" field="newtitle" 
>>> class="tc-edit-texteditor" default="ooo" placeholder="title"/>
>>> <$edit field="tags" class="tc-edit-texteditor" 
>>> tiddler={{$:/temp/Stealth!!newtitle}} placeholder="tags" /> 
>>> <$edit field="text" class="tc-edit-texteditor" 
>>> tiddler={{$:/temp/Stealth!!newtitle}} placeholder="text"/>
>>> </div>
>>>
>>>
>>>
>>>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/9f216da9-1d27-4331-aae5-0d8762f23915%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to