[tw5] Re: Visit these links for more TiddlyWiki information

2020-08-25 Thread Eric Shulman
My intent in creating this post was to move much of the "Welcome" message into an "announcement" post that would be set to "display at top", so that it would always be available without overflowing the limited "Welcome" space provided by the new Google Groups interface. However, it seems that

[tw5] Re: "List Fields" Filter : Data contains "space" or [[SingleWord]]

2020-08-25 Thread Eric Shulman
On Tuesday, August 25, 2020 at 4:04:20 AM UTC-7, Mohamed Amin wrote: > > Suppose that I've 3 Tiddlers (Tdler01, Tdler02 and Tdler03) and all of > them has filed called "status" with the following values:- > Tdler01.status = MyData > Tdler02.status = [[MyData]] > Tdler03.status = [[My Data]] > >

[tw5] Re: Macro Call : Passing TiddlerName with quotations

2020-08-24 Thread Eric Shulman
On Monday, August 24, 2020 at 1:41:42 PM UTC-7, Mohamed Amin wrote: > > ... I've a simple Macro to get all Tiddler by "status" : > \define getWithStatus(myStatus) > <$list filter="[all[tiddlers]contains:status[$myStatus$]]" /> > \end > As expected, when I run the below macro command: > <> > The

[tw5] Visit these links for more TiddlyWiki information

2020-08-24 Thread Eric Shulman
- Visit tiddlywiki.com to use, learn, read about & download TiddlyWiki - Discussions about TiddlyWiki Classic have moved to the TiddlyWikiClassic group - See the TiddlyWikiDev

[tw5] Re: Need dropdown to open tiddlers

2020-08-23 Thread Eric Shulman
On Sunday, August 23, 2020 at 7:59:32 PM UTC-7, TW Tones wrote: > > The compact version did not work for me on tiddlywiki.com, however the > previous does. > It works for me on TiddlyWiki.com. GoogleGroups has a bad habit of adding newlines where they don't belong. Perhaps that's what happened

[tw5] Re: Need dropdown to open tiddlers

2020-08-23 Thread Eric Shulman
On Sunday, August 23, 2020 at 9:41:38 AM UTC-7, Eric Shulman wrote: > > Here's a different solution, using a popup $reveal with $buttons: > <$button popup=<>> goto > <$reveal type="popup" state=<> >class="tc-drop-down" > style="

[tw5] Re: Move snippet of text field into custom field

2020-08-23 Thread Eric Shulman
On Sunday, August 23, 2020 at 1:07:59 PM UTC-7, History Buff wrote: > > It works great. I'm going to start looking into the next step. > Here's a version that optimizes Mark's filtering method and provides the next step (a button that sets the "charterfiled" field): <$button> extract charter

[tw5] Re: Need dropdown to open tiddlers

2020-08-23 Thread Eric Shulman
On Sunday, August 23, 2020 at 8:41:45 AM UTC-7, David Gifford wrote: > ...a dropdown list of links to tiddler titles that one can use to open one > of the titles... > ...I am guessing I need to integrate the action navigate widget, but am > not sure how... > Here's a different solution, using

[tw5] Re: Need dropdown to open tiddlers

2020-08-23 Thread Eric Shulman
On Sunday, August 23, 2020 at 8:41:45 AM UTC-7, David Gifford wrote: > > ...a dropdown list of links to tiddler titles that one can use to open one > of the titles... > ...I am guessing I need to integrate the action navigate widget, but am > not sure how... > <$vars selection=<>> <$select

[tw5] Re: "Preserving Information Context" ??? Help: I need a vocabulary lesson!

2020-08-22 Thread Eric Shulman
On Saturday, August 22, 2020 at 7:49:26 PM UTC-7, TW Tones wrote: > > Of late when I follow your links to tiddlytools, I get something like this > below > I am then at a loss what to do? > In this particular instance, the "history" tiddler (actually TiddlyTools/History) is just an internal

Re: [tw5] Re: How do I indent?

2020-08-22 Thread Eric Shulman
On Saturday, August 22, 2020 at 1:51:46 PM UTC-7, Moe Gibbs wrote: > > Oh, for the love of hockey. > Is that *Ice* Hockey or *Field* Hockey? :) -e -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop

Re: [tw5] Re: How do I indent?

2020-08-22 Thread Eric Shulman
On Saturday, August 22, 2020 at 1:24:41 PM UTC-7, Moe Gibbs wrote: > > Perhaps I'm not expressing myself clearly enough. > Indeed. There is a difference between "paragraph indentation" and "block indentation". In your OP, you said "a simple indent", so it was not clear which kind of

[tw5] Re: "Preserving Information Context" ??? Help: I need a vocabulary lesson!

2020-08-22 Thread Eric Shulman
On Saturday, August 22, 2020 at 1:00:00 PM UTC-7, Charlie Veniot wrote: > > All of that rambling to ask: this thing I like (preserving infomation > context), does anybody have any alternative expression(s) that might make > more sense, or (to not reinvent the wheel) an already existing

