cmpilato / thotkeeper

ThotKeeper — cross-platform personal daily journaling

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow tag renaming

GoogleCodeExporter opened this issue · comments

Be able to rename tags directly from the tag tree and have all the relevant
entries updated with the new tag. Especially useful for adjusting a tag
hierarchy, but would have to work out how the cases of merged trees would work:

e.g.

A        (A)
  B      (A/B)
  C      (A/C)
    D    (A/C/D)

Right-click A and rename to F, gives:

F        (F)
  B      (F/B)
  C      (F/C)
    D    (F/C/D)

Rename F/C -> F/G, gives:

F        (F)
  B      (F/B)
  G      (F/G)
    D    (F/G/D)

But, rename F/G -> H/G, gives:

F        (F)
  B      (F/B)
H
  G      (H/G)
    D    (H/G/D)

Original issue reported on code.google.com by smith.d...@gmail.com on 3 May 2008 at 6:27

Original comment by cmpilato on 20 May 2008 at 5:01

  • Added labels: Milestone-Version0.3.0

Original comment by cmpilato on 20 May 2008 at 5:04

  • Added labels: Milestone-0.3.0
  • Removed labels: Milestone-Version0.3.0
0.3.0 has shipped; defer to 0.4.0 milestone.

Original comment by cmpilato on 4 Aug 2008 at 6:01

  • Added labels: Milestone-0.4.0
Done, but seems to be some bugs in the updating of the tag tree - filing them 
as a
separate issue

Original comment by smith.d...@gmail.com on 18 Aug 2008 at 9:26

  • Changed state: Fixed