afazio1 / obsidian-markdown-blogger

Allows developers to push markdown notes to their local blog, portfolio, or static site. Works with Astro.js, Next.js, and any other framework configured to render markdown pages.
MIT License
90 stars 1 forks source link

Use this plugin to enable obsidian to write documentation for git repos. #6

Open Maharshi-Pathak opened 9 months ago

Maharshi-Pathak commented 9 months ago

Do you think it is a good alternative use? Issues I suspect I'd face: 1) GitHub Flavored Markdown and Obsidian's markdown format would not be compatible since they are slightly different flavors of MD. 2) Also, if at all this works, I'd need to change/specify the absolute path each time I change repos. Looking forward to hearing your thoughts on this. Great plugin BTW.

afazio1 commented 8 months ago

Hi! These are definitely two use cases that I am looking into. Right now, I'm focusing on being able to dynamically change/specify push paths through a command since this feature has been mentioned by others (#2).