Skip to content
pyluyten edited this page Aug 23, 2012 · 30 revisions

Current Goal : https://live.gnome.org/Design/Apps/Notes#Tentative_Design

Current status :

NotesSearch

Two Notes

Roadmap

  • Current status: basic mockup (see "issues"). A lot of code will change because it's simply poorly written or temporary UI, or has inconsistent syntax. Current features are mainly: note editing with GtkTextTags, saving, opening, renaming/deleting/searching notes, using Tracker tags to classify.
  • Personal roadmap: fix code; implement gnome-document like widgets at first to obtain some basis to work on Notes implementation.
  • Then the main remaining work will be proper Note implementation with "last updated" row, visible lines, and toolbar for selected text instead right click menu.

Overview

  • libbiji static library (with code from Conboy) : implements notes handling (loading / editing / saving). TODO : move Tracker / Zeitgeist there.
  • widgets: gnome-documents widgets should be used to replaced temp ui.
Clone this wiki locally