Skip to content

Releases: EddyLuten/mkdocs-live-edit-plugin

v0.3.1

23 Feb 21:33
Compare
Choose a tag to compare

Bug Fixes:

  • Fixes an issue on Windows where the file's path name would populate using underscores rather than slashes. Fixes #11. Thank you, @ZeeWanderer for the contributing the fix!
  • Allows for the setting of an article_selector option to specify which element on the page contains the page's text. This should greatly improve compatibility with just about any theme.

v0.3.0

22 Feb 00:59
Compare
Choose a tag to compare
  • Feature: websocket_host option for specifiying a hostname other than the one MkDocs uses. If not provided, the plugin uses the same host as your MkDocs config (127.0.0.1 by default).
  • Feature: Made the plugin spam the browser console less. This can still be re-enabled by setting debug_mode to true in the live-edit section of your config file.
  • Bug Fix: unpinned the websocket dependency and upgraded to the current version.
  • Bug Fix: fixed incorrect path variable on Chrome on Windows.

v0.2.1

15 Dec 20:44
fc18fbf
Compare
Choose a tag to compare

Bug fix: fixes a compatibility issue reported in #5. This version also pins the websocket dependency to version 13 for the time being since upgrading would be an undertaking outside the scope of a small patch.

v0.2.0

07 Mar 04:51
Compare
Choose a tag to compare

New Feature: Creating pages. The plugin now exposes a button that allows you to create a brand new page from any other page.

v0.1.5

07 Feb 19:04
Compare
Choose a tag to compare

Bug fix: fixes an issue where the WebSocket connection would host on localhost over IPv6. See #3 for context.

v0.1.4

01 Feb 05:50
Compare
Choose a tag to compare

Bug fix: Improved WebSocket connectivity and error handling. Updated the documentation to match. See also #2

v0.1.3

30 Jan 00:23
Compare
Choose a tag to compare

Bug fix: The WebSocket connection now honors the hostname as supplied by the browser in window.location.hostname.

v0.1.2

23 Jun 19:06
Compare
Choose a tag to compare

Bug fix: include missing data files

v0.1.1

23 Jun 19:00
Compare
Choose a tag to compare

Bug fix: include non-python files in the package

v0.1.0

23 Jun 18:40
Compare
Choose a tag to compare

Initial release with editing, renaming, and deletion logic in place.