This site has been retired. For up to date information, see handbook.gnome.org or gitlab.gnome.org.


[Home] [TitleIndex] [WordIndex

org.gnome.Notes.svg

Notes

1. Simple note editor


Development Resources

As Is

Everything is coded in C. Bijiben is divided in two parts:

1. libbiji

2. bjb

Implementing a new provider (backend)

As of today providers are not plugins. There are plain C code. To implement provider XXX:

Especially, at startup provider should load notes and emit the signal ("loaded") so manager displays these notes. Creation might be implemented distinctly, but today there is no mechanism for providers not allowing creation. I could code this if useful. Similarly, there is no mechanism for read-only notes, but if necessary this might be added.


2024-10-23 10:58