Toomas
Toomas
This might be the same issue I had, certainly the same Exception code (StringIndexOutOfBoundsException). My error came from line 48 in AppStarter.java. `String servicePackageName = serviceClassName.substring(0, serviceClassName.lastIndexOf("."));` Here the `serviceClassName`...
I kinda had similar problem. (pseudocode) ``` javascript myNotify = $.notify({ message : 'Notification with icon', icon : 'path/to/my/icon.png'}, {icon_type : 'image'}); myNotify.update('icon', 'path/to/my/new/icon.png'); ``` did not change the icon...
Same issue here. A workaround with CSS, you need to use a _CSS snippet_ to customize the appearance (Options -> Appearance -> CSS snippets): ```CSS .dataloom-menu { max-height: 50%; overflow:...
> thanks for sharing. > > where shall I implement this css snippet? I'm totally new to it. The CSS snippets is a built-in Obsidian feature, following these steps should...
Same. Is this plugin dead?
> By the way, I'm a bit iffy about using `=>` for results annotation (looks too similar to C equal or more than operator). > > Just wondering what you...
Same issue. Clicking on an image in chat does nothing. Restarting app not helping. Caprine v2.60.1. From PopShop, flatpak version. System info ``` OS: Pop!_OS 22.04 LTS x86_64 Host: MS-7B17...
Duplicate of https://github.com/trey-wallis/obsidian-dataloom/issues/935