Skip to content

0.8.7

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Oct 11:02
c9a6c2a

Updated crossnote to version 0.9.2 and version 0.9.3.

New features

  • Added ID button to copy the element id to clipboard:

    Screenshot from 2023-10-15 15-34-27

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