nt icon indicating copy to clipboard operation
nt copied to clipboard

Web to Note

Open theiskaa opened this issue 2 years ago • 0 comments

A clone command, that could be able to fetch a web page(from provided URL), convert it to pure text, and generate a note file automatically (appropriate to that file).

Example:

notya clone https://github.com/anonistas/notya/blob/main/README.md

To make that web-to-text parser accessible from each platform(CLI/mobile(coming-soon)), we should provide a simple API(instead of putting the main parser into the notya-cli) to generate text from web pages.

https://localhost:8080/<url>

theiskaa avatar Apr 01 '22 06:04 theiskaa