| Class | TiddlyWiki |
| In: |
r4tw.rb
|
| Parent: | Object |
| orig_tiddlers | [RW] | |
| raw | [RW] | |
| tiddlers | [RW] |
add tiddlers from a list of file names ignores file names starting with # so you can do this
%w[ foo bar #baz ]
and it will skip baz
this should replace all the add_tiddler_from_blah methods but actually they are still there below testing required
takes a list of file_names, reads their content and converts them to javascript creation of shadow tiddlers then appends that to the contents of file_name (sorry, confusing)
add a list of files found in dir_name packaged as javascript to create shadow tiddlers append the javascript to the contents of file_name (needs more explanation perhaps) see also package_as
initialise a TiddlyWiki from a source file will treat empty_file as a url if it looks like one note that it doesn‘t have to be literally empty