brosasaki
brosasaki
Possibly related to https://github.com/koekeishiya/yabai/issues/694 I experience similar issues with text suggestions and selection dialogs when I have window_topmost on
Adding on that this is a pretty important issue, I just lost my userChrome to this :( please have it so a backup is made at least. It would also...
Over here on MacOS, it seems that none of the images load and perhaps some fonts are missing. Does SLADE need a web renderer?
@zealotrush 's method works for me and delivers unscrambled PDFs on macOS 12.6.8 after running `brew upgrade`. I c/ped the `export` commands into the shell, then ran the autobuild script...
This port implements background transparency in the "mac way" (frosted glass look) by setting the :stipple attribute to "alpha:ALPHA" where alpha is between 0.0 and 1.0. Check the info pages...
I am also interested :)
While hacking at this for a bit, it seems that the treatment of the file-level as a "node"/entry in itself is something unique to org-roam and not org as a...
The main hurdle for this seems to be the need for an alternative to `org-map-entries` that includes the file-level, i.e. an `org-roam-map-nodes`. The other functions have org-roam analogues that can...
Yes, that's the idea. I've been working on a branch https://github.com/brosasaki/org-anki/tree/org-roam-compatibility which implements these ideas, though it's still a bit hacky and certain features (skip and match functionality) aren't fully...
I've implemented your ideas as the customization option `org-anki-auto-cloze-rules` which gives a user-friendly way of customizing the auto-cloze functionality. It seems to work here, but give it a try on...