https://github.com/senselogic/topaz
Notion to Obsidian notebook converter.
https://github.com/senselogic/topaz
Last synced: 4 months ago
JSON representation
Notion to Obsidian notebook converter.
- Host: GitHub
- URL: https://github.com/senselogic/topaz
- Owner: SenseLogic
- License: gpl-3.0
- Created: 2023-10-15T13:57:41.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-11-10T21:56:03.000Z (over 1 year ago)
- Last Synced: 2025-01-17T09:22:26.581Z (5 months ago)
- Language: D
- Size: 302 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README

# Topaz
Notion to Obsidian notebook converter.
## Installation
Install the [DMD 2 compiler](https://dlang.org/download.html) (using the MinGW setup option on Windows).
Build the executable with the following command line :
```bash
dmd -m64 topaz.d
```## Command line
```bash
topaz [options] NOTION_EXPORT_FOLDER/ OBSIDIAN_VAULT_FOLDER/
topaz [options] OBSIDIAN_VAULT_FOLDER/
```### Options
```
--fix-paths : fix paths
--fix-newlines : fix newlines
--fix-video-links : fix video links
--fix-titles : fix titles
--fix-indexes : fix indexes
```Removing the note UUID requires to copy the notes between two different folders.
### Examples
```bash
topaz --fix-paths --fix-newlines --fix-video-links --fix-titles --fix-indexes NOTION_EXPORT_FOLDER/ OBSIDIAN_VAULT_FOLDER/
```Copies notes and their media files from the Notion export folder to the Obsidian vault folder, fixing paths, newlines, video links, titles and indexes.
```bash
topaz --fix-newlines --fix-video-links --fix-titles --fix-indexes OBSIDIAN_VAULT_FOLDER/
```Fixes newlines, video links, titles and indexes of the Obsidian vault folder notes.
## Version
1.0
## Author
Eric Pelzer ([email protected]).
## License
This project is licensed under the GNU General Public License version 3.
See the [LICENSE.md](LICENSE.md) file for details.