George Butter
George Butter
The old UI does have some benefits. 1. Looks basically the same as the application 2. Is performant 3. Is stable I would think that it would be best to...
Setting the response type might be unnecessary anyway. I think it can safely be removed.
#5 - Extract the annotations from the images Was wondering whether we could use the svgs as code so that we can keep the text within the image and still...
I made an svg with embedded text of this image: https://raw.githubusercontent.com/wiki/ligi/SurvivalManual/fig04-01.png - taken from the medicine part of the wiki. I don't think that .md, or at least github supports...
That's great news! So is it preferable to store the text in the SVG as an annotation or is that an unnecessary complication?
I think that sounds like a swell idea! Is there a directory on this repo I can use to push the svgs to?
@iamvishnusankar , is this something that we could merge?
@z0lo13 , no, but only @iamvishnusankar can merge it.
Something along the lines of ``` // Remove the urls based on this.config?.exclude array if (this.config?.exclude) { if (typeof this.config.exclude === 'function') { const asyncExcludes = await this.config.exclude() urlSet =...
PR: #458