Skip to content

Releases: TfTHacker/obsidian42-strange-new-worlds

0.0.25 bug fix for gutter and aliased embeds

09 Oct 05:07
Compare
Choose a tag to compare
0.0.24 Switch to MarkdownRenderChild

0.0.24 Switch to MarkdownRenderChild

07 Oct 19:09
Compare
Choose a tag to compare

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

07 Oct 13:56
Compare
Choose a tag to compare

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

04 Oct 20:25
Compare
Choose a tag to compare

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

03 Oct 07:38
Compare
Choose a tag to compare
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

02 Oct 10:44
Compare
Choose a tag to compare

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

01 Oct 19:38
Compare
Choose a tag to compare
0.0.18 Return of hover preview & Fix to RTL languages

0.0.18 Return of hover preview & Fix to RTL languages

01 Oct 18:32
Compare
Choose a tag to compare

0.0.17 patch for headings issue

30 Sep 20:33
Compare
Choose a tag to compare

Patching headings issue

0.0.16 Massive update

30 Sep 15:23
Compare
Choose a tag to compare

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!!!