mdelobelle / obsidian_supercharged_links

obsidian plugin to add attributes and context menu options to internal links

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Starting in 0.9.5, these no longer show up in Style Settings, and therefore no longer work

mickmel opened this issue · comments

This was the case on two computers of mine (same vault). This plugin worked great, but after updating to 0.9.5 it's not working.

The items in the "Supercharged Links" settings look the same, but "Style Settings" just says "No style settings found" and everything stays colorless.

Any ideas?

I can confirm this is observed in a sandbox vault.

Demo

2023-04-02.23-20-25.mp4

Observed console error

Uncaught (in promise) TypeError: customCss.readCssFolders is not a function
    at eval (plugin:supercharged-links-obsidian:549:23)
    at Generator.next (<anonymous>)
    at fulfilled (plugin:supercharged-links-obsidian:31:58)

Debug info

Non-working version

SYSTEM INFO:
	Obsidian version: v1.1.16
	Installer version: v1.1.16
	Operating system: Windows 10 Pro 10.0.22000
	Login status: logged in
	Catalyst license: vip
	Insider build toggle: off
	Live preview: on
	Legacy editor: off
	Base theme: dark
	Community theme: none
	Snippets enabled: 0
	Restricted mode: off
	Plugins installed: 3
	Plugins enabled: 2
		1: Supercharged Links v0.9.5
		2: Style Settings v1.0.3

Working version

SYSTEM INFO:
	Obsidian version: v1.1.16
	Installer version: v1.1.16
	Operating system: Windows 10 Pro 10.0.22000
	Login status: logged in
	Catalyst license: vip
	Insider build toggle: off
	Live preview: on
	Legacy editor: off
	Base theme: dark
	Community theme: none
	Snippets enabled: 1
	Restricted mode: off
	Plugins installed: 3
	Plugins enabled: 2
		1: Supercharged Links v0.9.3
		2: Style Settings v1.0.3

Thanks for reporting. I think I accidently uploaded the wrong release... Should hopefully be fixed now.

Thanks for reporting. I think I accidently uploaded the wrong release... Should hopefully be fixed now.

Yep, it works again. Thanks for the quick update!