Releases: TfTHacker/obsidian42-strange-new-worlds
0.0.25 bug fix for gutter and aliased embeds
0.0.24 Switch to MarkdownRenderChild
0.0.24 Switch to MarkdownRenderChild
One issue is when Obsidian starts up, if there were previous documents open, SNW could not process them because SNW does a number of background calculations. We now figured out how to process this and update documents already loaded.
This is actually a big change to the code in the Markdown Preview processor. So it will be interesting to see if this causes any other issues.
0.0.23 Fixed to pane in sidebar
The pane in the sidebar was not remembering its location. This is now fixed. Additionally fine-tuning the startup process of the plugin.
Finally, with the recent 0.16.14+ update to the obsidian beta, SNW is broken on iOS. We will be troubleshooting this soon.
0.0.22 Link in heading support
Adding the ability for links to be counted in headings
- Still have an issue though. When a heading has a link, Obsidian won't draw the header counter. So for now it's a trade-off. If you use a link, the block ref count will work on it, but not a count for the header. If you want the count for the header, don't put a link in it.
0.0.21 Fix: Flickering of sidebar when opening
0.0.20 Bug hunting (headings/alias) and fine tuned settings for recen…
0.0.20 Bug hunting (headings/alias) and fine tuned settings for recent changes
Continuing to work through the bugs. Lots of improvements for Headers and alias. Also adding updated the settings screen based on recent changes.
0.0.19 Headings patch
0.0.18 Return of hover preview & Fix to RTL languages
0.0.18 Return of hover preview & Fix to RTL languages
Package.json update
0.0.17 patch for headings issue
Patching headings issue
0.0.16 Massive update
We have been dark for a week rewriting a lot of the internals. The net result is better performance. Additionallly improving the accuracy of identifying block reuse in the vault.
Next to that, massive changes in the "visual" layer. It is a big change, but we hope it will make the plugin more appealing.
Feedback welcome.
Sorry for anything that breaks!!!