Max Rossmannek
Max Rossmannek
I don't think it's a good idea to effectively duplicate the examples file in this format. We already have too many files which need to be kept consistent and with...
Hi @jghauser! Thanks for the suggestion! You happen to have a very coincidental timing as we are just starting to discuss some syntax changes to the general way of how...
> Where exactly would this `= Bibtex references.bib` be in a document? This syntax is called an _insertion_ in the norg format. It can be used to insert automatically generated...
> However, will it also be possible to have citations without having a bibliography? Yes ofcourse. For this we could figure out some extension of the footnote syntax: ```norg ^...
Thanks for the suggestion! We are currently working on an extension to detached modifiers which will allow you to do exactly that. The WIP PR is here: https://github.com/nvim-neorg/tree-sitter-norg/pull/27 However, in...
Lol, sorry, that was unintended :joy:
> Concealing on wrapped links is broken: This is potentially tricky with how things are done currently in the concealer. I will need to take a look at Vhyrro's rewritten...
> The `:` on `https://` is concealed: Yes, I have encountered this too. The problem is that the `:` get's recognized as a `link_modifier`. I will try if I can...
> > Concealing on wrapped links is broken: > > This is potentially tricky with how things are done currently in the concealer. I will need to take a look...
> > The `:` on `https://` is concealed: > > Yes, I have encountered this too. The problem is that the `:` get's recognized as a `link_modifier`. I will try...