[tw5] Re: How do I indent?

2020-08-22 Thread Eric Shulman
On Saturday, August 22, 2020 at 12:36:45 PM UTC-7, Moe Gibbs wrote: > > Just a simple indent, for the love of football! Seriously, why is > something so simple so hard to find? To indent, use CSS "margin-left" or "padding-left", like this: @@margin-left:1em; This is some text that appears on

[tw5] Re: Dropdown menu to add one tag and remove another?

2020-08-21 Thread Eric Shulman
On Friday, August 21, 2020 at 4:49:49 PM UTC-7, Beckstrom wrote: > > What I'd like is to be able to have a dropdown menu of 3 items for > instance: "inbox" "in progress" "done," and when I select one of them, that > tag is added and the other two (if they exist in the tiddler) are removed. >

[tw5] Re: Is it possible to automatically link tiddlers on this Journal tiddler?

2020-08-21 Thread Eric Shulman
On Friday, August 21, 2020 at 8:48:34 AM UTC-7, justinehe...@gmail.com wrote: > > Hello! This is what happened and it did not link the tiddlers that I made > earlier :< (Idk if this helps but my journal has a color & an icon) If your tiddlers aren't tagged with "journal", they won't show up.

[tw5] Re: Is it possible to automatically link tiddlers on this Journal tiddler?

2020-08-21 Thread Eric Shulman
On Friday, August 21, 2020 at 6:35:23 AM UTC-7, justinehe...@gmail.com wrote: > > So the tiddlers linked here goes on until 2020 and I wanted to > automatically link it so that I don't have to edit it on this journal and > put the dates and so on. Will u help me? > Here's a bit of wikitext

[tw5] Re: No newline in the quote part

2020-08-21 Thread Eric Shulman
On Friday, August 21, 2020 at 6:16:44 AM UTC-7, imleg...@gmail.com wrote: > > Plz check that the newline mark not shown in the quote part after render, > why this happpened. > > I think the quote content should be > export x > export x > export x > > like this. > As with all web

Re: [tw5] Re: Can this be toggled just like the feature in Notion?

2020-08-21 Thread Eric Shulman
On Friday, August 21, 2020 at 1:12:05 AM UTC-7, jin wrote: > > I believe its called sliders here in tw5. I wanted to toggle the 2018 link > as shown above in my tiddler so I can expand the other tiddlers inside 2018 > or not > "sliders" is old terminology from the original TiddlyWiki Classic

[tw5] Re: Can this be toggled just like the feature in Notion?

2020-08-21 Thread Eric Shulman
On Friday, August 21, 2020 at 12:24:18 AM UTC-7, justinehe...@gmail.com wrote: Can *WHAT* be toggled? Please describe, using words, what you want to achieve. Keep in mind that not everyone is familiar with "Notion" or its features. -e -- You received this message because you are subscribed

[tw5] Re: How to have a TOC that displays tags?

2020-08-20 Thread Eric Shulman
On Thursday, August 20, 2020 at 8:28:52 AM UTC-7, jin wrote: > > Someone recommended me to see Chameleon's Wiki > and her TOC is displayed as tags. I wanted to do that too. But I don't know > how. Can you help me? Also, can I search tags or do I have to always look >

[tw5] Re: Delete confirmation for blank tiddlers

2020-08-20 Thread Eric Shulman
On Thursday, August 20, 2020 at 5:15:09 AM UTC-7, kebi wrote: > > Thanks Tony and Eric for your analyses, in > *$:/core/modules/widgets/navigator.js* I tried removing the following > condition > || (tiddler.fields.text || "") > and now it always asks before deletion. > Hmm... I think that

[tw5] Re: Delete confirmation for blank tiddlers

2020-08-20 Thread Eric Shulman
On Wednesday, August 19, 2020 at 10:42:25 PM UTC-7, TW Tones wrote: > > >- A Quick look at the delete tiddler button $:/core/ui/Buttons/delete >shows it uses the button message="tm-delete-tiddler >" > > The processing for

[tw5] Re: Delete confirmation for blank tiddlers

2020-08-19 Thread Eric Shulman
On Wednesday, August 19, 2020 at 5:00:46 PM UTC-7, kebi wrote: > > by default if a tiddler contains some text in its body TiddlyWiki is gonna > ask if you are sure about deleting the tiddler, but it won't ask anything > if the body is empty. > That is not the experience I get when I try the

[tw5] Re: Lost in transclusion

