0.8.7
Updated crossnote to version 0.9.2 and version 0.9.3.
New features
-
Added
ID
button to copy the element id to clipboard: -
Supported to import section of markdown by header id:
@import "test.md#header-id" or ![](test.md#header-id) or ![[test#header-id]]
Bug fixes
- URL fragments on image links do not load: #1837
- Supported matplotlib-type preview for other Python tools like
pipenv
: shd101wyy/crossnote#332 - Fixed jump to header from link like
[link](test.md#header-id)
. - Better handling of source map for importing files.