Julian Hauser

Results 229 comments of Julian Hauser

hey! i've made a first attempt at getting this configurable. i might still make some changes and move things around, but i wanted to post it here and see if...

Yeah, you're totally right. This does buy configurability with complexity. Basically, I figured I've already got the same approach for `format_notes_fn`. I'll see if I can come up with a...

I'm gonna merge this in its current state. Better to have something that can be used but isn't perfect than having this rot here. There are various things I want...

Hi! Thanks for the issue report. I see from your config that you copied over all of the defaults. Maybe try with a more minimal setup, just adding what's noted...

Doing a little spring cleaning and closing this issue as it seemed to have been something with your configuration. If the problem still exists, do let me know! :)

With #19 (thanks to @davvil!), we now depend on `yq` rather than the `lyaml` lua rock to convert papis' `.yaml` files. This should eliminate difficulties that have always plagued the...

With #21, we now use the `papis_id` to identify entries (rather than depending on the `ref`). This brings advantages as `papis_id` is supposed to be stable, whereas the user might...

With #28, I introduced a change in default keymaps. Given that only keymaps are affected and that these aren't enabled by default, this probably won't break anyone's setup -- but...

With #33, we've added an initial way of inserting formatted references (thank you @panosz!). This has required a small adjustment to the db schema and you might get a notification...

With #48, I've tried to improve the papis.nvim startup procedure. This also lays the groundwork for various future improvements (and more breaking changes). For now the following has changed: -...