]> sipb.mit.edu Git - ikiwiki.git/blob - doc/forum/Different_behaviour_when_editing_with_editor_than_with_web-edit.mdwn
fix for thumbnail size bug
[ikiwiki.git] / doc / forum / Different_behaviour_when_editing_with_editor_than_with_web-edit.mdwn
1 Hi,
2
3 today I encountered a strange behaviour of ikiwiki that I'm trying to understand...
4
5 I linked to a subpage using
6
7 \[[somename|/path/from/root/dir/filename]]
8
9 and saved the file. Then I added it to the repo, committed it, and ran 
10    
11     ikiwiki --setup setupfile.setup
12
13 Afterwards some older links of the same style were displayed correctly, but one new link remained black - i.e. with no question mark to it. I figure that means ikiwiki has recognized the syntax but did not create a link in the html file.
14
15 I messed around a bit, recompiling many times did not work. After a while I opened the file via the web editing formular and saved it from there ("Save Page"). 
16
17 After that the link was there. 
18
19 I dont know why. My question is - what does ikiwiki do differently when saved from the web form than when saving an editor and then running ikiwiki --setup setupfile.setup.
20
21 Btw. my version is still 3.20100815.7 since I'm on squeeze and like to stick with the repo versions.
22
23 Thanks in advance,
24 Chris