andreadev-it

Results 30 comments of andreadev-it

Just as a check, what is still needed to be able to ship the calendar module? I ask this so that I know what to prioritize 🙂

Awesome! For the keybindings, it looks good to me, I'll test them as soon as I can. For the `i` keybinds, I've already wrote some code for that, but it...

Hi, I've just faced the same issue with `gt` not working as expected. Apart from changing the keybindings, one other way to prevent the override could be to have a...

I know that the wiki says that it's not supported, but at least as a workaround to completely disable keybinds you can try setting this : ``` ['core.keybinds'] = {...

Hi, from what I know about this, the preview is just to give an idea about the file content, it should not be used with the idea of scrolling within...

It seems that you have `bat` instead of `batcat` like I do. You should probably change `batcat` to `bat` in the line you copied. This is how my preview script...

Hi @kristijanhusak, thank for taking a look at this PR 🙂 Yes, the syntax I integrated is different right now, mostly for semplicity reasons. I saw that treesitter isn't (or...

Thank you for the info, I took a look at the code and, the treesitter tree and the org grammar. If I understood correctly, to support tangling files there are...

Ok, I understand. It should be easy to change the code to support only point 3. I'll do it as soon as I can 👍 However I do think that,...

Ah, that's very interesting. I might have misanderstood macros, since I thought that macros where basically a "shortcut" for other norg syntax, so that they would not be able to...