Script to clean up OutlineWiki's default exports creating within the app to Obsidian format.
- Might be nice to know if you export from Outline that it's ready for Obsidian and generally cleaned up.
- Cuts down on proprietary decisions from Outline
- Loop though dir and apply multiple transformations
- Allow users to turn on or off each of these things in a CONFIG.ini file inside the convertor.
- Remove H1 at the top✅
- Remove extra spacing between sections and "" in lines✅
- Convert info boxes from Outline format of ":::" to standard format using ">"✅
- Add function to loop through dir and apply to full export✅
- Convert full links to Wikilinks -- will end up being an issue if embedded in large Obsidian where a conflict exists but otherwise could be could. (Added this but have not full tested ... )