webclipper / web-clipper

For Notion,OneNote,Bear,Yuque,Joplin。Clip anything to anywhere
https://clipper.website
Other
5.9k stars 539 forks source link

support AsciiDoc #1122

Open aisbergde opened 1 year ago

aisbergde commented 1 year ago

Is your feature request related to a problem? Please describe.

My notes system is based on AsciiDoc. Webclipper converts content into MarkDown.

I can't using the markdown content on the fly, but I need it first to save, and then I can convert into AsciiDoc using https://github.com/asciidoctor/kramdown-asciidoc However, this is a ruby program

Describe the solution you'd like

I would like to have an optional function extension that provides the content not only in Markdown, but also in AsciiDoc. For this, I see two possibilities:

Describe alternatives you've considered.

Right now my workflow is:

  1. i save the whole page in GitHub as Markdown
  2. via pull I get the pages on my PC
  3. now I use https://github.com/asciidoctor/kramdown-asciidoc to convert to AsciiDoc
  4. from this I can copy content to other AsciiDoc files

This is especially time consuming if I only need a selected part.

silopolis commented 7 months ago

That, indeed, would be awesome!