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

https://github.com/tool-ext/outlinwiki-export-transformer

Converts OutlineWiki export to more standard markdown format
https://github.com/tool-ext/outlinwiki-export-transformer

Last synced: 10 months ago
JSON representation

Converts OutlineWiki export to more standard markdown format

Awesome Lists containing this project

README

          

## What ⚡
Script to clean up OutlineWiki's default exports creating within the app to Obsidian format.
## Why 🤷‍♂️
- 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
## How 📋
- 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.

### Actions

#### Done ✅
- 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✅

#### Do

- 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 ... )

#### Ideas