Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yy-tromb/obsidian-md-normalize
convert obsidian type markdown to normal markdown
https://github.com/yy-tromb/obsidian-md-normalize
Last synced: about 1 month ago
JSON representation
convert obsidian type markdown to normal markdown
- Host: GitHub
- URL: https://github.com/yy-tromb/obsidian-md-normalize
- Owner: yy-tromb
- License: mit
- Created: 2024-02-16T09:38:33.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-03-07T16:20:46.000Z (10 months ago)
- Last Synced: 2024-03-08T16:52:46.322Z (10 months ago)
- Language: Rust
- Homepage:
- Size: 32.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# obsidian-md-normalize
Convert obsidian type markdown to normal markdown ***For me***
## Features### Fix picture embeded
In obsidian markdown, it is `![[path]]`. This tool replace it `![](path)`
This is written `` in HTML.
Target picture file extentions are "jpeg", "jpg", "png", "gif", "bmp", "webp", "tiff", "apng".
You will be able to add some picture extentions. I don't implement now.### Enabled new line
In obsidian app view, new line is enabled, but normal markdown ignore new line. So add " " (two spaces) before new line char like \n or \r\n.