aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/teximg_does_not_work_Preview.mdwn
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-09-22 18:31:52 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-09-22 18:31:52 +0000
commitf9f38ae31c239ce2f44ea0ed2984295aac09ead3 (patch)
tree0c954a83a9f2f2b077f7ded3d50b6bc484f49d91 /doc/bugs/teximg_does_not_work_Preview.mdwn
parent811b8726dbd6e274f969738c4e19f0b3dc3dae92 (diff)
downloadikiwiki-f9f38ae31c239ce2f44ea0ed2984295aac09ead3.tar
ikiwiki-f9f38ae31c239ce2f44ea0ed2984295aac09ead3.tar.gz
* Save index after previewing page edit, since even previewing can create
files in some situations, and this is appropriate in some cases, such as the teximg plugin's error log file. Such files will be automatically cleaned up at an appopriate later time.
Diffstat (limited to 'doc/bugs/teximg_does_not_work_Preview.mdwn')
-rw-r--r--doc/bugs/teximg_does_not_work_Preview.mdwn2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/bugs/teximg_does_not_work_Preview.mdwn b/doc/bugs/teximg_does_not_work_Preview.mdwn
index 0a2a6d748..1900ac299 100644
--- a/doc/bugs/teximg_does_not_work_Preview.mdwn
+++ b/doc/bugs/teximg_does_not_work_Preview.mdwn
@@ -8,3 +8,5 @@ In my opinion there are two ways to fix this cleanly:
2. provide a clean way for plugins to create additional files even for previews. This files can be removed when the "Save Page" button is clicked or on the next page view, for example. On this instance one might also reconsider putting all tex-images into one folder and naming them after their md5-cksum. The hashspace may be large, but not infinite. The technically ingenuous user might not be able to handle cross-page Hash-collisions.
+Preview issue [[fixed|done]] (but see
+[[teximg_fails_if_same_tex_is_used_on_multiple_pages]]) --[[Joey]]