Víctor Reyes Rodríguez

Results 7 comments of Víctor Reyes Rodríguez

Hi! for the ones using Doom Emacs, this worked for me: ```elisp (after! org-agenda (map! :map org-super-agenda-header-map :g [tab] #'origami-toggle-node)) ``` This way you can avoid Doom from overriding the...

+1 for the feature, ideally given that wikilinks are becoming more and more common, alias text support would make it compatible with multiple tools: ```markdown [[wikilink]] [[wikilink|alias]] ``` This could...

This can be solved using the following configs, without changing the code: ```lua vim.api.nvim_set_hl(0, "NormalFloat", { bg = "#1F1F28", blend = 0}) vim.api.nvim_set_hl(0, "FloatBorder", { bg = "#1F1F28"}) vim.api.nvim_set_hl(0, "FloatTitle",...

What I would do to solve this is create a macro (see [docs](https://docs.logseq.com/#/page/Macros)) that does exactly what you say by using the `` I don't know if mastodon iframes have...

I will continue to add changes for enhancing hierarchy navigation on this PR, I plan to have more things this week or the next, I don't have plenty of time...

I have plenty, so I hope this does not clutter up the conversation too much. From Lazy: ``` ● alpha-nvim 1.79ms  VimEnter ● autolist.nvim 4.29ms  markdown ● catppuccin...

I might give it a try if I found the time. Any pointers or hints? I would say the the "key" function I'll need to look at is the `M.new_bullet(prev_line_override)`...