Category: Tutorial
-
Writing a plugin for GNOME To Do – Introduction
I’m starting a small series of posts describing a general how-to on writing plugins for GNOME To Do. The good news: GNOME To Do has a very small API and it’s very easy to build plugins. Note: I’ll show examples in Python 3, since this might lower the barrier for contributors and it’s a language…