Ok,
I think this part is an important
key:
https://github.com/Jermolene/TiddlyWiki5/blob/2c5d241d9602f387c09a18acc1a64704fb6f0112/plugins/tiddlywiki/filesystem/filesystemadaptor.js#L49
// See if we've already got information about this file var self =
this, title = tiddler.fields.title, fileInfo =
$tw.boot.files[title];
So the saver takes in account the information contained at
$tw.boot.files... this is interesting.
I'm also very interested in this part also:
https://github.com/Jermolene/TiddlyWiki5/blob/2c5d241d9602f387c09a18acc1a64704fb6f0112/plugins/tiddlywiki/filesystem/filesystemadaptor.js#L113
So if the file has a meta file then it writes the new information to the
meta file. This is very important to achieve my needs, but has a big
constraing: the meta file must be in the same folder than the original
folder. Is there any way to point the meta file from another location to
the original file? This way you can take notes to your files without saving
it as a tiddler. Or you can edit the file and save it on its original
location. Those points are KEY for my plugin.
--
You received this message because you are subscribed to the Google Groups
"TiddlyWikiDev" 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/tiddlywikidev.
For more options, visit https://groups.google.com/d/optout.