Sanpi

Results 31 issues of Sanpi

When I add new keyword, I write the name and when I press `tab` key I would like switch to the value column ready to write text. After that, pressing...

enhancement

To hide a task.

enhancement

Require filter grayscale CSS filter (gtk4).

enhancement
UI

Done but doesn’t work: [style.css](https://github.com/sanpii/effitask/blob/master/resources/style.css#L1).

enhancement
help wanted
UI

https://developer.gnome.org/gtk3/stable/GtkSpinner.html

enhancement

We need a way to add data in a ListStore: https://github.com/gtk-rs/gtk/issues/635

enhancement

[Task::markup_subject](https://github.com/sanpii/effitask/blob/af44391abf099c88cfabc603be99ddc900b19179/src/tasks/task.rs#L23) already add link for URL but there is some other interested URI: * [mailto](https://en.wikipedia.org/wiki/Mailto) * tel * [geo](https://en.wikipedia.org/wiki/Geo_URI_scheme) * […](https://en.wikipedia.org/wiki/Category:URI_schemes) Does effitask should also link these URI? [How deal...

enhancement

When you add a second task (without closing the application) the text of the previous task is still displayed. The code to do that is [here](https://github.com/sanpii/effitask/blob/af44391abf099c88cfabc603be99ddc900b19179/src/add.rs#L22) but it’s not called.

bug

* `+` / ctrl+a => new task * F5 / ctrl+r => reload tasks * F3 / ctrl+f => search Required [accel_group](https://github.com/gtk-rs/gtk/blob/master/src/auto/accel_group.rs) in gtk-rs.

enhancement

Hello, I have missing something or the internal marks (like [`'.`](http://vimdoc.sourceforge.net/htmldoc/motion.html#%27.)) are not displayed?

enhancement