On Sunday, August 14, 2016 at 12:24:57 PM UTC+2, Jon wrote: > > Can the behaviour of the Insert Picture button be altered so it inserts an > external picture rather than one which is already embedded? >
IMO you should not do this. Just import the SVG into TW and use it. There are several sites, that have nice open source svg icons. eg: https://useiconic.com/open and http://www.flaticon.com/packs (Have a look at their license!!!) .. Have a look at the TW core icons, to see how they should look like. see: http://tiddlywiki.com/#%24%3A%2Fcore%2Fimages%2Fclone-button The first line is important here. <svg class="tc-clone-button tc-image-button" width="22pt" height="22pt" viewBox="0 0 128 128"> You can also use: https://jakearchibald.github.io/svgomg/ to make the svg smaller. ... It allows you to strip all redundant content. So your icons are small :) have fun! mario -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/tiddlywiki. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/c091c727-c21c-4b08-93aa-777a721331da%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

