Professional notes manager with editable URLs, modern interface, and quick delete functionality
这些是此脚本的所有版本。 只显示代码变更过的版本。
Changes from 0.8 → 0.9:- Script only in main document- Non-colour option re-created- Scrolling of complete note, or only text inside- Removed linkify and implemented proper markdown rendering- Added merging without duplicates- Improved updateNote function- Added caching for compiled regex patterns- Significantly improved search functionality with caching and max result limits- Improved CSS managing- Improved pattern matching for speed- Removed duplicate search- Better limit reached functionality for searching- Improved caching for patterns (limited to 10k entries)- Fixed escape key listener cleanup when closing modal- Added alert for duplicate shortcuts- Added limiting amount of notes shown per pageChanges from 0.9.0 → 0.9.1:- Added Note IDs for importing and easier merging- Added non-intrusive notifications for saving/updating/deletingPlanned for 0.10:- Markdown Preview with split-pane view or Preview button
Added Search functionality (Search in titles, Search in note content, Search in tags, Search in URLs)Added TagsAdded ColorsAdded Auto-Backup functionalityAdded Import-Export functionality
I think I finally uploaded the correct version - hopefully.
Nothing really, just fixed the name. I had on accident uploaded the back-up version instead of the actual one.
- Fixed Pinned notes unpinning on editing- Improved CSS stability compared to website native style- Viewing Modal now has scrolling capabilities- Included Better Copying for line-breaksGoing to Implement a way to download notes as a file, so that they can be uploaded on a different device. Tried and failed implementing a google drive functionality(as that would require the user to add keys on their own, and way too many setting to be user-friendly).
Added multi-URL matching.Added input-box styling for settings.Added option to display - or not display - the links in notes list.Added version control, now automatically includes new options variables when updating.
Added optional Time-Stamp adding to notes. Just enable it in the settings. Will also add time stamps when editing for possible tracking when it was changed.Link in notes will now be displayed as links that can be clicked.
Fixed issue, where the new note form had the text boxes outside because of lacking border-box property.Added option to edit shortcutsAdded ability to pin notesMoved the oversized helper into a dropdown.