-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Using browser's LocalStorage to saving notes is fine, but what if user reinstall or change browser? Then all notes are lost or needed to be exported (downloaded) to .md files.
Because modern browsers can support URL lenght up to 64kb consider an option to encode (e.g. base64) whole markdown text content into URL.
This would allow:
- easy copy and share notes between browsers, computers, users, etc. without using external servers
- bookmark notes and open it completely independent of the browser and data stored in LocalStorage
- can act as a form of a fast notes backup.
So some note like this:
Could be encoded and saved as long URL:
EDIT:
correction: link should be in a form of type.html#note=IyMgQWxn.... because using #= is probably better than using ?.
patatetom
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request