diff options
author | Josh Triplett <josh@freedesktop.org> | 2007-11-08 11:44:54 -0800 |
---|---|---|
committer | Josh Triplett <josh@freedesktop.org> | 2007-11-08 11:44:54 -0800 |
commit | 35aed7150173694386e1f2b7f4ae36721df0668c (patch) | |
tree | a2f0804a43c1ad67a744b26e6d01537c11207812 | |
parent | c9ab08a1713f386e1bb268fd2532947cfcfc6df6 (diff) |
Add todo item for grouping broken links by link target
-rw-r--r-- | doc/todo/brokenlinks_should_group_links_to_a_page.mdwn | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/todo/brokenlinks_should_group_links_to_a_page.mdwn b/doc/todo/brokenlinks_should_group_links_to_a_page.mdwn new file mode 100644 index 000000000..8911422a2 --- /dev/null +++ b/doc/todo/brokenlinks_should_group_links_to_a_page.mdwn @@ -0,0 +1,9 @@ +I would find the [[plugins/brokenlinks]] listing much easier to use if it +grouped all the links to a single missing page on one line, rather than showing +one line per page that links to the missing page. + +I think this would work well as the default; however, if people prefer the +current behavior, perhaps brokenlinks could have an option to group by link +target. + +--[[JoshTriplett]] |