Skip to content

rosmanov/Tomboy2HTML

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Tomboy2HTML

DESCRIPTION

Utility to export Tomboy notes to XHTML/HTML file(s).

FILES

tomboy2html.py
Python script for use in CLI.

tomboy-notes.xsl
XSL file to generate HTML file from XML content.

OPTIONS

-h, --help          Display help
-p, --prefix        Optional. Output filename prefix. Default: notes
-x, --xhtml         Optional. Generate XHTML file also. Default: off 
-s, --xsl           Optional. XSL for XML-HTML conversion. Default: tomboy-notes.xsl 
-d, --debug         Optional. Debug mode. Default: off 

EXAMPLE

./tomboy2html.py -p "all_notes"
Generates all_notes.html in current directory.

./tomboy2html.py --xhtml --prefix="/tmp/all_notes"
Generates /tmp/all_notes.xhtml and /tmp/all_notes.html files

About

Export all Tomboy notes into an HTML file

Resources

License

Stars

Watchers

Forks

Packages

No packages published