]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/todo/transient_in-memory_pages.mdwn
make it more generic?
[ikiwiki.git] / doc / todo / transient_in-memory_pages.mdwn
index 5dbbe4f8271b2d6519363618e1f2b50e8923af33..816e95c382dd64c51783cd549ca343194d3dfaab 100644 (file)
@@ -41,3 +41,8 @@ Refinements that could be made if this approach seems reasonable:
 
 * make these options boolean, and have the path always be `.ikiwiki/transient`
 * improve the `remove` plugin so it also deletes from this special underlay
 
 * make these options boolean, and have the path always be `.ikiwiki/transient`
 * improve the `remove` plugin so it also deletes from this special underlay
+
+>> Perhaps it should be something more generic, so that other plugins could use it (such as "album" mentioned above).
+>> The `.ikiwiki/transient` would suit this, but instead of saying "tag_underlay" or "autoindex_underlay" have "use_transient_underlay" or something like that?
+>> Or to make it more flexible, have just one option "transient_underlay" which is set to an absolute path, and if it is set, then one is using a transient-underlay.
+>> --[[KathrynAndersen]]