Springer, There is two points here to note 1. If the table is sorted using tiddler name this may cause by adding a new row you may loose focus as new table entry causes a dynamic sort (so pay attention to this) 2. The clone feature of core navigate to new tiddler, so you need to have your own clone button (e.g. create a new tiddler but do not navigate to it.
You have your own clone button you have to use *action-createtiddler* See https://tiddlywiki.com/prerelease/#ActionCreateTiddlerWidget The *action-createtiddler* widget is an action widget <https://tiddlywiki.com/prerelease/#ActionWidgets> that creates new tiddlers. ActionWidgets <https://tiddlywiki.com/prerelease/#ActionWidgets> are used within triggering widgets such as the ButtonWidget <https://tiddlywiki.com/prerelease/#ButtonWidget>. There are several differences from the tm-new-tiddler message <https://tiddlywiki.com/prerelease/#WidgetMessage%3A%20tm-new-tiddler>: - The new tiddler is not automatically displayed in the story river <https://tiddlywiki.com/prerelease/#StoryRiver> - The title of the new tiddler is made available for subsequent operations Example: got to create a Test tiddler name: Test with few tags and fields and content Then create another tiddler with the below code \define mybase() Test \define testCreate() <$action-createtiddler $basetitle=<<mybase>> $template=<<mybase>> /> \end <$button actions=<<testCreate>> >{{$:/core/images/clone-button}} </$button> Click the clone button several times and see the Recent tab to see the new cloned tiddlers NO navigation to them no opening in story river. Now use this code in the template I sent you instead <<mybase>> use <<currentRecord>> Cheers Mohammad On Thursday, December 3, 2020 at 4:03:28 AM UTC+3:30 springer wrote: > Mohammad, > > What I imagined was the ability to create a duplicate tiddler "here" > without *opening* it, so that editing focus remains on the dynamic table. > It would have the feel of "adding a row to the spreadsheet". Still, adding > the "clone" button column with just the regular button, in the way you > illustrate here, does make it a bit more efficient to use the dynamic table > as a springboard for adding tiddlers as needed. > > Thanks for the speedy and helpful response! > > -Springer > On Wednesday, December 2, 2020 at 2:35:24 AM UTC-5 Mohammad wrote: > >> Hi Springer, >> I am happy you like Shiraz and it is useful in your workflow. Dynamic >> Tables are highly customizable using templates. >> What you asked is not difficult and you can do yourself without any hack. >> >> The content of each column is displayed using column template. So you can >> have a column template to display the contents for example as a link or in >> red color and so on. >> >> Have a look at >> https://kookma.github.io/TW-Shiraz/#demo%2Fdynamic-tables-template >> >> As a first trial I attached a clone template! Drag and drop the attached >> JSON on https://kookma.github.io/TW-Shiraz/# >> and see how test works! >> >> By the way if you could not implement your own template please submit a >> ticket here https://github.com/kookma/TW-Shiraz >> >> On Wednesday, December 2, 2020 at 4:47:58 AM UTC+3:30 springer wrote: >> >>> Mohammad, >>> >>> As you know, I love Shiraz, and especially the dynamic tables. They are >>> now essential to my workflow. >>> >>> I realize there's one desirable feature-possibility for dynamic tables >>> that would be amazing, and maybe popular enough to be worth requesting from >>> you rather than clumsily trying to hack for myself (as I was starting to do >>> on the biblio-demo project for compiling quotes... before reminding myself >>> that it's too steep a learning curve for me). >>> >>> REQUEST: Let us specify a special column (perhaps one that appears only >>> in the table's internal editing mode) that effectively displays a "CLONE >>> this tiddler" button for its tiddler row. >>> >>> Once the button is pressed, a new row is suddenly going to show up in >>> the dynamic table, and then (I imagine) the cursor should get automatically >>> moved into to the first editable field of that newly-created duplicate row, >>> for modifying as needed. >>> >>> (More fancy would be the option to create the new tiddler with all the >>> non-pivotal fields left blank, setting only those fields whose values >>> account for its fitting within the filter condition, but that's bells and >>> whistles.) >>> >>> Such a feature would make it much easier to respond more intuitively to >>> the "Oh, I want to add another row (tiddler) that belongs here" moment. >>> >>> Best regards and thanks in advance for entertaining the request! >>> >>> -Springer >>> On Friday, November 13, 2020 at 2:44:25 PM UTC-5 Mohammad wrote: >>> >>>> *Announcement:Shiraz plugin* >>>> *Date: Nov 13th, 2020* >>>> *Release: 2.1.2* >>>> *Status: Stable* >>>> >>>> >>>> Shiraz is now a mature and quite powerful plugin and it can be used as >>>> a useful addition to Tiddlywiki empty edition. >>>> >>>> This *stable release* is a bug fix release and distributing under >>>> Kookma Plugin Library. >>>> >>>> >>>> Code and demo >>>> >>>> - Demo: https://kookma.github.io/TW-Shiraz >>>> - Code: https://github.com/kookma/TW-Shiraz >>>> >>>> >>>> >>>> Star it if you like it and send your feedback! >>>> Documentation proof reading for English is welcome! >>>> >>>> >>>> >>>> --Mohammad >>>> >>>> >>>> -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/5daaf02e-f8e4-4907-a5dd-4e89268a485en%40googlegroups.com.

