Julian Hauser
Julian Hauser
### Prerequisites - [X] I have read [contribution guidelines](https://github.com/vhyrro/neorg/blob/main/docs/CONTRIBUTING.md) - [X] I am using the latest version of the plugin - [X] I am using either 0.6 stable or the...
I've come across a bug when running the following code: ```lua local tbl = require("sqlite.tbl") --- for constructing sql tables local db = require("sqlite.db") --- for constructing sql databases --...
Thanks for the great app! It would be great if the office 365 silo would allow using Microsoft teams as well.
Every now and then when I try to view the notification history I run across this: ``` E5108: Error executing lua: .../packer/start/desktop-notify.nvim/lua/desktop-notify.lua:51: String cannot contain newlines ``` For example, I...
Hey! Thanks a lot for the plugin! I've wanted to configure the highlight groups because they're not very legible on my system. This PR makes the highlight groups defined by...
This is a draft of a new `papis tag` command that allows adding/removing/clearing tags. There are some docs inside to show you what's possible. This is mostly just a first...
This is on the latest git commit using the arch `papis-git` package. # how to reproduce the issue `papis export --all --format bibtex --out ~/Documents/library/main.bib '*' ` When I export...
Breaking changes will be communicated in this issue.
Currently, the Telescope picker is quite slow. The reason for this is probably the `entry_display.create()` function that is called for each line in the results window (that's the list of...