Difference between revisions of "Addon:ToDoNotesGramplet"

From Gramps
(See also)
 
(10 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{Third-party plugin}}
+
{{Third-party addon}}
 +
{{man warn|Note change of name|See [[Addon:NoteGramplet]]}}
  
The ToDo Notes gramplet is an experimental improvement for the [[Gramps_3.4_Wiki_Manual_-_Gramplets#TODO_Gramplet|ToDo gramplet]].
+
The ToDo Notes gramplet is an experimental improvement for the [[Gramps_{{man version}}_Wiki_Manual_-_Gramplets#To_Do|ToDo gramplet]].
  
It just lists Notes tagged 'todo', and it provides a quick navigation, display and edition features.
+
The ToDo Notes gramplet lists Notes tagged 'todo', and as well as providing quick navigation, display and editing features.
  
 
==Screenshots==
 
==Screenshots==
Line 13: Line 14:
 
{{-}}
 
{{-}}
  
[[File:ToDoNotesGramplet_styledtext.jpg|thumb|center|500px|ToDoNotes gramplet (edition, markup and link support)]]
+
[[File:ToDoNotesGramplet_styledtext.jpg|thumb|center|500px|ToDoNotes gramplet (editing, markup and link support)]]
  
 
==Download==
 
==Download==
Line 19: Line 20:
 
You can download this plugin under addon's repository:
 
You can download this plugin under addon's repository:
 
* Gramps 3.4 [http://sourceforge.net/p/gramps-addons/code/HEAD/tree/branches/gramps34/contrib/ToDoNotesGramplet/ gramps34/contrib/ToDoNotesGramplet/]
 
* Gramps 3.4 [http://sourceforge.net/p/gramps-addons/code/HEAD/tree/branches/gramps34/contrib/ToDoNotesGramplet/ gramps34/contrib/ToDoNotesGramplet/]
* Gramps master [https://github.com/gramps-project/addons-source/tree/master/NoteGramplet /addons-source/tree/master/NoteGramplet].  (Note change of name)
+
* Gramps master [https://github.com/gramps-project/addons-source/tree/master/NoteGramplet /addons-source/tree/master/NoteGramplet].  (Note change of name [[Addon:NoteGramplet]] )
  
 
==Missing==
 
==Missing==
  
# Need a proper way for gui.data migration. See [[Gramplets#Persistance|Gramplet persistance]].
+
# Need a proper way for gui.data migration. See [[Gramplets_development#Persistence|Gramplet persistence]].
 
# Styledtext support. See [[Gramps_4.2_Wiki_Manual_-_Entering_and_editing_data:_detailed_-_part_2#Note_editor|Note editor]].
 
# Styledtext support. See [[Gramps_4.2_Wiki_Manual_-_Entering_and_editing_data:_detailed_-_part_2#Note_editor|Note editor]].
 
# Common code with existing Notes gramplet (navigation and display)
 
# Common code with existing Notes gramplet (navigation and display)
Line 31: Line 32:
 
==See also==
 
==See also==
 
* Updated ToDo gramplet? [http://sourceforge.net/mailarchive/message.php?msg_id=29707380]
 
* Updated ToDo gramplet? [http://sourceforge.net/mailarchive/message.php?msg_id=29707380]
* [[ToDoReport]]
+
* [[Addon:ToDoReport|ToDoReport]]
  
  

Latest revision as of 06:45, 11 August 2025

Gramps-notes.png
This is a Third-party Addon. The Addon/Plugin system is controlled by the Plugin Manager.

Please use carefully on data that is backed up, and help make it better by reporting any issues to the bug tracker.
Unless otherwise stated on this page, you can download this addon by following these instructions.
Please note that some Addons have prerequisites that need to be installed before they can be used.

Gnome-important.png
Note change of name

See Addon:NoteGramplet

The ToDo Notes gramplet is an experimental improvement for the ToDo gramplet.

The ToDo Notes gramplet lists Notes tagged 'todo', and as well as providing quick navigation, display and editing features.

Screenshots

No ToDo Note
ToDoNotes gramplet navigation


ToDoNotes gramplet (editing, markup and link support)

Download

You can download this plugin under addon's repository:

Missing

  1. Need a proper way for gui.data migration. See Gramplet persistence.
  2. Styledtext support. See Note editor.
  3. Common code with existing Notes gramplet (navigation and display)
  4. Refresh/update displayed data after a Note object edition
  5. Automatic ToDo tag assignment for created Note object

See also