inhumantsar / slurp

Slurps webpages and saves them as clean, uncluttered Markdown. Think Pocket, but better.
https://inhumantsar.github.io/slurp/
MIT License
164 stars 6 forks source link

Add title and tags to new note modal #29

Open inhumantsar opened 4 months ago

inhumantsar commented 4 months ago

Being able to edit tags and the title when saving a page would make organizing information easier and give people an opportunity to sidestep errors like #20 and #27 without relying on Slurp to modify those fields in ways they may not expect.

This will either require parsing the URL automatically and using the button click as confirmation, or introducing a second button click (not ideal).