Skip to content

Lite Mode, Mindmap, Filtering System and Auto-Sync

Choose a tag to compare

@baibao577 baibao577 released this 24 Jul 20:06

Lite Mode

  • Experiment, Web browser mode (PWA) at https://lite.dumbnote.app
  • Able to get recent 25 notes, so now you can edit on mobile when need. When save it sync back to Github.

Mindmap Mode

dumbnote-mindmap-image-upload
  • Experiment, Try it out at https://dumbnote.app/mindmap
  • Mindmap could help to see big picture, relation and connection better
  • Have reader mode, once you good at it. Export MD file then import into Dumbnote and continue adding details on note

Note Filtering System

  • Advanced filtering capabilities in the Sort & Group modal:
    • Filter by Categories - Searchable multi-select dropdown for 100+ categories
    • Filter by Status - Quick checkboxes for draft, published, archived, review, in-progress
    • Filter by Priority - Filter notes by high, medium, or low priority
    • Performance:
      • Efficient filtering with early return optimization
      • Dynamic category discovery from note metadata
      • Seamless integration with existing sort and group features

Auto-Sync

Automatic background synchronization with GitHub repository:

  • Enable Auto-Sync: Navigate to Sync → Auto-sync → Enable to turn on automatic synchronization
  • Sync Intervals: Choose from 5, 10, 30, or 60 minutes (30 seconds available in development mode)
  • How to Use:
    1. First enable GitHub sync: Sync → Sync to GitHub
    2. Enable auto-sync: Sync → Auto-sync → Enable
    3. Select interval: Sync → Auto-sync → Set Interval → [Choose interval]
  • Smart Features:
    • Automatically syncs your notes at the selected interval
    • Shows timestamp in notifications (e.g., "completed successfully at 29-Jan-2025 at 14:30")
    • Sync state persists across app restarts - no need to re-enable after closing
    • Non-blocking background sync operations

Misc

  • Color Picker on header, so now when open multiple windows it easier to switch and remember
  • Ctrl + Click on note also can open new window

Bug fixed

  • Markdown Preview on big screen should display responsive correctly.