Skip to content

yy-tromb/obsidian-md-normalize

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 <img src="path" /> 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.

About

convert obsidian type markdown to normal markdown

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages