Update

mkdocs-alias-plugin 0.11.0 Release

less than 1 minute read

pypi

The latest version, v0.11.0, of the mkdocs-alias-plugin is now available here. This new version adds the ability to use interwiki-style links, using the following syntax:

[[w:Hypertext]]
or
[[w:Hypertext|The Article on Hypertext]]
or
[[w:Hypertext#History|The History of Hypertext]]

The prefix (w: in the example) can be configured through the plugin’s options and can point to any external site.

mkdocs-alias-plugin is an MkDocs plugin allowing links to your pages using a custom alias such as [[my-alias]] or [[my-alias|My Title]].

mkdocs-live-edit-plugin 0.4.0 Release

less than 1 minute read

pypi

The latest version of the mkdocs-live-edit-plugin, v0.4.0, is now available here on PyPI!

Changes:

  • Feature: support for custom documentation file directories through the new option user_docs_dir
  • Bug fix: fix for a TypeError in the plugin config

Furthermore, this latest version enables the usage of the mkdocs-live-wysiwyg-plugin, which, as its name implies, replaces the plain textarea in mkdocs-live-edit-plugin with a WYSIWYG Markdown editor. This plugin uses mkdocs-live-edit-plugin as a dependency; pretty cool stuff!

mkdocs-live-edit-plugin is an MkDocs plugin that allows editing pages directly from the browser.

mkdocs-alias-plugin 0.10.0 Release

less than 1 minute read

pypi

The latest version, v0.10.0, of the mkdocs-alias-plugin is now available here. This new version adds the ability to use aliases in Markdown footnotes, a great way to keep links short and organized.

mkdocs-alias-plugin is an MkDocs plugin allowing links to your pages using a custom alias such as [[my-alias]] or [[my-alias|My Title]].

MkDocs Categories Plugin Update

less than 1 minute read

pypi

The latest version, v0.4.0, of the mkdocs-categories-plugin is now available here or by running pip install mkdocs-categories-plugin. This new version fixes the sorting of categories containing numbers. This release is a minor quality-of-life update, but I can’t believe I didn’t notice this behavior before!

v0.3.0 v0.4.0
Before the patch After the patch

MkDocs Plugins Updates

less than 1 minute read

The latest version, v0.6.0, of the mkdocs-alias-plugin is now available here or by running pip install mkdocs-alias-plugin. This new version adds the ability to use anchors within aliases, e.g.: [[my-alias#my anchor]] would link to something like my-page.md#my anchor.

Also updated is the mkdocs-categories-plugin, version 0.3.0 is available here or by running pip install mkdocs-categories-plugin. This version adds support for subcategories, allowing you to create structured category hierarchies.

mkdocs-alias-plugin 0.5.0 Release

less than 1 minute read

The latest version, v0.5.0, of the mkdocs-alias-plugin is now available here. This new version adds the ability to use the use_relative_link config flag, which causes the plugin to generate relative links to the aliased document rather than absolute ones. This flag is useful for those who host their wikis in subdirectories.

mkdocs-alias-plugin is an MkDocs plugin allowing links to your pages using a custom alias such as [[my-alias]] or [[my-alias|My Title]].

New Year’s Update

less than 1 minute read

First of all, happy new year to you all even though it’s a bit late. Have some cake.

I’ve been keeping busy with some new “projects” lately, most involve OpenGL and Direct3D but more on this later when I have something to show or share.

Right now I’ve been disappointed with the stability of the new Visual Studio version, 2008. While there are some great new features for C++ programmers, my debugger seems to crash every now and then when debugging native code. I wonder if any of you out there have had the same problems…

Nevertheless, I like the new version and what its capable of concerning native C++.