A feature missing from the SVG button suite is the tiddler height adjustment. But if you open a regular tiddler, you can set the height of the edit panel to something small (say 50 pixels) , and it will be applied to the SVG editor panel. Then you don't have to have the entire ginormous SVG contents displayed.
The feature I want is to be able to set tags without opening a tiddler. -- Mark On Thursday, June 28, 2018 at 8:31:04 AM UTC-7, [email protected] wrote: > > Hello, > Thank you for this quick answser, I'll try :-) > I would have imagine something more simple ... not displaying the code of > SVG when editing, but display only the image. > I do not know Tiddly internal code, perharps it's possible to add "if > (content-type == 'svg')" somewhere ... > Philippe > > > > > On Wednesday, June 27, 2018 at 6:21:09 PM UTC+2, Jeremy Ruston wrote: >> >> Hi Philippe >> >> One quick solution might be to add a duplicate field editing section to >> the edit template immediately above the body: >> >> 1. Create a new tiddler called $:/TopEditFields >> 2. Add the tag: $:/tags/EditTemplate >> 3. Add the text: <$transclude tiddler="$:/core/ui/EditTemplate/fields" >> mode="block"/> >> 4. Add a “list-before” field with the value $:/core/ui/EditTemplate/body >> 5. Click the tick to finish editing the tiddler >> >> Best wishes >> >> Jeremy >> >> >> On 27 Jun 2018, at 16:40, [email protected] wrote: >> >> Hello, >> I know that Tiddlywiki cant directly edit SVG tiddler like BMP images, >> but how to prevent Tiddlywiki to display the SVG code as text when editing ? >> I have big SVG images, and adding fields or tags to these is painful as >> the text of the SVG file is displayed when editing ... and it's a quite >> long ! >> Thank you for any hits ... >> (BTW great tool !) >> Philippe >> >> -- >> 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/3aa7837a-0c96-4edb-97a1-7a8081e42063%40googlegroups.com >> >> <https://groups.google.com/d/msgid/tiddlywiki/3aa7837a-0c96-4edb-97a1-7a8081e42063%40googlegroups.com?utm_medium=email&utm_source=footer> >> . >> For more options, visit https://groups.google.com/d/optout. >> >> >> -- 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/7b3145b8-a8a9-48f5-8d94-385bf7cc4f90%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

