Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Feavy/notion-to-obsidian
Create obsidian graph from notion.so page using Notion API
https://github.com/Feavy/notion-to-obsidian
Last synced: 3 months ago
JSON representation
Create obsidian graph from notion.so page using Notion API
- Host: GitHub
- URL: https://github.com/Feavy/notion-to-obsidian
- Owner: Feavy
- Created: 2022-10-16T20:02:31.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-22T10:44:14.000Z (about 2 years ago)
- Last Synced: 2024-05-23T00:39:58.935Z (6 months ago)
- Language: TypeScript
- Homepage:
- Size: 34.2 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- project-awesome - Feavy/notion-to-obsidian - Create obsidian graph from notion.so page using Notion API (TypeScript)
README
# Notion to Obsidian (WIP)
The goal of this project is to create an [Obsidian](https://obsidian.md/) vault from [Notion](https://www.notion.so/) pages.
Generated markdown files contain the content from Notion and a link to the corresponding Notion page.
I hope Notion will implement a Obsidian-like graph view in the future.
## Roadmap
- [x] Create a vault from Notion pages
- [x] Organize files in folders
- [x] Actually copy content from Notion to Obsidian (notion-obsidian-sync)
- Make searching easier
- Use the true power of Obsidian
- [x] Cache pages to avoid downloading them if they haven't changed
- [x] Represent titles hierarchy in graph
- [ ] Represent external links in graph
- [ ] Add a CLI (ideally an Obsidian plugin)