Professional Website Notes Manager

Professional notes manager with editable URLs, darkmode, and quick delete functionality

当前为 2025-01-24 提交的版本,查看 最新版本

这些是此脚本变更过代码的版本。 显示所有版本。

  • v0.9.1 2025-11-09
  • v0.9.1 2025-11-09

    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 page

    Changes from 0.9.0 → 0.9.1:
    - Added Note IDs for importing and easier merging
    - Added non-intrusive notifications for saving/updating/deleting

    Planned for 0.10:
    - Markdown Preview with split-pane view or Preview button

  • v0.8 2025-02-25

    Added Search functionality (Search in titles, Search in note content, Search in tags, Search in URLs)
    Added Tags
    Added Colors
    Added Auto-Backup functionality
    Added Import-Export functionality

  • v0.7 2025-02-24

    I think I finally uploaded the correct version - hopefully.

  • v0.7 2025-02-23

    Nothing really, just fixed the name. I had on accident uploaded the back-up version instead of the actual one.

  • v0.7 2025-02-14

    - 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-breaks

    Going 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).

  • v0.6 2025-01-26

    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.

  • v0.5 2025-01-25

    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.

  • v0.4 2025-01-25

    Fixed issue, where the new note form had the text boxes outside because of lacking border-box property.
    Added option to edit shortcuts
    Added ability to pin notes
    Moved the oversized helper into a dropdown.

  • v0.3 2025-01-24