2020-08-18 Thread Eric Shulman
On Tuesday, August 18, 2020 at 10:06:59 AM UTC-7, Werner wrote: > > I am referring to a tiddler called activeDossier whose contents refers to > a JSON data tiddler. Tiddler content > is {{$:/data/CI/companyRegister##1/name}}. > > <$set name="theCompany" value={{$:/data/CI/activeDossier}}> >

[tw5] Re: Find backlinks inside a macrocall

2020-08-18 Thread Eric Shulman
On Tuesday, August 18, 2020 at 2:05:26 AM UTC-7, harut...@gmail.com wrote: > > [all[current]backlinks[]] > doesn't return the backlinks wrote inside a macrocall, like this one: > <$macrocall $name="remembercz" text="[[example backlink]]"/> > To fix that issue I wanted to create a filter that

Re: [tw5] Re: Time Tracking in TiddlyWiki?

2020-08-17 Thread Eric Shulman
On Monday, August 17, 2020 at 8:05:06 PM UTC-7, Eric Shulman wrote: > > On Monday, August 17, 2020 at 7:32:27 PM UTC-7, TW Tones wrote: >> >> An observation fyi but no expectation of remedy, my windows HTA version >> the clock in the sidebar does not tick. >> &g

Re: [tw5] Re: Time Tracking in TiddlyWiki?

2020-08-17 Thread Eric Shulman
On Monday, August 17, 2020 at 7:32:27 PM UTC-7, TW Tones wrote: > > An observation fyi but no expectation of remedy, my windows HTA version > the clock in the sidebar does not tick. > Hmm... that's odd. The first thing to do is to check to see if TiddlyTools/Timer/Ticker is actually running by

[tw5] Re: Transclude a list of tiddlers with the same name as currentTiddler

2020-08-17 Thread Eric Shulman
On Monday, August 17, 2020 at 7:29:02 PM UTC-7, kebi wrote: > > My tiddlers have the following titles > > Title > - Title/1 > - Title/2 > - Title/3 > > When using transclude in Title (currentTiddler) I want to show all the sub > tiddlers, something like this: > <$transclude tiddler= < >> /> >

[tw5] Re: Get the text of a tiddler from a field containig the title

2020-08-17 Thread Eric Shulman
On Monday, August 17, 2020 at 5:58:45 PM UTC-7, kebi wrote: > > I'm using a plugin that creates a field named "parent" that contains the > title of another tiddler. > If I use <$view name={{!!parent}} /> I get the text of the tiddler > contained in "parent". > The problem is that I need to use

Re: [tw5] Re: Time Tracking in TiddlyWiki?

2020-08-17 Thread Eric Shulman
Update August 17 4pm PDT: http://TiddlyTools.com/timer.html * IMPORTANT: TiddlyTools/Timer/Ticker adjusts for "drift" due to Alarms and CountDown processing overhead. \define ticker(delay:1000) <$action-timeout delay="$delay$" actions=""" <$action-setfield $tiddler="$:/temp/timer/ticker"

[tw5] Re: Temporarily getting rid of camel case

2020-08-17 Thread Eric Shulman
On Monday, August 17, 2020 at 6:45:32 AM UTC-7, Werner wrote: > > Eric, your solution only seems to work with static text, like > \rules except wikilink > CamelCaseText > > and not in a situation when the camel case text is generated > programatically like transclusion. > Any clue would be

[tw5] Re: How to add video to tiddler

2020-08-16 Thread Eric Shulman
On Sunday, August 16, 2020 at 10:36:40 AM UTC-7, Man GuyDude wrote: > > what about things like autoplaying and loopin > OK... this works: <$wikify name=URI text=<>> >> You can omit any of the "controls", "autoplay", or "loop" attributes. Of course, if you omit *both* "controls" and "autoplay",

[tw5] Re: How to add video to tiddler

2020-08-16 Thread Eric Shulman
On Sunday, August 16, 2020 at 10:02:03 AM UTC-7, Man GuyDude wrote: > > how can you take a video you imported and use it in the video html > > > Your browser does not support the video tag. > > all i have is that and the video doesnt load but if i use a web link it > does > TiddlyWiki

[tw5] Re: Help with WikiText Macro

2020-08-15 Thread Eric Shulman
On Saturday, August 15, 2020 at 11:42:38 AM UTC-7, Mark S. wrote: > > On Saturday, August 15, 2020 at 11:36:52 AM UTC-7, Eric Shulman wrote: >> >> The "else" filter only works if the preceding filter produces NO >> result... but if the {!!name} field exists, it h

[tw5] Re: Help with WikiText Macro

2020-08-15 Thread Eric Shulman
On Saturday, August 15, 2020 at 10:47:33 AM UTC-7, Mark S. wrote: > > What I don't understand, is why this filter didn't work : > [{!!name}else{!!title}] > If name doesn't exist, then it doesn't display anything, despite the > definition of "else" > > if the list of input titles is empty then

[tw5] Re: Help with WikiText Macro

2020-08-15 Thread Eric Shulman
On Saturday, August 15, 2020 at 9:40:47 AM UTC-7, Adithya B M wrote: > > Can you suggest any better way to extract the a "excerpt" of a tiddler? > I found this get_extract function searching this forum but it kind of > breaks the text by eating the formatting html. I just want plaintext of the >

[tw5] Re: Help with WikiText Macro

2020-08-15 Thread Eric Shulman
On Saturday, August 15, 2020 at 8:39:40 AM UTC-7, Adithya B M wrote: > > Please look at the code below. In this, the get-extract() should called if > the description field is absent. How could this be made to work? > \define get_description() > <$text text={{{ [get[description]else >] }}} /> >

[tw5] Re: Help with WikiText Macro

2020-08-15 Thread Eric Shulman
On Saturday, August 15, 2020 at 6:38:47 AM UTC-7, Adithya B M wrote: > > This solves the problem halfway. This seems to print the title as a link > to the . Use the <$text> widget, like this: <$text text={{{ [all[current]get[name]else{!!title}] }}} /> note also that you can use the

Re: [tw5] Re: Time Tracking in TiddlyWiki?

2020-08-15 Thread Eric Shulman
On Friday, August 14, 2020 at 11:59:12 PM UTC-7, TW Tones wrote: > > ... I was not sure which are dependencies and which are options. > Have you planed to package these in a particular way or can you provide a > little guidance as to how we can take these wonderful tools to our wikis? I've

Re: [tw5] Re: Time Tracking in TiddlyWiki?

2020-08-15 Thread Eric Shulman
Update August 15 1am PDT: http://TiddlyTools.com/timer.html Another bit of PERFORMANCE IMPROVEMENT... > Previously... I said that CountDown and AutoSaver still started separate timeouts (instead of the new *shared* TiddlyTools/Timer/Ticker StartupAction). I had *claimed* that they don't

Re: [tw5] Re: Time Tracking in TiddlyWiki?

2020-08-14 Thread Eric Shulman
Update August 14 7pm PDT: http://TiddlyTools.com/timer.html MAJOR PERFORMANCE IMPROVEMENT! Previously: each timer, clock, countdown and alarm created a separate timeout. This resulted in increasing overhead as more clocks, timers, etc. were in use. Now: A new tiddler has been added:

[tw5] Re: How to post code snippet

2020-08-14 Thread Eric Shulman
On Friday, August 14, 2020 at 11:00:11 AM UTC-7, Rob Jopling wrote: > > The answer to this might be obvious but please can someone explain how I > post a code snippet in a box for comments. When you use the Google Groups editor to enter a message, the last button on the toolbar is "{ }" Enter

[tw5] Re: Temporarily getting rid of camel case

2020-08-14 Thread Eric Shulman
On Friday, August 14, 2020 at 8:40:02 AM UTC-7, Werner wrote: > > Camel case is sort of an annoyance for me. I don't want to switch it off > completely, but sometimes I don't want it while transcluding. Here's an > example: I run a company database, and companies sometimes have camel case >

[tw5] Re: Siblings Macro

2020-08-12 Thread Eric Shulman
On Wednesday, August 12, 2020 at 5:48:17 PM UTC-7, amreus wrote: > > I have a little macro that lists the siblings of a person tiddler. > Simplified, it looks like so: > \define siblings() > ''Siblings'' > <$list filter="[has[famc]field:famc{!!famc}]"> > <$link>{{!!caption}} > > \end > This

[tw5] Re: How to set the focus to edit pane for exist tiddler?

2020-08-12 Thread Eric Shulman
On Wednesday, August 12, 2020 at 7:23:05 AM UTC-7, Zhe Lee wrote: > > I find a option in the setting for > > Default focus field for new tiddlers > > > I think for exist tiddler I need focus on edit pane by default but can't > find the option

Re: [tw5] Re: Time Tracking in TiddlyWiki?

2020-08-11 Thread Eric Shulman
Update August 11 6pm PDT: http://TiddlyTools.com/timer.html NEW TIDDLER ADDED: *TiddlyTools/Timer/Alarms* Displays a digital AlarmClock that can have multiple alarms set. - To define an alarm, begin by selecting Once, Daily, or a specific Day of the week. - If you select Once, select

[tw5] Re: Convert the output of a variable to plain text

2020-08-10 Thread Eric Shulman
On Monday, August 10, 2020 at 7:00:44 PM UTC-7, kebi wrote: > > Eric thanks so much for the detailed explanation, however the macro > "rememberq" doesn't seem to process the reference <> > correctly. > for some reason <$text text=<<__reference__>>/> doesn't return the title > I'm looking for. >

[tw5] Re: Convert the output of a variable to plain text

2020-08-10 Thread Eric Shulman
On Monday, August 10, 2020 at 6:21:15 PM UTC-7, kebi wrote: > > Hello guys, I'm trying to recall a macro with a reference field using the > following code > > <$macrocall $name="rememberq" id=<> question="Q" >> answer="A" reference=<>/> >> > > The problem is that the reference field only

[tw5] Re: Are there possibilities to salvage a broken tiddlywiki?

2020-08-10 Thread Eric Shulman
On Monday, August 10, 2020 at 2:42:05 PM UTC-7, Tag Schatten wrote:. > > >1. > >She uses Tiddlywiki 5.1.22 and stores locally. >2. > >It does not start with the startpage but with the tiddler in the >screenshot („Rechnungsstellung“) >3. > >The Recent-Tab

[tw5] Re: html bleeding through from template or macro?

2020-08-09 Thread Eric Shulman
On Sunday, August 9, 2020 at 7:48:27 PM UTC-7, amreus wrote: > > Trying to understand templates and macros. Can someone see why the HTML > is bleeding through from my template and/or macros? > http://amreus.tiddlyspot.com/ > In personViewTemplate, you have an opening , but no matching

[tw5] Re: Filter advanced search

2020-08-09 Thread Eric Shulman
On Sunday, August 9, 2020 at 5:04:13 AM UTC-7, Bob Flandard wrote: > > I'm trying and failing to write a filter expression that lists all > tiddlers that are tagged "some name" (call this list of tiddlers resultA) > and then extend that list to include all tiddlers that are tagged with the >

Re: [tw5] Re: Time Tracking in TiddlyWiki?

2020-08-09 Thread Eric Shulman
Update August 9 7:43am PDT: http://TiddlyTools.com/timer.html On Sunday, August 9, 2020 at 3:08:53 AM UTC-7, Pit.W. wrote: No problems running it so far. It exactly meets what I need for a task I am > working on, so I use it for productivity. All fine so far. > found a few configuration

[tw5] Re: Time Tracking in TiddlyWiki?

2020-08-08 Thread Eric Shulman
cause too much grief for anyone who had been using the previous version... Please let me know right away if you run into any problems with using this update. enjoy, -e On Wednesday, August 5, 2020 at 8:38:39 AM UTC-7, Eric Shulman wrote: > > update August 5, 08:30: http://Tiddly

[tw5] Re: Add extra elements to a typed list that has been transcluded?

2020-08-08 Thread Eric Shulman
On Saturday, August 8, 2020 at 11:01:41 AM UTC-7, si wrote: > > I have a typed list in a tiddler: > # First entry > # Second entry > # Third entry > I want to transclude it into another tiddler, and then add additional > elements to the list: > It's not pretty, but this will work: <$vars

[tw5] Re: Issue Installing TiddlyMap

2020-08-07 Thread Eric Shulman
On Friday, August 7, 2020 at 12:54:25 PM UTC-7, ☼ M ☼ wrote: > > Not even deleting the wiki and downloading an empty one again. I guess the > plugin is somewhere in my computer. If I just could find out where and > delete everything it might work. > Are you using a NodeJS installation of

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

2020-08-07 Thread Eric Shulman
On Friday, August 7, 2020 at 8:37:37 AM UTC-7, Teo Piitulainen wrote: > > Thank you, that solved it! > YAY! > (The cloud view was actually quite unusable with some of my categories > containing >100 entries and their counts ranging from 1 to triple digits > :-) ) > In

[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 >

[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

[tw5] Re: Journal Timestamp way off

2020-08-05 Thread Eric Shulman
On Monday, August 3, 2020 at 6:34:07 AM UTC-7, Skeeve Magick wrote: > > Tiddler "ToDo" contains > <$list filter="[all[current]tagging[]]"> > {{||$:/tagged/journal}} <$link /> (Letzter Eintrag: <$list > filter="[all[current]tagging[]!sort[created]limit[1]]" />) > > > The Journal tiddler new

Re: [tw5] Filter double conditional problem

2020-08-05 Thread Eric Shulman
On Wednesday, August 5, 2020 at 11:17:29 AM UTC-7, Mark Green wrote: > > If the current tiddler > - doesn't have the "reaction" tag > - doesn't have an "a-actions" field > - has a "m-components" list with one member > - then display an extra icon. > What if you test the list first, like

[tw5] Re: Time Tracking in TiddlyWiki?

2020-08-05 Thread Eric Shulman
update August 5, 08:30: http://TiddlyTools.com/timer.html * AnalogClock/DigitalClock - handle leap years in "days per month" (dpm) calculations in adjustForTimezone() <$vars leap={{{ [divide[4]split[.]count[]match[1]then[yes]] }}}> <$setname="dpm"

[tw5] Re: Time Tracking in TiddlyWiki?

2020-08-04 Thread Eric Shulman
update August 4, 16:05: http://TiddlyTools.com/timer.html * AnalogClock/DigitalClock - fixed "days per month" (dpm) calculations in adjustForTimezone() This wasn't actually working before, but I didn't notice because date wraparound for July/August, both

[tw5] Re: How to avoid tags generated when using ViewWidget on tiddlers with html code

2020-08-04 Thread Eric Shulman
On Tuesday, August 4, 2020 at 10:36:53 AM UTC-7, Adithya B M wrote: > > The problem is there even on a a blank Tiddlywiki. The tags are > inserted even though the 'Hello' tiddly contains only the > content. Perhaps you can use normal transclusion, and leave the HTML generation for the

[tw5] Re: How to: adding comments in wiki text

2020-08-04 Thread Eric Shulman
On Monday, August 3, 2020 at 6:12:04 PM UTC-7, TW Tones wrote: > > And when defining macros you can do something similar to Marks suggestion > Rather than using \define comment() your text here I like to use \define () your text here (all dashes IS a valid macro name!) It

[tw5] Re: Time Tracking in TiddlyWiki?

2020-08-04 Thread Eric Shulman
On Saturday, August 1, 2020 at 10:20:32 PM UTC-7, Eric Shulman wrote: > > The AnalogClock and DigitalClock now support optionally specifying the > timezone offset. > 2) It needs to handle MINUTE timezone offset (there's a few timezones that > aren't on the even hours especial

[tw5] Re: Thick black borders of all inputbox: is there any plan to fix it

2020-08-04 Thread Eric Shulman
On Tuesday, August 4, 2020 at 8:29:50 AM UTC-7, Atronoush wrote: > Recently Eric in another post informed on the change in Chromium based > browser on input elements border thickness which cause inconsistent > appearance of such elements in Tiddlywiki UI. He also posted a patch! > My question

[tw5] Re: List-tagged-draggable text width

2020-08-03 Thread Eric Shulman
On Monday, August 3, 2020 at 5:37:18 PM UTC-7, TW Tones wrote: > > I changed the template and it displayed correctly, but no drag and drop. > <$transclude tiddler={{!!title}} mode=block/> > That template didn't work for me when I tried it on tiddlywiki.com... But this template did:

[tw5] Re: Can I add the advanced search with a Filter under the normal search?

2020-08-02 Thread Eric Shulman
On Sunday, August 2, 2020 at 3:15:02 PM UTC-7, Rafael Oliveira wrote: > > it'd be nice if I could add a condition that relies on the tag used. The > pseudocode would look like: > \define lingo-base() $:/language/Search/ > if ( tag === "$:/tags/AdvancedSearch" ) { > <> > } > > > <$edit-text

[tw5] Re: Can I add the advanced search with a Filter under the normal search?

2020-08-02 Thread Eric Shulman
On Sunday, August 2, 2020 at 2:35:51 PM UTC-7, Rafael Oliveira wrote: > > I'd like to leave the searching option available on the main page of my TW > like the following: > But the configuration on *ControlPanel/Appearance/Toolbars/Page Toolbar* > doesn't list even the normal search... Is there

[tw5] Re: Is there a way of exporting only my current open tiddlers?

2020-08-02 Thread Eric Shulman
On Sunday, August 2, 2020 at 2:19:13 PM UTC-7, Rafael Oliveira wrote: > > Just as a curiosity... When a button with a custom functionality is > created inside a tiddler like you did now. Can I add this button on my View > Toolbar or Page Toolbar by pointing to that created Tiddler somehow? >

[tw5] Re: Is there a way of exporting only my current open tiddlers?

2020-08-02 Thread Eric Shulman
On Sunday, August 2, 2020 at 12:52:56 PM UTC-7, Rafael Oliveira wrote: > > I understand I can filter the tiddlers I want to export and export > tiddlers individually as described on the documentation > . However, is there > any way of

[tw5] Re: Time Tracking in TiddlyWiki?

2020-08-02 Thread Eric Shulman
On Saturday, August 1, 2020 at 10:20:32 PM UTC-7, Eric Shulman wrote: > > The AnalogClock and DigitalClock now support optionally specifying the > timezone offset. > see http://tiddlytools.com/timer.html#SampleWorldClocks > > The math was tricky... and it still has two issues

Re: [tw5] Re: CSV table

2020-08-02 Thread Eric Shulman
On Sunday, August 2, 2020 at 2:30:49 AM UTC-7, Ankit Mittal wrote: > > Once again thanks for the jasonmangler plugin - I absolutely love it. > LOL! "jasonmangler" sounds like a reference to Jason Voorhees, the main a character in the "Friday the 13th" series of horror films. In contrast,

[tw5] Re: Time Tracking in TiddlyWiki?

2020-08-02 Thread Eric Shulman
On Sunday, August 2, 2020 at 12:19:21 AM UTC-7, Birthe C wrote: > > I am from Denmark. Copenhagen is GMT+1, but right now we have summertime > GMT+2. I guess summertime also will represent problems around the globe. > Yes... "Summertime" (aka Daylight Saving Time) is highly problematic for

[tw5] Re: Time Tracking in TiddlyWiki?

2020-08-01 Thread Eric Shulman
On Saturday, August 1, 2020 at 5:59:51 PM UTC-7, Eric Shulman wrote: > > Unfortunately, I've just found a nasty logic error in my handling for > timezone. It doesn't work right when calculating across date boundaries. > For example, my time zone is UTC-7 (Pacific Time), and I wa

[tw5] Re: Time Tracking in TiddlyWiki?

2020-08-01 Thread Eric Shulman
On Saturday, August 1, 2020 at 5:44:21 PM UTC-7, TW Tones wrote: > > The world clocks are wonderful, My family use is likely to be Australia > and France, and perhaps other Australian Time Zones, so we only need two or > more clocks to make this a valuable feature. I will see if I can source a

[tw5] Re: Time Tracking in TiddlyWiki?

2020-08-01 Thread Eric Shulman
On Saturday, August 1, 2020 at 1:14:43 AM UTC-7, TW Tones wrote: > > Before attempting to hack the clocks can you see an easy way to set them > to operate in different time Zone's? > It wasn't exactly "easy"... but I've added the ability to set a custom timezone offset for displaying the Analog

[tw5] Re: How can I make my tiddlers display both the last modified date and the created date?

2020-07-31 Thread Eric Shulman
On Friday, July 31, 2020 at 10:00:20 PM UTC-7, Rafael Oliveira wrote: > > By default, tiddlywiki shows on its header only the last modified date of > the tiddler: > > > I'd like to make it display both the last modified date and its creation > date as well... I've tried searching for a parameter

[tw5] Re: Is there any way of creating a shortcut that makes my tiddlers show only their titles?

2020-07-31 Thread Eric Shulman
On Friday, July 31, 2020 at 9:45:29 PM UTC-7, Rafael Oliveira wrote: > > Thanks again Eric, > May I assume that it's also true for the icons on the right? > Those icons are referred to as the "Page toolbar". You can select *and re-order* the toolbar icons directly from the $:/ControlPanel,

[tw5] Re: Why the macro "timeline Macro (Examples)" from the official documentation doesn't work on my local TiddlyWiki?

2020-07-31 Thread Eric Shulman
On Friday, July 31, 2020 at 9:24:03 PM UTC-7, Rafael Oliveira wrote: > > Wow, this PowerSearch tiddler really simplifies the searches that I can > do. It also will help me understand better how to create macros on TW. > Thanks for sharing it :) > You're welcome! > 1- I was looking inside the

[tw5] Re: Time Tracking in TiddlyWiki?

2020-07-31 Thread Eric Shulman
On Friday, July 31, 2020 at 6:13:11 PM UTC-7, TW Tones wrote: > > Thanks for the timer actions it adds a powerful dimension. > This is more than enough for many applications however perhaps in future > we could supply the action tiddlername as a variable or parameter. > I've reworked how the

[tw5] Re: Time Tracking in TiddlyWiki?

2020-07-31 Thread Eric Shulman
On Friday, July 31, 2020 at 2:52:37 PM UTC-7, Eric Shulman wrote: > > On Friday, July 31, 2020 at 11:41:26 AM UTC-7, TiddlyTweeter wrote: >> >> Fabulously flexible and useful tool! Could replace the smorgasbord of >> not-interworking time tools I currently use. >&

[tw5] Re: Why the macro "timeline Macro (Examples)" from the official documentation doesn't work on my local TiddlyWiki?

2020-07-31 Thread Eric Shulman
On Friday, July 31, 2020 at 2:55:28 PM UTC-7, Rafael Oliveira wrote: > > 1- A search that get all tiddlers that have a specific word inside the > title ( In a regular expression it'd be something like "^.*word.*$"). Let's > say the name of the tiddler is "create icons on tiddlywiki", if I search

[tw5] Re: Time Tracking in TiddlyWiki?

2020-07-31 Thread Eric Shulman
On Friday, July 31, 2020 at 11:41:26 AM UTC-7, TiddlyTweeter wrote: > > Fabulously flexible and useful tool! Could replace the smorgasbord of > not-interworking time tools I currently use. > In one vital case I'd like to trigger sound alarms on end of countdowns > (alerts for taking tablets). >

[tw5] Re: Is there any way of creating a shortcut that makes my tiddlers show only their titles?

2020-07-31 Thread Eric Shulman
On Friday, July 31, 2020 at 2:28:53 PM UTC-7, Rafael Oliveira wrote: > > Is there also a tiddler where I can define the order of the icons on the > bar? > 1) Create a tiddler (any name) containing: <> 2) When you view that tiddler, it will show a "tag pill" for $:/tags/ViewToolbar 3) Click the

