On Friday, January 8, 2016 at 10:23:06 AM UTC-8, Jed Carty wrote:
>
> This doesn't really answer your question, but you gave me an idea that may 
> be useful.
>
> Would people find a plugin that lets you paste text into a tiddler from a 
> csv or some other file type that can hold tiddler data and then have the 
> pasted text converted into tiddlers?
> Making a very simple (and probably full of bugs) version shouldn't be too 
> hard.
> I am not sure how useful it would be because you would still need to copy 
> and paste text.
>

I did exactly that for TWClassic:
   http://www.tiddlytools.com/#CreateTiddlersFromCSV

This was implemented as wikitext + HTML.... and all of the real work is in 
the HTML code, using onclick handlers.  You can ignore everything outside 
of the <html><nowiki>...</nowiki></html> block.  There's also a bit of 
stuff for selecting a tiddler to populate the textarea.  You can also 
ignore this.  It should be very easy to adapt this code to TW5, using an 
action widget in place of the onclick handler.

enjoy,
-e
 

-- 
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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/744ffe1b-2f1f-4ce2-ac15-494546b7a163%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to