Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/achabotl/tiddly2md
- Owner: achabotl
- License: mit
- Created: 2015-04-14T13:10:56.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-12-27T17:47:08.000Z (almost 2 years ago)
- Last Synced: 2023-03-12T07:12:39.595Z (over 1 year ago)
- Language: Python
- Size: 4.88 KB
- Stars: 20
- Watchers: 3
- Forks: 6
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 discussingYou 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