blekerfeld / donut

Donut, dictionary toolkit
MIT License
9 stars 3 forks source link

Allow for single pages in markdown format [ low priority ] #9

Closed blekerfeld closed 7 years ago

blekerfeld commented 7 years ago

Folder: root/pages/ -> all .MD files should be rendered as pages on the following querystring: ?page=name.

Pages are hidden from the menu by default, for the purpose of adding them there should be a structure present in the root/pages/-folder that handles it.

blekerfeld commented 7 years ago

Done! .MD files placed in /root/static are opened and rendered if the dispatcher does not recognize the querystring as an app and the file {querystring}.MD exists in /root/static. That way path/to/donut/DIS opens DIS.md