wikmd icon indicating copy to clipboard operation
wikmd copied to clipboard

A file based wiki that uses markdown

Results 30 wikmd issues
Sort by recently updated
recently updated
newest added

Hi I'm using docker-compose to start service : ```docker version: "2.1" services: wikmd: image: linbreux/wikmd:latest container_name: wikmd environment: - PUID=1001 - PGID=1001 - TZ=Europe/Warsaw - WIKI_DIRECTORY=/pages - HOMEPAGE=homepage.md - HOMEPAGE_TITLE=Homepage...

I don't really like that an app I am hosting myself on my network is requesting JS files from an external CDN, even with SRI. Can those JS files just...

I would like to be able to insert a table of contents in some pages, ideally with some macro like `[toc]`. Would this be a possible future addition.

New Feature

When launching a fresh new instance I get the following error, ```bash ERROR in git_manager: New local repo initialization failed >>> Cmd('git') failed due to: exit code(128) cmdline: git branch...

just a advice using `${{env.repo}}` and `${{env.token}}` to connect the github repo btw : add a basic auth or pass for the edit part would be better

Running wikmd as docker container with following error. ``` wikmd | [2022-05-28 19:35:41,212] INFO in git_manager: Initializing existing repo >>> wiki ... wikmd | [2022-05-28 19:35:41,212] INFO in git_manager: Creating...

Hey. Any chance you can publish newer Docker images? The latest image doesn't contain any of the recently added functionality.

Hi, It seems there is an issue when converting written markdown in the internal editor. Tested on a German/European Windows version. It seems it saved the md file as ANSI/ISO-8859-1...

## Summary Attempt to modernize the project layout ## Details ### src layout Moved python source and website files into a `src/wikmd/` folder. ### Added [project.tom](https://packaging.python.org/en/latest/guides/writing-pyproject-toml/) Setting up a pyproject...

I am really missing sticky NavBar on the left for this library. i think it might be bit different request than https://github.com/Linbreux/wikmd/issues/51 Virtually all docs have this. ![image](https://user-images.githubusercontent.com/45100954/191324214-ea8d23fe-9300-4d42-8efc-b8a183bf9794.png) ![image](https://user-images.githubusercontent.com/45100954/191324275-d675168f-6556-435b-b415-34062a995c3b.png) ![image](https://user-images.githubusercontent.com/45100954/191324322-5cfde495-5a2f-44ae-a396-d6859be8d2c0.png)