Skip to content

Releases: entangled/mkdocs-plugin

mkdocs-entangled-plugin v0.6.0

Choose a tag to compare

@jhidding jhidding released this 01 Dec 13:49

This update makes the plugin compatible with the new Entangled 2.4.0.

mkdocs-entangled-plugin v0.5.0

Choose a tag to compare

@jhidding jhidding released this 03 Oct 14:04

Major revision of the plugin. Includes support for repl-session (see https://entangled.github.io/repl-session).

mkdocs-entangled-plugin v0.4.0

Pre-release

Choose a tag to compare

@jhidding jhidding released this 14 Oct 12:19

This release disables Entangled as part of the file watching loop in MkDocs. As it stood, this integration was not reliable enough, leading to cases where changes in files were not picked up and getting frequent conflicts. For the moment, you'll have to run Entangled and MkDocs as separate daemons.

mkdocs-entangled-plugin v0.3.0

Pre-release

Choose a tag to compare

@jhidding jhidding released this 20 May 22:54

This release adds a dependency on the new Python implementation of Entangled. The Entangled sync loop is triggered by MkDocs, so you don't have to run a separate daemon. Building artifacts is moved out of this repo and into the main Entangled implementation.

mkdocs-entangled-plugin v0.2.0

Pre-release

Choose a tag to compare

@jhidding jhidding released this 03 May 23:55

New feature: run embedded makefiles to create artifacts.

mkdocs-entangled-plugin v0.1.0

Pre-release

Choose a tag to compare

@jhidding jhidding released this 11 Apr 13:55
cc3647c

MkDocs Entangled Plugin

  • Markdown filter to add title information to fenced code blocks, either by id or file attribute.