This knowledge base is an attempt to collect various ideas on different subject areas and make them accessible to the public. It is designed as a file tree made up of Markdown files that is contained in a git repository. A version of this repository that is hosted on [Github](../../software/infastructure/github.md) can be found [here](https://github.com/gratach/thoughts/). It can also be viewed and browsed on that page. Another way to make the database navigable is to convert it into a static website using Sphinx. ``` sphinx-build ``` A sphinx build version is available at [thoughts.debablo.de](https://thoughts.debablo.de) The knowledge base is also designed to be used with Obsidian, which can be particularly helpful for editing linked files. However, the inserted images cannot be viewed with obsidian. Github and Sphinx also do not support the link scheme typical of Obsidian: ```[meinlink](meinlink)``` So markdown style links have to be used ```[Link name](./relative/adress)``` The links can be converted in Obsidian using the [link converter plugin](https://github.com/ozntel/obsidian-link-converter). **See also** [ways-of-publishing-a-markdown-knowledge-base](../open-data/ways-of-publishing-a-markdown-knowledge-base.md)