Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/daddyingrave/md-from-notion
Cleaner for markdown imported from Notion
https://github.com/daddyingrave/md-from-notion
Last synced: 5 days ago
JSON representation
Cleaner for markdown imported from Notion
- Host: GitHub
- URL: https://github.com/daddyingrave/md-from-notion
- Owner: daddyingrave
- Created: 2022-07-09T14:52:39.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-09-04T21:17:24.000Z (over 2 years ago)
- Last Synced: 2024-12-16T22:37:16.926Z (26 days ago)
- Language: Go
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- project-awesome - daddyingrave/md-from-notion - Cleaner for markdown imported from Notion (Go)
README
# md-from-notion
Little helper which makes 2 things:
1. Remove generated ids from markdown files [exported](https://www.notion.so/help/export-your-content) from [Notion](https://www.notion.so/product)
2. Ignore all csv files
3. If "Created" field exist in document sets md document creation date to the same valueThis can be useful if you need raw markdown (for example for [Joplin](https://joplinapp.org/) import)
Actually this is just my first trainee project in Go.
And the only reason why it exists is desire to try to write some Go code. :)