From dc980a19c8617c00d0a77d5aea79ec17df0dc7c8 Mon Sep 17 00:00:00 2001 From: Jermolene Date: Tue, 5 May 2015 07:24:14 +0100 Subject: [PATCH 1/2] Make the stacked view play well with the new fluid-fixed mode --- plugins/tiddlywiki/stacked-view/stacked.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/tiddlywiki/stacked-view/stacked.js b/plugins/tiddlywiki/stacked-view/stacked.js index 542a01082..32d30d6d5 100644 --- a/plugins/tiddlywiki/stacked-view/stacked.js +++ b/plugins/tiddlywiki/stacked-view/stacked.js @@ -47,6 +47,8 @@ StackedListView.prototype.placeTiddlers = function() { itemWidget = this.listWidget.children[t]; var domNode = itemWidget.findFirstDomNode(); if(domNode instanceof Element) { + // Allows the width of the tiddler to be adjusted + $tw.utils.addClass(domNode,"tc-storyview-zoomin-tiddler"); // Find the position of the tiddler in the stack var pos = this.listStack.indexOf(itemWidget.parseTreeNode.itemTitle); if(pos !== -1) { From 98a8df0ace8d82e0639760f8426ce4afd8376a6f Mon Sep 17 00:00:00 2001 From: Jermolene Date: Tue, 5 May 2015 07:38:00 +0100 Subject: [PATCH 2/2] Improve SVG curved text docs --- .../tw5.com/tiddlers/howtos/Making curved text with SVG.tid | 4 ++-- editions/tw5.com/tiddlers/howtos/UsingSVG.tid | 6 +++++- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/editions/tw5.com/tiddlers/howtos/Making curved text with SVG.tid b/editions/tw5.com/tiddlers/howtos/Making curved text with SVG.tid index 55684ea58..33a65a450 100644 --- a/editions/tw5.com/tiddlers/howtos/Making curved text with SVG.tid +++ b/editions/tw5.com/tiddlers/howtos/Making curved text with SVG.tid @@ -1,5 +1,5 @@ created: 20140324223413403 -modified: 20140919161431562 +modified: 20150505063713581 tags: Learning title: Making curved text with SVG type: text/vnd.tiddlywiki @@ -19,7 +19,7 @@ $text$ $$$ \end -This demo shows how to use SVG to render transcluded text along a path. Enter some text in the textbox below to try it out; view the source to see how it is done. +This demo shows how to use SVG to render transcluded text along a path. Enter some text in the textbox below to try it out; [[view the source|Making curved text with SVG]] to see how it is done. <$edit-text tiddler="$:/CurvedText" tag="input" placeholder="Type text here" default=""/> diff --git a/editions/tw5.com/tiddlers/howtos/UsingSVG.tid b/editions/tw5.com/tiddlers/howtos/UsingSVG.tid index f0f461773..01c7d7e30 100644 --- a/editions/tw5.com/tiddlers/howtos/UsingSVG.tid +++ b/editions/tw5.com/tiddlers/howtos/UsingSVG.tid @@ -1,5 +1,5 @@ created: 20131028132700000 -modified: 20140912141152984 +modified: 20150505063640327 tags: Features title: UsingSVG type: text/vnd.tiddlywiki @@ -49,3 +49,7 @@ When embedding SVG elements you can also use WikiText features like transclusion You can edit the value of the radius here: <$edit-text tiddler="$:/SVGExampleRadius" tag="input"/> + +! Making curved text with SVG + +{{Making curved text with SVG}} \ No newline at end of file