Lukas
Lukas
When changing directory, we already modify `TEXINPUTS` so that `.tex` files are found from the original directory. Since this doesn't work for `.lua` files we have to adjust another environment...
Background behind this is that for some reason `fswatch` doesn't work for me (strangely only in some directories, might be a problem with symlinks or so, but I didn't found...
Hi, it would be nice, if you were able to rotate pages (90° (counter)clockwise) while annotating a pdf (sometimes people having trouble to insert the pages in the right orientation...
This is some kind of a follow up from [https://github.com/sylvainhalle/textidote/issues/171](https://github.com/sylvainhalle/textidote/issues/171) but the question is somewhat more general. How would one replace a string by an empty string via a replacement...
Makes inserting into the snippet tables easier as there is no need to manually create tables along the way. TODOs: - [ ] Benchmark if this is worth it and...
Allows to specify `autotriggered` in the snippet options, and the snippet is added to the corresponding autosnippet tables. No need anymore to add snippets and autosnippets separately. TODO: - [...
Hi, sometimes I forget about autotriggered snippets so it would be nice to be able to display autotriggered snippets in the completion menu of the completion engine as well by...
Most things should be stated in the first commit and in the README.md As I'm new in this thing, I've got a question: * Is this the right branch on...
first draft of memoization and condition objects as suggested in #592. Just a draft PR so we have a place for discussion. If you've another idea of implementing, we cen...
Reason why I added this option is that the `glossaries` package offers the ability to add many different glossaries (not just the usual `glo` but also e.g. something for symbols...