Hi

This technique may be used to store any number of values into fields of 
'$:/temp/new' (with $select widgets or $edit-text boxes) -- from where they 
may be accessed in the form of indirect references when creating your new 
tiddler.

regards

On Tuesday, 27 October 2015 05:02:40 UTC+2, Matabele wrote:
>
> Hi
>
> Try something like this:
>
> <span title="Select from Tag"><$select tiddler="$:/temp/new" 
> field="target" default='(none)'>
> <option value="null">(none)</option>
> <$list filter="[all[tiddlers]tag[mytag]sort[title]]">
> <option value=<<currentTiddler>>><$view field="title"/></option>
> </$list>
> </$select></span>
> <$button>
> <$action-setfield $tiddler={{$:/temp/new!!target}}  blah blah blah .... />
> Set Fields
> </$button>
>
> regards
>
> On Monday, 26 October 2015 17:08:56 UTC+2, Tierney Coren wrote:
>>
>> Hello again.
>>
>> Another question if you don't mind: how would I make the different areas 
>> (username, first name, etc.) into select boxes? Ideally they would pull 
>> their values from tiddlers with a specific tag. I've looked into the 
>> SelectWidget, but am not sure how to integrate it, as the plugin uses 
>> EditText. Any ideas?
>>
>> On Wednesday, September 30, 2015 at 7:34:05 PM UTC-4, Tierney Coren wrote:
>>>
>>> Hello.
>>>
>>> I'm working on getting audio embedded in a tiddler with HTML5, and one 
>>> criteria is that I need is a start and stop timestamp, using HTML5 audio 
>>> <https://developer.mozilla.org/en-US/docs/Web/Guide/HTML/Using_HTML5_audio_and_video#Specifying_playback_range>
>>>  
>>> timestamps. I can do it fine manually, using the audio tiddler example on 
>>> the TW website. 
>>>
>>> I've got an input saving the contents of a tiddler. I edited the getting 
>>> started tiddler and pulled the $edit-text tiddler=... that edits the title 
>>> of the site, and it works great. However, I want to have a form with a URI, 
>>> start time, and end time that will create a new tiddler with that data. So, 
>>> I need to know two things...
>>>
>>> 1) How do I create a new tiddler through a form-tiddler?
>>> 2) How do I edit/add a tiddler field instead of the tiddler text through 
>>> a form-tiddler?
>>>
>>> Also, this would be using the same mp3 format that's used on the audio 
>>> example on the TW site.
>>>
>>> Thanks.
>>>
>>

-- 
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 [email protected].
To post to this group, send email to [email protected].
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/429d0322-2b58-4bdf-aed7-e83f0c11f568%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to