[tw5] Re: Feature Requirement: Button/action to Search and Replace JSON or tiddler content

2020-08-06 Thread TiddlyTweeter
Tones Can't contribute much, other than comment Riz, somewhere built a bespoke importer of JSON that bulk manipulated titles. The specific use case was to have a way to import where you do NOT have unique titles in the imported JSON. The code for that tool might be worth looking at. Maybe

[tw5] Re: Create view from "timeline"

2020-08-06 Thread Eric Shulman
On Thursday, August 6, 2020 at 3:16:57 PM UTC-7, TW Tones wrote: > > Recently I build a tool that exposes the history list so one can quickly > open or edit tiddlers already opened or edited in the current browser > session whether they are in the story list or not. I wonder if that would >

Re: [tw5] Re: sometimes there will be a draft of draft of a tiddler

2020-08-06 Thread TW Tones
Jeremy, This would be a wise improvement. However it is not necessarily dealing with the cause. Multiple drafts seem to come from the fact that many lists will show both the draft of and the non draft tiddler. - If an edit is done on the original tiddler while a draft tiddler already

[tw5] Feature Requirement: Button/action to Search and Replace JSON or tiddler content

2020-08-06 Thread TW Tones
Folks, Whilst working on a new Import mechanism, it has become obvious the ability to search a JSON file, data tiddler or regular tiddler and alter one or more elements is a possibly common requirement. - In my current use case I want to add a prefix to all titles in the import

[tw5] Re: codemirror - editor select button?

2020-08-06 Thread TW Tones
Ed I am glade you found a better way, would you still like to get a button on the toolbar that would toggle whether I'm using CodeMirror > or the vanilla editor? Another way may be to look at other ways to edit a tiddler using templates etc.. Regards TW Tones On Thursday, August 6, 2020

[tw5] Re: Create view from "timeline"

2020-08-06 Thread TW Tones
Tristian, I believe I have being thinking along similar lines recently. Perhaps there are other ways to describe it like versioning, change logs, tracing, transaction log, event log, trail... Could I ask you expand this? > I was wondering if it would be possible to have a list of tiddlers >

[tw5] Re: Nicholas Petton's Project Manager Plugin; Separate and Independent Dashboards

2020-08-06 Thread loga...@gmail.com
Thank you! On Thursday, August 6, 2020 at 1:13:10 AM UTC-4 TW Tones wrote: > log... > > We could try and hack the solution to work. But yes it assumes there is > one dashboard per wiki. > > Using the "||" is the transclude results in the same dashboard, rather > than building a new one on the

[tw5] Re: how to copy a tid's tags by name searching a tid?

2020-08-06 Thread Zhe Lee
Very Useful thanks a lot~ On Monday, August 3, 2020 at 8:07:41 AM UTC+8, TW Tones wrote: > > Zhe, > > I am mostly done on this, prototype attached, and tested on tiddlywiki.com > > As usual I often take a little longer to make the solution even more > functional and generic if possible > >1.

[tw5] Re: codemirror - editor select button?

2020-08-06 Thread Ed Heil
Thanks Tony, That's true, I can always do that. Also I found that by changing the "font-family" from the default monospace to another monospace that happened to exist on my system (Inconsolata) I got a more reasonable size, just because that font happened to be a more moderate width for a

[tw5] Create view from "timeline"

2020-08-06 Thread Tristan
Hey guys, I was wondering if it would be possible to have a list of tiddlers representing changes to an initial state applied in order so one could create a view of those changes and ultimately "go back in time" by applying only a subset of those changes. >From a technical point it is pretty

[tw5] Re: issue with the "Saved wiki" yellow notification

2020-08-06 Thread Eskha
Hi Jero, A last hint: the "shift-alt-S" keyboard shortcut togles the sidebar visibility. Best regards, Eskha -- 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

[tw5] Re: How to sort this table primarily by count? (Code based on the Tag Manager)

2020-08-06 Thread Eric Shulman
On Thursday, August 6, 2020 at 1:42:50 AM UTC-7, Teo Piitulainen wrote: > > Hello, I'm new here, and new to the code! > Welcome! > I use these Tag Manager-like Tiddlers to organize my tag hierarchies. For > example, this one creates a table of all my wiki's "topics" tags and shows > their

Re: [tw5] Re: sometimes there will be a draft of draft of a tiddler

2020-08-06 Thread Jeremy Ruston
Hi yrosgi The problem here is that deleting a draft also deletes the underlying original tiddler. I've made a GitHub ticket to describe the issue here: https://github.com/Jermolene/TiddlyWiki5/issues/4792 This problem has been reported quite frequently so I'm keen to fix it for the next

[tw5] How to sort this table primarily by count? (Code based on the Tag Manager)

2020-08-06 Thread Teo Piitulainen
Hello, I'm new here, and new to the code! I use these Tag Manager-like Tiddlers to organize my tag hierarchies. For example, this one creates a table of all my wiki's "topics" tags and shows their count next to them (on the left). Is there a way to sort the resultant table primarily by the

[tw5] Re: Journal Timestamp way off

2020-08-06 Thread Skeeve Magick
Hi Eric and also Mario. I'm stupid! Of course the $:/tagged/journal tiddler was copy by me. This is its content: \whitespace trim \define journalButtonTags() [[$(currentTiddlerTag)$]] $(journalTags)$ \end \define journalButton() <$button tooltip={{$:/language/Buttons/NewJournalHere/Hint}}