Isaac Muse
Isaac Muse
Let me look into this. I thought I already had relative support, maybe it isn't documented. If not, it makes sense to add it.
It's definitely not on by default.
Yeah, apparently paths have to be absolute currently. This sounds like a good idea to have them relative if the file is within the project, but if the file is...
Re-reading through the docs I wrote, I remember why it doesn't allow relative paths. This was meant to be a general favorites for files outside a project as files in...
Unfortunately, this is just a limitation of the plugin. 1. Sublime does not offer us the line endings. I can't just inspect the text in a window of the view....
Yeah, I haven't added detail support yet.
I was looking into this more. If I understand correctly, what we've implemented is covered under the W3 license. It "should" be safe to include with attribution. The one thing...
For now, I'll keep a private gist of the work in the hopes that we can one day add this. I don't plan on creating a separate repo with the...
Sadly, DeltaPhiStar, created by the same person, is completely out of the question as it is released under AGPL and we cannot include it here. https://github.com/Myndex/deltaphistar
Here is a playground with it working. https://facelessuser.github.io/coloraide/playground/?source=https%3A%2F%2Fgist.githubusercontent.com%2Ffacelessuser%2Fc1615dae555fdfe481b27ac99f1d9354%2Fraw%2Fapca.py Obviously, it is restricted by the license: https://gist.github.com/facelessuser/c1615dae555fdfe481b27ac99f1d9354#file-license-md. This is also why we will not merge this in at this time, but...