is there a way to develop a user defined language that allows to fold the headers in DokuWiki (e.g. fold ====== some text ====== and ===== some text ===== etc.? The problem is that it is not a special combination of startcharacters are used (like beginBlock) but "======" then the title of the heading and then another "======". I tried writing ====== ===== ==== === == (which are the left part of the possible headers) in the begin fold and the same in the end fold, but it does not work. If I try to fold it, it folds everything beyond that heading but doesn't stop at the next header.
Anybody an idea how this problem can be solved?
Best regards,
Daniel
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
is there a way to develop a user defined language that allows to fold the headers in DokuWiki (e.g. fold ====== some text ====== and ===== some text ===== etc.? The problem is that it is not a special combination of startcharacters are used (like beginBlock) but "======" then the title of the heading and then another "======". I tried writing ====== ===== ==== === == (which are the left part of the possible headers) in the begin fold and the same in the end fold, but it does not work. If I try to fold it, it folds everything beyond that heading but doesn't stop at the next header.
Anybody an idea how this problem can be solved?
Best regards,
Daniel
yes it good be interesting