Posts

Showing posts with the label adaptor

TiddlyWiki - How to install an Adaptor

First I wasn’t sure how to install TiddlyWiki plugins. Then I figured that one out . Now I was a bit confused on how I was supposed to install a TiddlyWiki Adaptor (I always thought Adaptor was spelt with an ‘e’ but I guess not J ) I wanted to import plain text files as tiddlers, so was looking for a plugin to do this when I came across this page about importing on tiddlywiki.org. It mentions that “By default, content can only be imported from other TiddlyWiki documents [but] Adaptors can be used to extend that functionality to arbitrary sources”. The Adaptors page it links to simply contains a list of links to Javascript files, so I wasn’t really sure what to do with them a first. However, after downloading one of these Javascript files, the RawTextAdaptor.js , using right-click à Save Target As , and opening it in a text editor I saw there was a source URL ( http://devpad.tiddlyspot.com/#RawTextAdaptor ). I realized that RawTextAdapter was itself a tiddler on a TiddlyWiki compati...