Skip to content

Markdown Sticky notes app devloped in Electron.js

Notifications You must be signed in to change notification settings

tcloma/Hover-Note

Repository files navigation

Hover 🎏

Modular Markdown Sticky Notes


To Dev:

UI:

  • Status bar at the bottom to keep track of word count
  • Overhaul overall design, animations, and UX
  • A central "Note Hub" that displays all notes in their corresponding collections / folders
  • A dynamic "Note Screen" that only displays an individual note
  • Make notes comform to grid in 'folder screen'
  • Lock/unlock button for editing/preview when on 'Sticky Note'

Electron:

  • Opening standalone files, and adding them to note screen
  • Saving file changes
  • Remember directory that user sets all their files to be in custom directory to look for files in
  • Making notes appear on desktop in small note sized windows
  • Note windows have seperate title bar controls from main window
  • Be able to select which
  • Make notes resizable

Markdown Editor:

  • Cuztomize it to make it look nice and responsive
  • Text area that parses markdown
  • Markdown compiler / previewer
  • A top bar that displays the route of the current file / directory you are in

Stretch features:

Customization

  • Importing markdown / text files
  • Live markdown compiling
  • Customizing note colors & fonts
  • Customzing markdown colors & symbols
  • Importing / exporting custom themes

Features / QOL

  • Renaming files
  • Color coding notes
  • Adding badges to categorize notes
  • Kanban board style 'note board' as the home screen
  • Resizable and draggable notes in home screen
  • Remembering note layout when app launches
  • Be able to link together and reference different notes
  • Rethink how you interact with file system and aquire file data