Releases: szamsolo/tldraw-in-obsidian
1.17.0
Read the release notes here https://github.com/jon-dez/tldraw-in-obsidian/releases/tag/1.17.0
Full Changelog: 1.15.0...1.17.0
1.15.0
Update tldraw package to 3.4.1
Full Changelog: 1.14.1...1.15.0
1.14.1
Full Changelog: 1.12.0...1.14.1
1.12.0
- Removed persistence key based cross-tab synchronization of drawings, and replaced it with a custom implementation
- Improved file data consistency when editing the same tldraw markdown file across multiple tabs
- Better resource management for assets
- When tldraw json in markdown file is modified by hand, update any existing views.
- Fix some css styling issues on light mode
- better memory management within
FileView
implementations - Add basic ability to view asset library by clicking the new "library" icon button in the tldraw views
- Patch tldraw package to add support for pop-out windows
- Change file destination options to allow for colocation of files
- Update file search modal for user experience
- Various code refactoring
Full Changelog: 1.9.0...1.12.0
1.9.0
1.8.1
Issue: #55
- Add a setting to control showing the background for markdown embeds
- Add a setting to control showing the background dotted pattern for markdown embeds
- Add alt text property
showBg
to control showing the background for an individual markdown embedshowBg=<value>
where<value>
is one of the followingyes
,no
,true
, orfalse
- Fix bug that prevented loading the plugin when loading settings in now deleted release
1.8.0
Full Changelog: 1.7.3...1.8.1
Tldraw in Obsidian 1.7.3
Full Changelog: 1.7.2...1.7.3
Tldraw In Obsidan 1.7.2
Tldraw In Obsidan 1.7.1
This release should effectively allow you to synchronize your drawings with a sync service since it stores all images that are referenced in the drawings as files in your vault.
- Store images inserted into tldraw drawing as attachments by implementing the
TLAssetStore
interface - Track image attachments inside tldraw drawing by inserting an embed link and block reference in the markdown file
- Patch
TldrawImage
component so that it can utitize our customTLAssetStore
interface - Add a newline character after the
TLDATE_DELIMITER_END
due to cached metadata not being parsed after the json code block in the markdown file
There was an issue with the previous release, 1.7.0 which was deleted quickly after publishing. Images that were previously attached to drawings before this update did not show up. I have updated the way block references are stored in the tldraw json data in 1.7.1 vs 1.7.0, so for this reason I have removed that release. There should be no issue with this release regarding that problem.
Full Changelog: 1.6.0...1.7.1
1.6.0
- Synchronize tldraw document across multiple workspace leafs
- Listen to updates on tldraw markdown file when it is embed in markdown
Screencast.from.2024-09-14.07-52-49.mp4
Screencast.from.2024-09-14.07-54-10.mp4
Full Changelog: 1.5.2...1.6.0