Changes between Version 2 and Version 3 of OrgFileExporter
- Timestamp:
- 06/21/12 10:13:18 (11 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
OrgFileExporter
v2 v3 8 8 This exporter lacks a lot of features. It's just a quick hack to export some data 9 9 from WikidPad. Feel free to improved. Current supported features: 10 * Exporting data to a unique file, each word in a node.11 * It uses WikidPad parser classes to get WikidPad data.12 * It uses PyOrgMode library to generate org files.13 * It set ups links from wiki words in pages to actual nodes (inserting CUSTOM_ID properties).14 * It processes bold and italics.15 * It processes tables (only simple ones).16 * It processes horizontal rules.17 * It processes unordered and ordered lists.10 * Exporting data to a unique file, each word in a node. 11 * It uses WikidPad parser classes to get WikidPad data. 12 * It uses PyOrgMode library to generate org files. 13 * It set ups links from wiki words in pages to actual nodes (inserting CUSTOM_ID properties). 14 * It processes bold and italics. 15 * It processes tables (only simple ones). 16 * It processes horizontal rules. 17 * It processes unordered and ordered lists. 18 18 19 19 However this features known to be missing: 20 * Does not support footnotes.21 * Does not support insertion.22 * Does not support roman lists.23 * Does not support alpha lists.24 * Does not support wikidpad anchors in text.25 * Only strategy available to layout nodes is "one word, one node".26 * Doesn't have a clever way to solve presence of headings in words.20 * Does not support footnotes. 21 * Does not support insertion. 22 * Does not support roman lists. 23 * Does not support alpha lists. 24 * Does not support wikidpad anchors in text. 25 * Only strategy available to layout nodes is "one word, one node". 26 * Doesn't have a clever way to solve presence of headings in words. 27 27 28 28 29 29 == Requirements == 30 * WikidPad version >= 2.2.31 * PyOrgMode (included).30 * WikidPad version >= 2.2. 31 * PyOrgMode (included). 32 32 33 33 34 34 == Installation == 35 1. If user_extensions/ folder in WikidPad installation doesn't exist, create it as a sibling of extensions/36 2. Copy OrgFileExporter.py to user_extensions/37 3. Copy PyOrgMode.py to user_extensions/35 1. If user_extensions/ folder in WikidPad installation doesn't exist, create it as a sibling of extensions/ 36 2. Copy OrgFileExporter.py to user_extensions/ 37 3. Copy PyOrgMode.py to user_extensions/ 38 38 39 39 == Usage == 40 1. Select Extra/Export41 2. Select "Org mode file" in "Export to:" dropdown.42 3. Select destination file (it will create a single file).43 4. Adjust all other settings as desired.44 5. Press OK.40 1. Select Extra/Export 41 2. Select "Org mode file" in "Export to:" dropdown. 42 3. Select destination file (it will create a single file). 43 4. Adjust all other settings as desired. 44 5. Press OK. 45 45 46 46 == Author == 47 Josep Mones Teixidor < jmones at gmail dot com >47 * Josep Mones Teixidor < jmones at gmail dot com >
