BumbrT

Results 12 comments of BumbrT

Same here, i use `rm -rf ~/.gdfuse/default/cache` as workaround. It works without re-authorize

Branching to the left, top and the bottom will make form this tool + obsidian an ultimate mind mapping solution

> Ok, I narrowed it down a bit: when I use the localhost/127.0.0.1 - I get the error. If I use my local network IP address, I can access the...

For now you can use my fork https://github.com/BumbrT/obsidian-url-into-selection through BRAT plugin. Only one line difference with this repo: disabled editor paste handling.

Looks like, I created duplicate issue here https://github.com/denolehov/obsidian-url-into-selection/issues/53. You can use my fork https://github.com/BumbrT/obsidian-url-into-selection through BRAT plugin. Only one line difference with this repo: disabled editor paste handling.

How to access this live-preview mode? Currently I use only edit and view mode. Can you please elaborate on how to reproduce this issue

Got it. With which plugin you create this internal links ? Found that it works through obsidian code blocks, and Obsidian parses the whole text inside the block, it's internal...

Also, if you will use “Extract original note...” option, everything will work flawlessly, because it also transforms to plain code blocks, without HTML, and moves comment to separate note. But...

I found out, that if you will use native obsidian comment: %%Comment body%%, it works fine with the code block link. Also my plugin support exposing these comments to comments...

@ZeaseTech My plugin already can export commets to seprate note, you can look at "Extract original note with links to comments note" command. Meanwhile, I'm looking what can be done,...