aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authoranarcat <anarcat@web>2017-04-12 15:40:09 -0400
committeradmin <admin@branchable.com>2017-04-12 15:40:09 -0400
commitf65eae2126403c2fad3f9dba96bfc016210835f4 (patch)
tree521950ce1702a50b52c9c6fbd401cdaa24e907a5 /doc
parent6cdba67dacc00a271ac1ba29e1fcd36f37db5e0e (diff)
downloadikiwiki-f65eae2126403c2fad3f9dba96bfc016210835f4.tar
ikiwiki-f65eae2126403c2fad3f9dba96bfc016210835f4.tar.gz
respond to an old question
Diffstat (limited to 'doc')
-rw-r--r--doc/plugins/headinganchors/discussion.mdwn4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/plugins/headinganchors/discussion.mdwn b/doc/plugins/headinganchors/discussion.mdwn
index eaf111f4e..512caa461 100644
--- a/doc/plugins/headinganchors/discussion.mdwn
+++ b/doc/plugins/headinganchors/discussion.mdwn
@@ -1,4 +1,6 @@
-Isn't this functionality a part of what [[plugins/toc]] needs and does? Then probably the [[plugins/toc]] plugin's code could be split into the part that implements the [[plugins/contrib/headinganchors]]'s functionality and the TOC generation itself. That will bring more order into the code and the set of available plugins. --Ivan Z.
+Isn't this functionality a part of what [[plugins/toc]] needs and does? Then probably the [[plugins/toc]] plugin's code could be split into the part that implements the [[plugins/headinganchors]]'s functionality and the TOC generation itself. That will bring more order into the code and the set of available plugins. --Ivan Z.
+
+> Indeed it is. Except [[plugins/toc]] generates headings differently - and independently of this. *Even* if [[toc]]'s functionality would be split, you'd probably want to retain backwards compatibility there, so it's unlikely that this will happen... Also see [[todo/toc-with-human-readable-anchors]]. --[[anarcat]]
---