Skip to content
pyluyten edited this page Sep 17, 2012 · 30 revisions

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

Current features : https://github.com/pyluyten/bijiben/wiki/features

JHBUILD : http://py.luyten.fr/Publique/gnome/bijiben.modules

NotesSearch

Two Notes

Overview

  • libbiji static library (with code from Conboy) : implements notes handling (loading / editing / saving). TODO : move Tracker / Zeitgeist there.
  • widgets : actually, these are libgd widgets.

Roadmap

  • A lot of code will change because it's simply poorly written, buggy or has inconsistent syntax. Current features are mainly: note editing with GtkTextTags, saving, opening, renaming/deleting/searching notes, using Tracker tags to classify.
  • GtkTextView will probably be dropped in favor of WebkitWebView. This will be a move to a better css, integrating images, maybe using a new note format. This will lead to a better libbiji (libbiji2).
Clone this wiki locally