Cameron Fischer
Cameron Fischer
Why is this bothering to dedupe? Isn't that outside the scope of an interleave? Couldn't they just put the operator `unique[]` after it if they want to remove duplicates? I...
Coloring SVG icons is possible. It uses node coloring though, not the `color` field on the tiddler. So you either need to set color on the TiddlyMap node, or you...
Closing for lack of followup.
That's probably because the image file now has that `\parameters ...` pragma in it, which makes it no longer a pure svg image. If you remove that pragma, and replace...
@ahilliard, no seriously. Does it work if you remove that pragma? Can you test that for me? I don't have the environment for this set up since I haven't worked...
Screw it. I just saw that you included a zip, so I tested it myself, and it does. I'll bring this up with the core team.
I have not forgotten about this issue. Actually, I created the PR, but when I saw that the "Content Type" dropdown was now populated with yet another esoteric type, I...
I would go with @Jermolene's solution. There is no reason anyone would ever use ts-raw and want the fill widgets included. No need to introduce additional hard-coded slots.
If people wanted to parse and interrogate the body of a custom widget, having the $fill widgets not visibly render would not prevent them from being available to something scraping...
Actually, before I saw your post, I didn't think anyone was using custom slot widgets at all. I was discussing the issue over [here](https://talk.tiddlywiki.org/t/how-to-make-slot-and-fill-palatable/8497). I believe they are _super clunky_...