--
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+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/c0f52f20-b910-468d-bebf-9dd8536c9af5%40googlegroups.com.
I am looking at improving the saver bob uses for single file wikis so I am looking for feature ideas.
To unsubscribe from this group and stop receiving emails from it, send an email to tiddl...@googlegroups.com.

https://ibnishak.github.io/Timimi/
Sincerely,
Riz
being lost without warning, the wiki is only available in that browser on that computer, it isn't sharable unless you use some other saver, like the built-in download saver, to get a copy that you can then move around or share.
On Tuesday, April 28, 2020 at 7:53:34 AM UTC-7, Jed Carty wrote:being lost without warning, the wiki is only available in that browser on that computer, it isn't sharable unless you use some other saver, like the built-in download saver, to get a copy that you can then move around or share.But in terms of an initial user experience, there's only one easy extension to install, and they're good to go. Yes, down the road they'll have to learn how to save or export the file, but it would give an easy first step. And for people who never move around, it may be the only step they need.
Thanks for that. I expected it was so but never got to confirm it, including with node and tiddlyserver. Thats great and I think we can make use of this a little more.
I kind of imagin one of the mobile apps acting like a dedicated browser containing such a bob wiki ensuring the session is never lost, just waiting to reconnect to the bob server when you get home to your trusted network.
It would be a nice way for single user multiple device wikis.
The bob server would be like the home server. I imagin it works with the single file bob saver as well.
Regards
Tony
The closest example I know is noteself which use pouch and couchdb. I would be keen to have wiki tiddlers use my WordPress db or cpanel sql allowing integrations.
I will help you go this direction.
I think the term is build a saver or sync module. Tw-reciever does this for php, bob to the node server, noteself to couchdb etc... Regular wikis can use the default download saver or timimi and other savers.
Regards
Tony
Regards
Tony
--
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+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/856ad777-dc63-4491-bd74-c0391c4bf413%40googlegroups.com.
--
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+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/3f477a13-6892-491c-9498-21e54ce68e2f%40googlegroups.com.
-bash: npm: command not found
To unsubscribe from this group and stop receiving emails from it, send an email to tiddl...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to tiddlywiki+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/ae0debc5-de0e-4b2a-8e94-7c7915a868dc%40googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to tiddlywiki+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/9571530e-806f-4a61-ae2f-ef1498d49f7b%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/9571530e-806f-4a61-ae2f-ef1498d49f7b%40googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to tiddlywiki+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/e11cd690-1d1b-4ad4-a301-049640052549%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/e11cd690-1d1b-4ad4-a301-049640052549%40googlegroups.com.
- (some 16 lines, blank except for '~' as initial character...
- <ikiFolder/tiddlers/(TitleOfTiddler).tid
- [noeol] 7L, 132C 7,23 ALL
created: 20200430094059869
modified: 20200430094129604
tags: test
title: FirstPost
type: text/vnd.tiddlywiki
What hath God wrought?
- and nothing more. All that afterbirth in my previous msg in this thread was some irrelevant terminal screed, i guess.... But if this is all there is to a tiddler, it should be simple to store in SQLite, i imagine, for one who knows how to write a "Sync module" (wish i knew how!). /w
To unsubscribe from this group and stop receiving emails from it, send an email to tiddlywiki+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/41b844a9-ec92-48f3-82ba-577224128761%40googlegroups.com.
If I was doing that I would auto assign an integer primary key, but if that's more work you could use the created timestamp.
On Thu, Apr 30, 2020 at 8:40 AM ludwa6
Arlen: storage in a RDBMS (requirement for this application i want to develop[1]) requires a Primary Key that is both guaranteed unique AND cannot be changed -but tiddler Title *can* be changed, so that is not a good candidate, seems to me. The one element of this schema that appears immutable to me is that "created" date/time stamp, which has 3 digits beyond minutes (thousandths of a minute, perhaps?), so that is fine-grained enough to guarantee uniqueness, i guess.
To unsubscribe from this group and stop receiving emails from it, send an email to tiddlywiki+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/41b844a9-ec92-48f3-82ba-577224128761%40googlegroups.com.
Also - TW defines the Title field as primary key. When title "changes" TW is actually storing a new tiddler under the new Title and deletes the old copy.
Best,
-Joshua F