Jerakin

Results 120 comments of Jerakin

I made a quick plugin for this https://github.com/Linbreux/wikmd/compare/main...Jerakin:wikmd:plugin/page-link?expand=1 But after making it I am not sure it's worth having. It will easily collide with `[[tag]]` system and other plugins. It's...

If I rename the file that should be imported it works, if I then change the name back on the file I get an error. But after the error is...

Tried to follow the exact setup I did (was in a new project) but I couldn't reproduce it, nor does it happen in the project again. Feel free to close...

That does remind me that I did click the "New File" at some point and added a suffix, unfortunately I can't remember when. I did manage to get this error...

Poking my head in here only to mention that one of the first editor-scripts I created was one that adds images to atlases. If you are looking for that functionality....

@mattrobenolt Do you think this looks good enough for a merge and a new release?

A FYI for anyone that reads this - you can intall arbitary python packages from github with pip `pip install https://github.com/Jerakin/colors.py/archive/master.zip`

If it wasn't strictly true and we did included decimals it would be a lot more than 16777216 colors (24-bit). Which is why I thought it made sense :) Also...

> I wonder if it makes sense to store as a floating point internally, but use the r/g/b values as integers for output only. I think this would make a...

But then data loss would be expected if you go from 32 bit -> 16 bit -> 32 bit