David
David
@BlackBellamy this is free open source software open to anyone who wants to help. If the bug is annoying you and windows is your primary machine, how about fixing it...
Sorry I don't use Templater and not sure what I could add to fix this race condition besides artificial delays, like was suggested here with `setTimeout` filename-heading-sync is just using...
@boostchicken sorry to jump in here but how did you get overlayfs working on 2.5? > So I have not upgraded yet, but on 2.5x is overlayfs working, I expect...
Which version are you running? On start, markright initialises with `:text` and `:saved-text` as the same value (nothing or the opened content). Upon open / close, markright compares both of...
hrm, I can't manage to reproduce this. Could be a windows specific problem
To do this, we have to add a regex matching the "base url" in the backend. On tab switch, ProxMate will check if the current url matches with one of...
Here's a ghetto inject script to do this: ```js const wantedModel = "Legacy"; setInterval(() => { const selectedModel = document.querySelector("[id^=headlessui-listbox-button] > span").textContent; console.log("selectedModel", selectedModel); if (wantedModel === selectedModel) { return;...
Yeah we should add something like this. Both filecontent ignores and metatags sound useful
Why not just ignore the file from this plugin if you don't want the heading to be synced? Like, why have it sync to a heading in comments?
A little more friendly but still room for improvements: 