Hi Mark

On Sun, Aug 2, 2015 at 3:19 AM, 'Mark S.' via TiddlyWiki <
[email protected]> wrote:

> It's supposed to be possible to use HTML5 to link with sqlite. I imagine
> it would take a bit of a re-write to get tw to use an entirely different
> approach to storing tiddlers.
>

It would be possible to write a sync adaptor that synced changes to HTML5
WebSQL or IndexedDB - there's an example of the latter linked from tw.com:

http://tiddlywiki.com/#IndexedDB%20Plugin%20by%20Andreas%20Abeck

However, personally, I'm not much of a fan of storing content within the
browser. The trouble is that (a) the browser places pretty low storage
limits - often just a handful of megabytes and (b) the data is rather
inaccessible to the end user. You can't easily verify that the data is
intact, nor back it up, nor move it to a different browser or different
computer.


> With the old TW someone had written a plugin that would allow you to bring
> a separate TW online into the current TW with a click. (the tiddlers
> brought online were read-only). This meant that you could, for instance,
> toggle records for different years. So usually you would just look for the
> current year, but you could extend your search and add other years.
>

The same thing is possible with TW5 - it's actually how the plugin library
works; the plan is to adapt it to retrieve tiddlers from other tiddlywiki
files.

Best wishes

Jeremy.


Mark
>
> On Saturday, August 1, 2015 at 4:48:53 PM UTC-7, Jed Carty wrote:
>>
>> Unless we can make some sort of tiddler based database inside an html
>> file you may have to have separate archive wikis you move old things into
>> to keep the size of your main wiki down. Or maybe we could make a plugin
>> that can archive tiddlers by bundling them into a disabled plugin. That way
>> you could enable the plugin to search through old content but it shouldn't
>> affect your normal use.
>>
>> Does anyone know of a way we could make a database part of tiddlywiki? I
>> don't know what the limits are for javascript and html.
>>
> --
> 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/581f5ede-d10c-4a60-9cae-fae0c5097312%40googlegroups.com
> <https://groups.google.com/d/msgid/tiddlywiki/581f5ede-d10c-4a60-9cae-fae0c5097312%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Jeremy Ruston
mailto:[email protected]

-- 
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/CAPKKYJZNwg62pEpQiCpa%2B%3DUXrtK-G5rHZ7xiVfx%2BmSjXkAKiOg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to