You could use the Hawaiian word...Wiki

On Wed, Apr 29, 2015 at 1:31 PM, Måns <humam...@gmail.com> wrote:

> :-) Sorry - didn't mean to copy the danish term for fast/quick - which
> *is* "hurtig" - not hurting :-)
>
> Cheers
>
> Den onsdag den 29. april 2015 kl. 20.26.39 UTC+2 skrev Måns:
>>
>> With my snippet - you will have to write some text or you will not be
>> able to set a tag...
>> The tiddler has to be created - It's not created untill you add text to
>> it...
>>
>> Den onsdag den 29. april 2015 kl. 20.23.33 UTC+2 skrev Måns:
>>>
>>> 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 a topic in the
> Google Groups "TiddlyWiki" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/tiddlywiki/Xm5SsHCer6E/unsubscribe.
> To unsubscribe from this group and all its topics, 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/6acf91e1-537b-47f4-94db-b54166b0b465%40googlegroups.com
> <https://groups.google.com/d/msgid/tiddlywiki/6acf91e1-537b-47f4-94db-b54166b0b465%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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/CANE%3DBFJSL0cpZbrCRtxCWetOB3K68jHws7%2B57K3kg9HJMm%3Dt_Q%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to