From 891ccea06ff5b7046c2bd5883bddb3787ae39511 Mon Sep 17 00:00:00 2001 From: "http://lj.rossia.org/users/imz/" Date: Fri, 5 Jun 2009 14:57:14 -0400 Subject: Added a wikilink on a term (to keep track of the discussions of anchors). --- doc/ikiwiki/wikilink/discussion.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/ikiwiki/wikilink') diff --git a/doc/ikiwiki/wikilink/discussion.mdwn b/doc/ikiwiki/wikilink/discussion.mdwn index 0677ff7de..89ea3d475 100644 --- a/doc/ikiwiki/wikilink/discussion.mdwn +++ b/doc/ikiwiki/wikilink/discussion.mdwn @@ -1,4 +1,4 @@ -# Creating an anchor in Markdown +# Creating an [[ikiwiki/anchor]] in Markdown Is it a native Markdown "tag" for creating an anchor? Unfortunately, I haven't any information about it at -- cgit v1.2.3 From ba78867d7385e9dba5c8074b86ea42dacd528afd Mon Sep 17 00:00:00 2001 From: "http://lj.rossia.org/users/imz/" Date: Fri, 5 Jun 2009 14:59:56 -0400 Subject: minor formatting issue: Having a wikilink in the heading was not very nice. --- doc/ikiwiki/wikilink/discussion.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/ikiwiki/wikilink') diff --git a/doc/ikiwiki/wikilink/discussion.mdwn b/doc/ikiwiki/wikilink/discussion.mdwn index 89ea3d475..ac32834b2 100644 --- a/doc/ikiwiki/wikilink/discussion.mdwn +++ b/doc/ikiwiki/wikilink/discussion.mdwn @@ -1,6 +1,6 @@ # Creating an [[ikiwiki/anchor]] in Markdown -Is it a native Markdown "tag" for creating an anchor? Unfortunately, +Is it a native Markdown "tag" for creating an [[ikiwiki/anchor]]? Unfortunately, I haven't any information about it at [Markdown syntax](http://daringfireball.net/projects/markdown/syntax) page. -- cgit v1.2.3 From df20a91bc9efe48cb96ecb7efd39643a816dd489 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 5 Jun 2009 16:24:46 -0400 Subject: move anchor page out of ikiwiki subdir Since this page is not in the basewiki, it is confusing to put it in the ikiwiki subdir, which is intended for basewiki and other underlay pages that are used to document ikiwiki on other wikis. --- doc/anchor.mdwn | 3 +++ doc/ikiwiki/anchor.mdwn | 3 --- doc/ikiwiki/wikilink/discussion.mdwn | 4 ++-- doc/plugins/contrib/headinganchors.mdwn | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) create mode 100644 doc/anchor.mdwn delete mode 100644 doc/ikiwiki/anchor.mdwn (limited to 'doc/ikiwiki/wikilink') diff --git a/doc/anchor.mdwn b/doc/anchor.mdwn new file mode 100644 index 000000000..012e52fa0 --- /dev/null +++ b/doc/anchor.mdwn @@ -0,0 +1,3 @@ +ikiwiki works with anchors in various situations. + +This page accumulates links to the concept of anchors. diff --git a/doc/ikiwiki/anchor.mdwn b/doc/ikiwiki/anchor.mdwn deleted file mode 100644 index 012e52fa0..000000000 --- a/doc/ikiwiki/anchor.mdwn +++ /dev/null @@ -1,3 +0,0 @@ -ikiwiki works with anchors in various situations. - -This page accumulates links to the concept of anchors. diff --git a/doc/ikiwiki/wikilink/discussion.mdwn b/doc/ikiwiki/wikilink/discussion.mdwn index ac32834b2..b146c9447 100644 --- a/doc/ikiwiki/wikilink/discussion.mdwn +++ b/doc/ikiwiki/wikilink/discussion.mdwn @@ -1,6 +1,6 @@ -# Creating an [[ikiwiki/anchor]] in Markdown +# Creating an [[anchor]] in Markdown -Is it a native Markdown "tag" for creating an [[ikiwiki/anchor]]? Unfortunately, +Is it a native Markdown "tag" for creating an [[anchor]]? Unfortunately, I haven't any information about it at [Markdown syntax](http://daringfireball.net/projects/markdown/syntax) page. diff --git a/doc/plugins/contrib/headinganchors.mdwn b/doc/plugins/contrib/headinganchors.mdwn index 0b007f00e..becbf89a5 100644 --- a/doc/plugins/contrib/headinganchors.mdwn +++ b/doc/plugins/contrib/headinganchors.mdwn @@ -1,6 +1,6 @@ [[!template id=plugin name=headinganchors author="[[PaulWise]]"]] -This is a simple plugin to add ids (which will server as [[ikiwiki/anchor]]s) to all headings, based on their text. It +This is a simple plugin to add ids (which will serve as [[anchor]]s) to all headings, based on their text. It works as a postprocessing filter, allowing it to work on mdwn, wiki, html, rst and any other format that produces html. The code is available here: -- cgit v1.2.3