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 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.