Julien

Results 50 issues of Julien

I propose here to add the possibility to send a notification to a web hook for each new comment. # Notable changes - creation of a new WebHook class in...

server
feature

Regarding [the configuration inheritance](https://www.mkdocs.org/user-guide/configuration/#configuration-inheritance), it would be really interesting to support something like this in `mkdocs.yml`: ```yaml INHERIT: - ./config/0_md_extensions.yml - ./config/1_plugins.yml - ./config/2_extra.yml ``` Now, I have to "chain"...

Configuration

Hello, First of all: thanks for sharing this awesome work! :pray: I'm trying to reproduce the process to eventually publish a full tutorial on [Geotribu](http://geotribu.fr) but QGIS tells me there...

This PR document how to custom colors - close #19. Additionally: - fix some minor flake8 reported errors - add documentation requirements in extra section in setup

When embedding a markdown file into another one, is there a way to control how headers are transformed? As performed in the markdown-include extension : https://github.com/cmacmackin/markdown-include#configuration. If not, could it...

P: maybe
T: feature
C: snippets
P: low

This source referenced here is missing: https://github.com/bburns/arda/blob/08418a3e3b6c943c557bf9513e919eba3724c634/arda.qgs#L123

Hello, Nice plugin here, thanks! Would you consider adding support for color theme and dynamic change? I see you use the Material for Mkdocs theme for your demao and it's...

Firstly, thanks you for your action which is very useful 🙏. Referring to the GitHub API documentation related to release publishing, it's possible to customize a label and mime-type (through...

## Checklist - [ ] All new and existing **tests are passing** - [ ] (If adding features:) I have added tests to cover my changes - [ ] (If...

Thanks for this useful package! I'm using it to homogenize YAML frontmatter through thousands of Markdown files but I can't figure out how to keep the source file indentation (to...