Replies: 2 comments 1 reply
|
I do not think index.md currently has special “directory index page” semantics in OtterWiki. From what you describe, OtterWiki is treating: as a normal wiki page named mytest/index, while: is treated as the directory/page-index view for that path. So instead of automatically rendering mytest/index.md, it lists the pages below mytest, which in your case is only index. So the direct page URL would be something like: rather than: I could not find a configuration option that makes index.md behave like the default page for its containing folder. So I think the current options are probably:
If implemented, the behavior would probably need a clear rule for what happens when both a page and a directory exist, for example: So my current answer would be: no, this does not seem to be configurable right now; index.md is just a normal page, not an automatic folder landing page. |
|
So, to use a subdir xxxx, I have to create xxxx.md in parallell to xxxx and Could this behaviour perhaps have something to do with attachments? I was hoping I could create an index page with some name, be it index.md or Like this: |
Uh oh!
There was an error while loading. Please reload this page.
I have a directory ('mytest') with a index.md file, but if I go to 'mytest/' or 'mytest', I get a page index with one file, 'index'.
Is it possible to jump to the index.md directly, without going through an index list?
Or have I just missed some configuration entry? :-)
All reactions