wiki
wiki copied to clipboard
Markdown based wiki written in Rust
Hey, I just found this group and was asking myself if there is somebody active here or in another formation? I am doing small side projects in Rust but want...
An interesting question is how to test the `main` function. Maybe mocking it could be a solution.
An idea is that the Webserver could process an update and creation of new pages could work.
We need an alternative to the markdown crate. For this we should have a look which existing library does the parsing very well and create Rust bindings for it. Which...
For meaningful highlighting we want to use highlight.js. For this it would be good when we update the version via build.rs while building the application. ;)
Find out how we can implement a table of contents, index and glossary. This can be done when #23 is finished.
We should think about how custom themes could be implemented. Maybe already existing solutions could serve some input for that. Maybe handlebars.js/moustache could be an approach.
We need a layout for resources like images. Maybe a single storage could be a solution. How should the references look like? The local Webserver should serve them as well.
https://github.com/cobalt-org/cobalt.rs
We had the idea of a plugin manager within the manager, so we have to find out how this could be done. Some example would be: * youtube video embedding...