Antoni

Results 8 comments of Antoni

I don't think this is possible with this plugin, but you can check out the obsidian kanban plugin. It might come close to what you want.

Hey it seems I've run into a problem that could be related. ```shell ~ ❯ alias doom = if (sys).host.hostname == bloodsong { ::: ^/home/antoni/.emacs.d/bin/doom ::: } else { :::...

From my limited experience with elm, I think exporting/importing everything from a module can quickly become quite problematic. Maybe ante could take a middle ground, akin to something like what...

I have the same issue on nixos and I have `vim.o.termguicolors = true` defined in my `init.lua` so maybe it's a lua config problem?

Have you tried installing other programs through home-manager to see if that works? I'm quite new to nix so not sure about it, but I thought you need to provide...

Hey @CFiggers thanks for the quick update. The offset bug seems fixed, but unfortunately the original bug with go to definition still persists. If I have some time tomorrow, I'll...

Hey so from what I could gather from the [documentation](https://bakpakin.github.io/mendoza/markup.html) macros are just janet functions. So you can for example create a simple function like the following: ~~~janet (defn simple...

I think this might come from the `Codeblocks > Code block inline queries` option and having `=` as the `Inline query prefix` (which is the default). I changed the `Inline...