Skip to content

jrobertson/tiddlywikiutils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Introducing the tiddlywikiutils gem

require 'tiddlywikiutils'

twu = TiddlyWikiUtils.new('/home/james/Downloads/tt.html')
twu.tiddlers[0] # returns the 1st Tiddler
twu.add(title: 'Testing the headlne', tags: 'fun markdown', body: 'Something goes here.')
File.write '/tmp/tt4.html', twu.to_html

Resources

tiddlywiki wiki tiddler tiddly html

About

Parses Tiddlers from a TiddlyWiki HTML file, as well as being to add Tiddlers.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages