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
- Host: GitHub
- URL: https://github.com/tool-ext/outlinwiki-export-transformer
- Owner: tool-ext
- Created: 2024-07-16T22:35:35.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-17T12:45:42.000Z (almost 2 years ago)
- Last Synced: 2025-08-21T03:43:37.454Z (10 months ago)
- Language: PHP
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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