[tw5] Re: How to build a new tiddler title for <$button>

2020-07-31 Thread Eric Shulman
On Friday, July 31, 2020 at 12:41:19 PM UTC-7, Mark Hylton wrote: > > How do I programmatically build a string to be used as the title for a new > tiddler (<$button> ... $message="tm-new-tiddler" ... title=???)? > I'm trying to use <$button> to start a new tiddler, but I can't get the > title

[tw5] Re: Time Tracking in TiddlyWiki?

2020-07-31 Thread Eric Shulman
On Wednesday, July 29, 2020 at 8:50:33 AM UTC-7, Mat wrote: > > Eric Shulman wrote: >> >> uh oh. This suggests something bad about how my $action-timeout code >> works. Since the timeout widget re-invokes itself each second, I think >> it's leaving behind the prev

[tw5] Re: Curious Observation great date hack?, title field synonymous with currentTiddler & optional challenge.

2020-07-31 Thread Eric Shulman
On Friday, July 31, 2020 at 6:09:12 AM UTC-7, TW Tones wrote: > > That utc often bites me back. > Yeah if you are just showing dates, then it can *seem* to work, depending on what time of day it is when you test! -e -- You received this message because you are subscribed to the

[tw5] Re: [Thumbnail] Using Tiddler as a Thumbnail

