Julian Hauser

Results 229 comments of Julian Hauser

Unfortunately, this isn't possible in the commonmark markdown specification (that the markdown treesitter parser implements). As the link in [the above comment](https://github.com/jghauser/follow-md-links.nvim/issues/20#issuecomment-1873542468) says, you should be able to have filenames...

Thank you! And sorry this has taken me forever to get to!

I had a quick look at the whole python build landscape, and while I have to say that it's a little over my head, I think moving to `pyproject.toml` and...

Thanks a lot for the feedback, it's super useful! > It would also be helpful to list all the existing tags and maybe do some deduplication of some sort. For...

> Actually this should just work with > > ``` > papis tag --add fluid-dynamics --remove fluid-mechanics QUERY > ``` > > so maybe not a great suggestion :)) Guess...

> Yeah, I think it also makes sense to standardize on lists. Then we wouldn't have to worry about the tag having whitespace in it, or having the separator as...

Thanks for the input @Twix53791! > @jghauser, what do you mean by "standardising tags to lists" ? Writing a list format `"[tag1", "tag2 with space", ...]` in the tag field...

I'm finally getting some time to finish this off. I've got two last questions before I implement everything mentioned here: 1. I'm thinking of entirely ditching handling different tag formats....

Thanks a lot for the feedback @alejandrogallo, this is very useful! > * I propose writing a function that checks for the formatting of the tags > and offers to...