rNeomy / reader-view

Access Firefox's built in reader view from right click context menu
https://webextension.org/listing/chrome-reader-view.html
Mozilla Public License 2.0
471 stars 74 forks source link

Can you add export of markdown format files? #154

Closed zhl111 closed 1 year ago

zhl111 commented 1 year ago

Really like your plugin and hope it's better ex. - theowenyoung/markdownload: A Firefox and Google Chrome extension to clip websites and download them into a readable markdown file. 2022/12/1 It would be nice to have a custom directory for the saved files

zhl111 commented 1 year ago

How can I update the plugin you have modified? The chrome App Store hasn't been updated yet. Is there any other way I can use the latest version besides waiting?

rNeomy commented 1 year ago

You can try the developer version:

  1. Open "chrome://extensions/" in a browser tab
  2. Turn the developer mode on
  3. Download the project from https://github.com/rNeomy/reader-view/archive/refs/heads/master.zip
  4. Extract it into a local directory
  5. Drop the "v3" directory into the "chrome://extensions/" view
zhl111 commented 1 year ago

thanks.But there is a small problem, the saved file does not have a file extension.

Can you add another feature? The saved files can be selected to other folders. I am using obsidian to save web files in md format, it would be great if I could download them directly to the target folder!

rNeomy commented 1 year ago

the saved file does not have a file extension.

What is your browser? For me, it saves in ".markdown". I'll change it into ".md" for production.

The saved files can be selected to other folders.

You can temporarily change the default download directory of your browser to save in the desired directory. The extension cannot access any local disk, so we can not have a custom save directory for this extension.

zhl111 commented 1 year ago

my browser is chrome,thanks a lot👍️