Difference between revisions of "Addon:ToDoNotesGramplet"

From Gramps
Jump to: navigation, search
m
m
 
(14 intermediate revisions by 3 users not shown)
Line 1: Line 1:
==Description==
+
{{Third-party plugin}}
  
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_4.2_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==
  
[[File:ToDoNotesGramplet_empty.jpg|thumb|right|300px|No ToDo Note]]
+
[[File:ToDoNotesGramplet_empty.jpg|thumb|left|350px|No ToDo Note]]
  
[[File:ToDoNotesGramplet_navigation.jpg|thumb|center|300px|ToDoNotes gramplet navigation]]
+
[[File:ToDoNotesGramplet_navigation.jpg|thumb|right|350px|ToDoNotes gramplet navigation]]
  
[[File:ToDoNotesGramplet_styledtext.jpg|thumb|left|300px|ToDoNotes gramplet (edition, markup and link support)]]
+
{{-}}
  
{{-}}
+
[[File:ToDoNotesGramplet_styledtext.jpg|thumb|center|500px|ToDoNotes gramplet (editing, markup and link support)]]
  
 
==Download==
 
==Download==
  
 
You can download this plugin under addon's repository:
 
You can download this plugin under addon's repository:
* 3.4 [http://gramps-addons.svn.sourceforge.net/viewvc/gramps-addons/branches/gramps34/contrib/ToDoNotesGramplet/]
+
* Gramps 3.4 [http://sourceforge.net/p/gramps-addons/code/HEAD/tree/branches/gramps34/contrib/ToDoNotesGramplet/ gramps34/contrib/ToDoNotesGramplet/]
* trunk [http://gramps-addons.svn.sourceforge.net/viewvc/gramps-addons/trunk/contrib/ToDoNotesGramplet/].
+
* Gramps master [https://github.com/gramps-project/addons-source/tree/master/NoteGramplet /addons-source/tree/master/NoteGramplet]. (Note change of name)
  
 
==Missing==
 
==Missing==
  
# Need a proper way for gui.data migration.
+
# Need a proper way for gui.data migration. See [[Gramplets#Persistance|Gramplet persistance]].
# styledtext support
+
# 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)
# refresh/update displayed data after a Note object edition
+
# Refresh/update displayed data after a Note object edition
# automatic ToDo tag assignement for created Note object
+
# Automatic ToDo tag assignment for created Note object
  
 
==See also==
 
==See also==
* #{{bug|4859}}: limitations on current ToDo gramplet
 
 
* 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 21:16, 5 January 2022

Gramps-notes.png

Please use carefully on data that is backed up, and help make it better by reporting any comments or problems to the author, or 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.
This Addon/Plugin system is controlled by the Plugin Manager.


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 persistance.
  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