mafgwo / stackedit-plus

In-browser Online Notebook
https://stackedit.cn
Apache License 2.0
78 stars 15 forks source link

allow for edit for non .md files (found a workaround) #17

Open sanabel-al-firdaws opened 9 months ago

sanabel-al-firdaws commented 9 months ago

I am using stackedit.net to share the github repo ,and it would be nice to be able to edit .yml files or simply .mdx

currently I will be using web components in md insted of mdx

sanabel-al-firdaws commented 8 months ago

how to edit "non markdown" content in stackedit

i switched back to stackedit the problem i was facing is why can't i just open a mdoc file in it and now i relised i can just make all my content in md then do

renamer --find /.md$/ --replace .mdoc 'src/content/**' before i built my project and it just works cuz markdoc dosen't require any speical tooling ig so i am treating it like md untill i build it