2020-07-31 Thread Eric Shulman
On Friday, July 31, 2020 at 5:25:34 AM UTC-7, Prestige wrote: > > Also CJ, whats that macro you have " <$design ". I need that :p > That would this *widget*: https://tid.li/tw5/plugins.html#DetailsWidget -e > -- You received this message because you are subscribed to the Google Groups

[tw5] Re: Curious Observation great date hack?, title field synonymous with currentTiddler & optional challenge.

2020-07-31 Thread Eric Shulman
Tony, one small detail: The <$view> widget's time output is shifted by time zone. To correct for this, the output template needs to use the "[UTC]" prefix. Thus, for my timezone (West coast, US which is currently 7 hours behind UTC) <$tiddler tiddler="20200731120"> <$view field="title"

[tw5] Re: Is there any way of creating a shortcut that makes my tiddlers show only their titles?

2020-07-31 Thread Eric Shulman
On Thursday, July 30, 2020 at 10:15:00 PM UTC-7, Rafael Oliveira wrote: > > Thanks TW Tones, I liked the "fold tiddler" option on ControlPanel > > Appearance > Toolbars > View Tool Bar ... However, is there any kind of > tweak for showing the text only in some buttons and not in others? I mean

[tw5] Re: Is there any way of creating a shortcut that makes my tiddlers show only their titles?

