0.7.2
0.7.2 is a breaking update! And yes, it might break many things and introduce more bugs. But don't worry, we'll fix them! 😅
What's new? 🚀
-
MPE is now available on VSCode for the Web 🥇 Yes, you can now use MPE in your browser. But some features are limited, like exporting files and code chunks, which are disabled in the browser environment. I am writing this CHANGELOG right now in vscode.dev using the MPE extension 😃.
-
The
mume
library, which powers MPE, is now renamed as crossnote. This is a complete refactor of the project. We will support more features like backlinks and in-preview editor in the future.- Now you can have a
.crossnote
directory for configuring the MPE extension for your workspace. In VSCode, running the commandMarkdown Preview Enhanced: Customize CSS (Workspace)
will automatically generate several configuration files for you. There is also a global.crossnote
directory located at~/.crossnote
if you are using Windows, or$XDG_CONFIG_HOME/.crossnote
or~/.local/state/crossnote
if you are using *nix. The global configuration has lower priority than the workspace one. 🛠️
- Now you can have a
Bug Fixes 🐛
- Fixed Issue 1736
- Fixed Issue 1737 🚗