Results 40 issues of Tim Vink

Could be cool to add and probably relatively low effort.

enhancement

`altair` has good support for exporting `vega` schemas (https://altair-viz.github.io/user_guide/saving_charts.html?highlight=to_). Of course you could just use `chart.save('chart.svg')` and insert that into a mkdocs page. But you want to want update the...

enhancement

A user should be able to specify it's own custom vega theme. Maybe even write a custom, new default theme that uses the mkdocs-material CSS variables for colors?

enhancement

Some users have their `.git` folder inside the `docs/` folder. Good to start from there and recursively look up. We need to ensure (or raise instructional error) that this plugin...

enhancement

Below a short version of the roadmap I currently envision for this plugin. This issue will also track progress ## Integrate with git-revision-date [mkdocs-git-revision-date-localized-plugin](https://github.com/timvink/mkdocs-git-revision-date-localized-plugin) does something very similar to this...

documentation

While we are already accessing GIT, we could also make available the latest git tag. Inspired by this plugin: https://github.com/agarthetiger/mkdocs_latest_release_plugin Note: That plugin has a GNU licence, so ask for...

enhancement

When editing a page with an existing commit but uncommited changes, you see a 'Not Committed Yet' Author: ![image](https://user-images.githubusercontent.com/5570380/79104175-54c08880-7d6e-11ea-82f7-f0c7504533a3.png) But when viewing a new uncommitted page, it's empty: ![image](https://user-images.githubusercontent.com/5570380/79104232-7457b100-7d6e-11ea-88d2-5db9dc82965c.png) The...

enhancement

Design & implement a clean solution to support user avatars. As a start, a detailed analysis has been done here: https://github.com/squidfunk/mkdocs-material/issues/1403 We can discuss how to implement a clean design...

enhancement

There are multiple components that would benefit from localization: - `Authors: ` - `lines` - `Uncommitted work` And possibly more in the future. MkDocs will add a `locale` option in...

enhancement

Unit tests do not test dealing with line counts where the line is empty. Let's make sure to be consistent

enhancement