2020-07-31 Thread Eric Shulman
On Friday, July 31, 2020 at 1:14:46 AM UTC-7, TW Tones wrote: > > I am sorry I do not understand what you are asking for here. > You show an icon, with formatted title and tag pills on the right! > Those aren't tag pills. That is the tiddler's view toolbar, with the "Toolbar Button Style" set

[tw5] Re: Why the macro "timeline Macro (Examples)" from the official documentation doesn't work on my local TiddlyWiki?

2020-07-31 Thread Eric Shulman
On Thursday, July 30, 2020 at 10:44:26 PM UTC-7, Rafael Oliveira wrote: > > I'm running the official documentation samples now :) > > Just one curiosity about how to import tiddlers properly... On the > official documentation all the tiddlers in $:/editions/tw5.com are the > following: > You

[tw5] Re: Curious Observation great date hack?, title field synonymous with currentTiddler & optional challenge.

2020-07-30 Thread Eric Shulman
On Thursday, July 30, 2020 at 7:02:51 PM UTC-7, TW Tones wrote: > > For example provide a literal date as a variable via the list, but use the > title as a field > <$list filter="[[20210506]]"> > <$view field=title format="date" template="-0MM-0DD"/> > > Very clever! Note also that you can

[tw5] Re: Is there any way of creating a shortcut that makes my tiddlers show only their titles?

