Aaron Madlon-Kay
Aaron Madlon-Kay
> I suspect this would be a better fit for the `xsv select` command itself? Sure, that would be fine. > Whether it goes in `xsv select` or `xsv fmt`,...
I have a use case where I need regular, italic, bold, and bold+italic, but for various reasons it's not feasible for me to call a `GoogleFonts` method to grab the...
Thanks! I'll check that out. If this functionality is better left to other packages like git-link then feel free to close this ticket.
In theory, the "real" problem is that the files to be PUT are gathered eagerly first, and then processed; a true fix would process the files without gathering them all...
I don't think this is feasible without #5.
Can you give me an idea what the file/directory layout looks like when using org-roam? Are all the files stored in the same directory? Are the links relative links like...
Thanks. I am working on implementing relative links. I am definitely not planning on supporting any sort of DB.
Relative file links to Org Mode files are now supported in v1.18.1. However references to sections (by title or by ID) are not resolved yet. It seems like that is...
> v2 is centered around ID links. > > No idea what the timeline is for v2 either, just continually fixing bugs and bringing improvements until it feels ready for...
Thanks. I plan to support *local* `id:` links and `#custom-id` links (linking to sections in the same file) in the next release. I will also support `file:` links with `#custom-id`...