Releases: EddyLuten/mkdocs-live-edit-plugin
Releases · EddyLuten/mkdocs-live-edit-plugin
v0.3.1
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
- 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.