Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/achabotl/tiddly2md

Converts a TiddlyWiki to individual markdown files.
https://github.com/achabotl/tiddly2md

Last synced: 1 day ago
JSON representation

Converts a TiddlyWiki to individual markdown files.

Awesome Lists containing this project

README

        

# TiddlyWiki converter

Converts a TiddlyWiki to individual markdown files.

## Requirements

- pandas (for reading the CSV files)

## Instructions

1. Install the [ExportTiddlersPlugin](http://www.tiddlytools.com/#ExportTiddlersPlugin).
2. Export wiki as CSV file.
3. Run `tiddly2md.py` on the CSV file.

python tiddly2md.py export.csv

See `-h` for options.

python tiddly2md.py -h

## Options worth discussing

You can export only specific tags by using the `-t TAG` option. The tiddlers will be exported if the `TAG` text is part of the tiddler's tags. For example, the option `-t author` would export tiddlers that have the tag "author:name". Multiple values of `-t` options can be used to export multiple tags at once:

python tiddly2md.py -t author -t concept export.csv