aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcgallek@9cb0380d5b7650c71dd23a2e0e3e4f645889e049 <cgallek@web>2016-01-22 12:41:49 -0400
committeradmin <admin@branchable.com>2016-01-22 12:41:49 -0400
commitcc6bb2a6e36c5f135475b7cffaad86a23c676fa8 (patch)
tree66a18f697a416f593086e373d20301f5d7e189d0
parent974033106773beedab0bfd30e194e1c107ecb2eb (diff)
downloadikiwiki-cc6bb2a6e36c5f135475b7cffaad86a23c676fa8.tar
ikiwiki-cc6bb2a6e36c5f135475b7cffaad86a23c676fa8.tar.gz
-rw-r--r--doc/todo/highlight_line_numbers.mdwn7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/todo/highlight_line_numbers.mdwn b/doc/todo/highlight_line_numbers.mdwn
new file mode 100644
index 000000000..f51c01fb7
--- /dev/null
+++ b/doc/todo/highlight_line_numbers.mdwn
@@ -0,0 +1,7 @@
+The highlight library used by the highlight plugin has many features that are not accessible through the ikiwiki format directive. I've created a patch that exposes the line numbering option and opens the door to expose other options more easily.
+
+The patch is in a github branch here: <https://github.com/trapperhoney/ikiwiki/tree/linenumbers>
+
+I made a test/demo of the feature here: <http://www.angrydoughnuts.com/temp/ikiwiki/>
+
+And the updated plugin documentation is here: <http://www.angrydoughnuts.com/temp/ikiwiki/html/plugins/highlight.html>