Changes between Version 2 and Version 3 of OrgFileExporter

Show
Ignore:
Timestamp:
06/21/12 10:13:18 (11 months ago)
Author:
jmones (IP: 213.98.197.40)
Comment:

wikify lists

Legend:

Unmodified
Added
Removed
Modified
  • OrgFileExporter

    v2 v3  
    88This exporter lacks a lot of features. It's just a quick hack to export some data 
    99from 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. 
    1818 
    1919However 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. 
    2727 
    2828 
    2929== Requirements == 
    30 * WikidPad version >= 2.2. 
    31 * PyOrgMode (included). 
     30 * WikidPad version >= 2.2. 
     31 * PyOrgMode (included). 
    3232 
    3333 
    3434== 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/ 
    3838 
    3939== Usage == 
    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. 
     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. 
    4545         
    4646== Author == 
    47 Josep Mones Teixidor < jmones at gmail dot com > 
     47 * Josep Mones Teixidor < jmones at gmail dot com >