diff options
author | chrysn <chrysn@fsfe.org> | 2014-07-06 14:25:14 +0200 |
---|---|---|
committer | chrysn <chrysn@fsfe.org> | 2014-07-06 14:25:14 +0200 |
commit | 85cf3fcfaae584b0699e9b8c7cdcffb9a031c41d (patch) | |
tree | 44381c7286ea69f63ec467aea11df109d9e97711 | |
parent | 875f1e50cbc7c9b5ee7153747b4c92750eef10cf (diff) | |
download | ikiwiki-85cf3fcfaae584b0699e9b8c7cdcffb9a031c41d.tar ikiwiki-85cf3fcfaae584b0699e9b8c7cdcffb9a031c41d.tar.gz |
give link and example for possible autoindex conflicts
-rw-r--r-- | doc/bugs/transient_autocreated_tagbase_is_not_transient_autoindexed.mdwn | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/bugs/transient_autocreated_tagbase_is_not_transient_autoindexed.mdwn b/doc/bugs/transient_autocreated_tagbase_is_not_transient_autoindexed.mdwn index 225a60141..1fc80804e 100644 --- a/doc/bugs/transient_autocreated_tagbase_is_not_transient_autoindexed.mdwn +++ b/doc/bugs/transient_autocreated_tagbase_is_not_transient_autoindexed.mdwn @@ -40,4 +40,10 @@ Shouldn't `ikiwiki-tag-test/raw/.ikiwiki/transient/tag.mdwn` and `ikiwiki-tag-te >> to matter, and pages created by other plugins in a similar fashion as by >> autoindex will only be included the next time refresh gets called. >> +>> *addendum:* i just found where i discussed the issue of fighting transient +>> pages last, it was on [[todo/alias directive]]. the example cited there +>> (conflicts with autotag) would probably work here as well. (imagine a +>> `tags/project/completed` and a `tags/project/inprogress` exist, and a page +>> is tagge `tags/project`. will that be an autoindex or an autotag?) +>> >> --[[chrysn]] |