My favorite browser is undergoing some renovations that leave it struggling 
to manage my massive collection of bookmarks from the last 20 years.  That 
makes me think this could be a good time to experiment with managing 
bookmarks in a TiddlyWiki rather than through the browser.

I can export my bookmarks to an HTML file, which I should then be able to 
carve up into "proto-tiddlers" for import into TiddlyWiki.

The question is:  What's the best format for a file filled with ~6,000 
"proto-tiddlers"?  I don't want to generate 6,000 individual .tid files, 
and .multitids don't seem right for what I'm doing.  Do I need to wrap 
individual tiddlers in the core code in order to make my makeshift HTML 
file importable?

Could I just generate an HTML file with ~6,000 lines of:

<html>
<div tags="..." title="..." field="..." />
<div tags="..." title="..." field="..." />
<div tags="..." title="..." field="..." />
etc.
etc.
</html>

... if I'm not planning on having tiddler body text in the bookmarks I 
import?

There's probably an easier, obvious formatting style I'm overlooking.  Any 
done anything like this and learned anything useful?

-- 
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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/79b473e5-16f6-40c0-ac6f-b244ebc85f80%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to