Results 58 comments of linbreux

hi @belibug This problem should be solved in 4c659cad28f8b96c02ffcc7c615b85083aaa1ab8.

Alright thanks for noticing and the detailed instructions. I think the is because the wiki folder is hardcoded [here](https://github.com/Linbreux/wikmd/blob/main/docker/root/etc/cont-init.d/30-config#L10-L26) and this should be an environment variable. I'll fix it asap....

Thanks for the feedback > using ${{env.repo}} and ${{env.token}} to connect the github repo I'll at it to the todo. Good idea! > btw : add a basic auth or...

hi @Eloco I added a basic password protection in #48, let me know if it fits your needs. On docker u can use `linbreux/wikmd:edge`

@merkliopas I got the same problem. I guess this is an export problem from drawio. Went to the drawio site and tried to embed it as an image. app.diagrams.net ->...

Hi @ebbeknudsen My excuses for the not so clear documentation. I did not test this feature inside docker yet... I'll try to find out we can implement that. I did...

Hi @BenSiv Thanks for your contribution! Cleaning up the configs is a good idea. @Jerakin was already working on moving everything to a separate src folder in MR [#146](https://github.com/Linbreux/wikmd/pull/146).

Hi @adamwojt, What kind of navbar do you mean? A table of contents of the current page? We are currently working of a `[[toc]]` macro, there are also plans to...

@adamwojt The sidebar is on the TODO list ;) We just need to find a good way to integrate it. I'll notify you when we are there!