Skip to content

Latest commit

 

History

History
95 lines (58 loc) · 3.27 KB

CHANGELOG.md

File metadata and controls

95 lines (58 loc) · 3.27 KB

Obsidian Tldraw Plugin Changelog

0.1.5

Improvements

Fixes the following:

  • Make styles pop-up accessible: #62
  • Resize tldraw when obsidian window resized: #54
  • Make tldraw work on whole note: #51

New Contributors

  • @CobyPear made their first contribution in #64

0.1.4

Improvements

Replaced the dice logo with the tldraw logo on the ribbon: #29

0.1.3

Improvements

The tldraw Styles pop-up is now visible: #39

SpaceForStylesPopup

0.1.2

New

Make filename properties (prefix and date format) changeable via the plugin's settings: #23

  • make the change
  • reload the plugin
  • create the drawing

Settings-Filename-uniqueness

if the date format of the filename doesn't guarantee that the next created filename is not unique, then a suffix of _ followed by a number is added to the filename.

  • this number starts from 0 when Obsidian starts. It increases by 1 for every newly created file.
  • to reset this number to 0, restart Obsidian.

Settings-Filename-Suffix-when-no-uniqueness

0.1.1

New

When a diagram is already open, opening another diagram in the same pane displays the new diagram: #23

OpenNewFileOnTopExistingOneWorks

0.1.0

New

Can now edit and click in Obsidian to save the drawing which updates the .tldr file: #26

0.0.5

Improvements

When the Obsidian window resizes, so does the tldraw diagram. And the scrollbars adjust accordingly: https://github.com/obsidian-tldraw-plugin/issues/25

0.0.4

New

  • New files created with this plugin have a file extension of .tldr instead of .tldraw to be compatible with other tldraw tools like https://tldraw.com and the VSCode extension
  • When in Obsidian's Vault settings, the base theme is configured to be dark, the tldraw drawings also open up in a dark theme.
  • When file opened, and shapes are added to it, these are preserved when file is closed and reopened: #5

Internal technical changes

  • Using tldraw's api to load documents and keep the drawn shapes updated: #11
  • Refactored some logic to sit behind an internal api layer to keep source code files shorter and to accomodate where a drawing is opened from - via the Obsidian Ribbon or via this custom view.