I think that this could be useful for storing bookmarklets to help with getting new systems set up.
--
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+unsubscribe@googlegroups.com.
To post to this group, send email to tiddl...@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/cf8776e1-f705-4add-97f3-4fc879fd02d8%40googlegroups.com.
Any folder may contain any file types and you can open any of them. The only purpose the types object serves is to determine the icon used in the directory listing. The icons are found in assets/icons/files. Also, you cannot specify a property with the same name twice in a JSON object. Just include the new types object containing all the data in one object.Hope that helps,Arlen
On Wed, Oct 18, 2017 at 9:30 PM, TonyM <anthony...@gmail.com> wrote:
Arlen,
In tiddlyserver is it possible to add to the types in the settings.json file? It did not work for me
"types":{
"htmlfile": ["htm", "html"]
},
"types":{
"htmlfile": ["htm", "html"]
"jsonfile": ["json"]
"tidfile": ["tid"]
},
The answer to this may help me extend the trick you just shared!
Thanks
Tony
So that one can browse to a folder containing these?
--
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 post to this group, send email to tiddl...@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To unsubscribe from this group and stop receiving emails from it, send an email to tiddlywiki+unsubscribe@googlegroups.com.
To post to this group, send email to tiddl...@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/c5c86aad-d2e8-4aea-b796-24f2cf4f5dab%40googlegroups.com.
... You can drag a link to a Tiddler into your bookmarks as a bookmarklet and then drag it into another Tiddlywiki to import the tiddler.Hot off the press ...
Is this proof that no one here has had a brain for a LONG time? :-) Lol!
--
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+unsubscribe@googlegroups.com.
To post to this group, send email to tiddl...@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/83fcf2cf-7162-4e2a-b0d0-0559874c17fd%40googlegroups.com.
My thought process went something like this:
- TiddlyServer almost didn't support single file saving because the put saver didn't work quite right.
- [Remembers that dragging tiddlers from one wiki to another works because the tiddler data is encoded in the link]
- I could have just made the saver, then copy the tiddler link and paste it into the directory index in TiddlyServer. That would make it easier for people to install it in their TiddlyWikis. And then, just like I did with the "Fix put saver" bookmarklet, I would tell people to bookmark it --
- HEY!!! BOOKMARKS ARE LINKS!!! I SHOULD BE ABLE TO BOOKMARK A TIDDLER!!! AND IMPORT A BOOKMARK!!!
So you see, the thought process was natural. But someone had to think it.
... I have used this for a long time now. I had absolutely no thought process...
... så I just tried if it would work - and it did. ;-)