]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/todo/Feature_parity_with_Trac.mdwn
Link to new bug and old todo
[ikiwiki.git] / doc / todo / Feature_parity_with_Trac.mdwn
index dab151d81afbd18ba01cdcc42afb6b72e83286c3..8693da5e3075c88305e3050eff00aaebe6606d20 100644 (file)
@@ -7,6 +7,9 @@ Features needed:
  * Source code viewing: This can be handled quite well with a [[shortcut|shortcuts]] to an external source viewer, or by putting
     the source in the wiki itself (see the [[todo/automatic_use_of_syntax_plugin_on_source_code_files]] wishlist item) and using the
     [[plugins/contrib/highlightcode]] or [[plugins/contrib/sourcehighlight]] plugins.
+    * This could be improved with [[todo/source_link]].
+    * Currently the source highlighting is a little problematic, as there can be two source files with the same wikiname.
+       e.g. a `hello-world.c` and `hello-world.h`.  See [[bugs/multiple_pages_with_same_name]]
  * Trac 'Timeline' feature: view history of the RCS - the `recentchanges` button.
  * Trac 'Roadmap' feature: Which TODOs/bugs are needed for which milestones.  Use the [[plugins/progress]] directive to show percentage complete for each milestone.
  * Bug tracking: see [[tips/integrated_issue_tracking_with_ikiwiki]] and [[todo/Updated_bug_tracking_example]].