dendronhq / dendron

The personal knowledge management (PKM) tool that grows as you do!
https://wiki.dendron.so
Apache License 2.0
6.52k stars 248 forks source link

HTML to markdown Pod #526

Open anutator opened 3 years ago

anutator commented 3 years ago

Please Select if your Request is Either something new or an Enhancement

Please select the area your request applys to. (Multiple selections are Possible)

Is your feature request related to a problem? Please describe

Your extention helps to insert pictures or links from clipboard. I tried several extensions to convert HTML to Markdown when I paste text+pictures from website, but they don't work or work without good formatting. I like as html is converted to markdown in Obsidian. I would like to have the same feature in your extension with additional ability to save all pictures from web page to images in assets folder and paste links to that images instead of links to images on web site.

The second option - easy sort pages. For example I have:

js.vue-typescript.components.md js.vue-typescript.intro.md js.vue-typescript.setting-up.md

I'd like to see in Dendron Tree View this pages not in alphabetical order: intro setting up components

Besides I'd like to see the full Title of the page instead of file name.

It's not clear from your docs what can help me - schemas? Are schemas used when we publish page or also when we work with it in VSCode. It's not easy to sort files in my own order. Is it possible to drag and drop md files to sort them?

Can we create folders for hierarchy? for example in my case folder vue-typescript. And automatically paste images from clipboard to thet folder. For example assets/js/vue-typescript. The folder would be automatically created only if we have inserted pictures from clipboard.

What is png format for images? Can we use 64 or 256 colors png for inserted screanshots instead of 24-bit?

kpathakota commented 3 years ago

<3 the idea of html -> markdown pod so we can take potentially any webpage and convert it. #750 filed to split out the sorting ask.