2020-07-30 Thread Eric Shulman
On Thursday, July 30, 2020 at 6:48:47 AM UTC-7, Rafael Oliveira wrote: > > I'd like to create a shortcut that will toggle between hiding/showing the > body of my open tiddlers... > Let's say I press *ctrl+shit+alt+t*, I'd like to see these same three > tiddlers ... folded... > After pressing

[tw5] Re: Why the macro "timeline Macro (Examples)" from the official documentation doesn't work on my local TiddlyWiki?

2020-07-30 Thread Eric Shulman
On Thursday, July 30, 2020 at 11:25:54 AM UTC-7, Rafael Oliveira wrote: > > Ah, I see... It worked now without generating those buttons. So the > $macrocall is a different macro stored in a different tiddler? What would > be the procedure to import it to my TW as well so I'll be able to create

[tw5] Re: Why the macro "timeline Macro (Examples)" from the official documentation doesn't work on my local TiddlyWiki?

2020-07-30 Thread Eric Shulman
On Thursday, July 30, 2020 at 8:35:56 AM UTC-7, Rafael Oliveira wrote: > > I was checking the timeline Macro (Examples) > on the official > TW documentation and it works fine there. However, when I import it to my > local TiddlyWiki

[tw5] Re: Time Tracking in TiddlyWiki?

2020-07-30 Thread Eric Shulman
On Thursday, July 30, 2020 at 2:51:51 AM UTC-7, Eric Shulman wrote: > > The new Timer/AutoSaver (just wrote it tonight!!!) invokes a tm-save-file > message to actually save the file. > update: http://TiddlyTools.com/timer.html * fixed handling for TiddlyTools/Timer/Setup autos

[tw5] Re: Time Tracking in TiddlyWiki?

2020-07-30 Thread Eric Shulman
On Wednesday, July 29, 2020 at 8:01:47 PM UTC-7, TW Tones wrote: > > In some cases we do not need to keep the time start and end history, and > the total time work can be added to the previous total. > Each task timer tiddler stores the start, end, elapsed, and total times as *lists* in fields.

<    2   3   4   5   6   7   8   9   10   11   >