Julian Hauser

Results 229 comments of Julian Hauser

Thanks a lot to both of you @kiike @alexfikl :heart:

> Two bigger remarks: > > - We currently make a distinction between `importers` and `downloaders`. The main difference is that importers can be used with `papis add --from IMPORTER...

> Yeah, that's a pretty big job because we have a pretty large amount of guides and docs and things. One option we can go for is using the [MyST](https://myst-parser.readthedocs.io/en/latest/)...

Grr, is it really not possible to use markup for linked text? I'm trying to do something like ``` `:ref:```add-folder-name`` configuration option ` ``` I'm hoping to get `add-folder-name`

I think this would be a good thing to change. I don't think the hash serves much purpose in filenames (except ensuring uniqueness, and that can be achieve better in...

I feel like technically, there should only be one `isbn` (namely the one of the book the chapter is actually taken from) as it's possible (?) that e.g. pagination differs...

Thanks for the issue report! This feature is indeed missing from the plugin. Just to give you a heads-up, I'm not sure when I'll have the time to get to...

Hey! Thanks for the contribution! This fix shouldn't be necessary as the plugin only sets a keymap for the `markdown` filetype. https://github.com/jghauser/follow-md-links.nvim/blob/cf081a0a8e93dd188241a570b9a700b6a546ad1c/ftplugin/markdown.lua#L5-L8 So if you're seeing problems in other filetypes,...

Also, should there really be a `keys-exist` error for `author` and `author_list` if the entry has `editor` (or `editor_list` I suppose)? I have a couple of documents that are just...

Hi @arunoruto! Sorry for the slow and response! Yes, it would be nice to get this to run on NixVim. Let me know if you need any help with it....