Skip to content

0.7.2

Compare
Choose a tag to compare
@shd101wyy shd101wyy released this 05 Sep 13:16
· 42 commits to master since this release

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 😃.

    image

  • 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 command Markdown 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. 🛠️

Bug Fixes 🐛