[tw5] Re: Need help (yet again) with filter {match}

2020-05-26 Thread Eric Shulman
On Tuesday, May 26, 2020 at 4:15:31 PM UTC-7, Tony K wrote: > > relevant portion of the code below > <$vars lastEntry="""{{{ [split[]!is[blank]last[]] }}}"""> > > <$list filter="[split[]!is[blank]]" > variable="entry"> > <> <$text text=<>/> >

[tw5] Browser update to form controls and focus indicators

2020-05-25 Thread Eric Shulman
Hi All, This morning, when I loaded my current TW project which has many input forms, there was a very noticeable change in the default appearance of most form inputs. After a brief investigation, it turns out that Chrome, Edge, and other popular Chromium-based browsers have gotten a major

[tw5] Re: TiddlyDesktop method for exporting individual tiddlers (90% there)

2020-05-19 Thread Eric Shulman
On Tuesday, May 19, 2020 at 3:14:38 PM UTC-7, Jared Lettau wrote: > > Goal: To export individual tiddlers in a format where they can be imported. > Give this a try: Export tiddlers with this tag: <$edit-text tag="input" width="50" placeholder="Tag name" tiddler= "$:/temp/myfavtag"/> Found

[tw5] Re: tweaking draggable list with filter

2020-05-19 Thread Eric Shulman
On Tuesday, May 19, 2020 at 2:30:30 PM UTC-7, Dave Parker wrote: > > I'm trying to add a little indication to items in a draggable list to have > the word "done" beside the item but only if that tiddler has a tag "done" > This seems to add "done" to every item in the list, regardless of whether

[tw5] Re: Any idea how to collapse/expand section within a tiddler

2020-05-19 Thread Eric Shulman
On Tuesday, May 19, 2020 at 8:08:15 AM UTC-7, Reet Pandher wrote: > > I tried it and it displays the heading with the right arrow but when i > click on the heading to expand text, no text appears *and *the heading > disappears as well. When i click anywhere on the screen the heading >

[tw5] Re: Any idea how to collapse/expand section within a tiddler

2020-05-19 Thread Eric Shulman
On Tuesday, May 19, 2020 at 7:31:14 AM UTC-7, Reet Pandher wrote: > > Just wanted to check if there is any way to add a arrow indicator to the > collapsed section to your macro code. > Try this: \define fold(heading, text) <$reveal type="match" state=<> text=""> <$button class="tc-btn-invisible"

Re: [tw5] Re: Don't call attention to TWC

2020-05-17 Thread Eric Shulman
the "Welcome" tiddler. You will see a very large list of features that can be added to any TiddlyWiki Classic document... and, while many of these add-ons are now incorporated directly into the TiddlyWiki 5 core code, there are still many that have not (yet) been migrated or re-implemen

[tw5] Re: [Question] can I split a tiddler by lines?

2020-05-17 Thread Eric Shulman
On Saturday, May 16, 2020 at 1:38:03 PM UTC-7, Tony K wrote: > > I'm unable to find the delimiter equivalent to \n in TW5 > > Assuming I have a tiddler and I want to parse it line by line. Is it > doable? > Here's a little example: <$vars lf=" "> line count=<$count

[tw5] Re: Flatten a nested list?

2020-05-17 Thread Eric Shulman
On Sunday, May 17, 2020 at 3:59:16 PM UTC-7, TonyM wrote: > > I expect Eric or Jeremy could answer this in a moment but the fact we > three, Mat, Mark S and TonyM struggle with it for get newby's > > On Monday, 18 May 2020 07:38:33 UTC+10, Mat wrote: > >> Mark S. wrote: >>> >>> Possibly by

[tw5] Re: Filters on default tiddlers

2020-05-16 Thread Eric Shulman
On Saturday, May 16, 2020 at 2:22:14 PM UTC-7, Mark S. wrote: > > I think this will do it: > <$list filter="[] > -[{$:/DefaultTiddlers}splitregexp[\n]!is[blank]]"> > ...do things here only if the title of the current tiddler isn't in the > list of defaults... > > While $:/DefaultTiddlers is

[tw5] Re: Hide Header when ListWidget has Zero Records

2020-05-15 Thread Eric Shulman
On Friday, May 15, 2020 at 8:57:11 AM UTC-7, David wrote: > > With you guys' help, i have a good filter going that shows "Packed" items. > I'm inside another that get a list of the Contexts. That's > where the "thisContext" var comes from. > !!! <> > > <$list

[tw5] Re: is there any method to link text to the filter search result?

2020-05-15 Thread Eric Shulman
mber" which is generated by the <> macro (see https://tiddlywiki.com/#qualify%20Macro). I found the appropriate $:/state/tab tiddler by using the AdvancedSearch/Filter tab to search for " *[prefix[$:/state/tab]text[$:/core/ui/AdvancedSearch/Filter]]*". This magic number should be

[tw5] Re: Render choice of field using conditional logic

2020-05-13 Thread Eric Shulman
On Wednesday, May 13, 2020 at 1:43:15 PM UTC-7, TonyM wrote: > > Just for a Diversity of solutions, Coming late from Down under (In Sydney > Australia) > <$text text={{{ [all[current]get[caption]] ~[{!!title}] }}}/> > While the <$view> widget has built-in "fallback" handling, it can only be

[tw5] Re: Render choice of field using conditional logic

2020-05-13 Thread Eric Shulman
On Wednesday, May 13, 2020 at 12:04:43 PM UTC-7, Scott Sauyet wrote: > > I'm hoping to do that conditionally with something that works like this: > > > <$view field="caption"/><$view > field="title"/> > > > Obviously the syntax is nowhere near real, but I think it should > demonstrate what I'm

[tw5] Re: How to show text conditionally when the field is no empty?

2020-05-11 Thread Eric Shulman
empty*. If the field does not exist or is empty, the body of the $list widget is completely skipped. Thus, the "source:" label is only displayed when there is an actual value to show. enjoy, -e Eric Shulman TiddlyTools.com: "Small Tools for Big Ideas!" (tm) InsideTiddlyWi

[tw5] Re: Reordering Tiddler UI elements?

2020-05-07 Thread Eric Shulman
gs/ViewTemplate* by adding a field named "list", containing the current order of *all* the titles with the $:/tags/ViewTemplate tag. In either case, when you are done, there is one modified shadow tiddler, and the effect is the same: the tags will appear below the body content. enjoy,

[tw5] Re: Fill in the blanks: TW references

2020-05-07 Thread Eric Shulman
On Thursday, May 7, 2020 at 3:57:19 AM UTC-7, A Gloom wrote: > > The Missing Manual? > http://TiddlyTools.com/InsideTW -e -- 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

[tw5] Re: Timimi extends support to Chrome, Chromium and Opera in Linux, Mac and Windows

2020-05-04 Thread Eric Shulman
On Monday, April 27, 2020 at 6:42:54 AM UTC-7, Eric Shulman wrote: > > On Monday, April 27, 2020 at 6:37:06 AM UTC-7, Riz wrote: >> >> @Jeremy: If you could pin this for a couple of days to ensure existing >> users will be notified of the update, that would be wonderful.

[tw5] Re: Converting Geo-coordinates per Macro

2020-04-30 Thread Eric Shulman
[{!!field8}divide[1000]divide[60]] +[sum[]multiply[100]round[]divide[100]] }}}> <$vars url={{{ [title[http://maps.google.at/maps?q=]addsuffix addsuffix[+]addsuffix] }}}> > target="_blank"> [img[in Google Maps anzeigen|GoogleMaps_Logo_36.gif]] enjoy, -e Eric Shu

[tw5] Re: Macro Resolving Problem

2020-04-29 Thread Eric Shulman
to variables), but is a more compact syntax. * I omitted the setting of the state variable, since it was just setting the value to itself. * I added a variable, "when" which captures the output of the <> macro. * The "journalTiddlerName" macro then uses the $(when)

[tw5] Re: Google Groups syntax for code

2020-04-29 Thread Eric Shulman
On Wednesday, April 29, 2020 at 8:22:08 AM UTC-7, Peter Buyze wrote: > > I see people use grey boxes to put code in, or LinOnetwo uses an even more > elaborate style. > Other forums I go to usually support either HTML or markdown. > What is the syntax on this forum? > When you are editing a

[tw5] Re: search text saved

2020-04-28 Thread Eric Shulman
) -[[$:/temp/search]] -[[$:/temp/advancedsearch]] When you save your document, those two tiddlers will no longer be included. As a result, when you reload the file, the search inputs will default to blank, as desired. enjoy, -e Eric Shulman TiddlyTools.com: "Small Tools for Big

[tw5] Re: Timimi extends support to Chrome, Chromium and Opera in Linux, Mac and Windows

2020-04-27 Thread Eric Shulman
4th (1 week), at which time I will remove the pin. enjoy, -e Eric Shulman TiddlyWiki GoogleGroups Manager -- 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

[tw5] Re: URL of the current tiddler

2020-04-24 Thread Eric Shulman
On Friday, April 24, 2020 at 4:01:48 PM UTC-7, Anne-Laure Le Cunff wrote: > > Thanks Saq! I'm struggling with the URL part specifically, how do I grab > that? Thanks so much. > Take a look at the $:/info/ shadow tiddlers. They are automatically initialized when you load your TW. Here's the

[tw5] Re: Page for recent tiddlers displays captions instead of titles

2020-04-24 Thread Eric Shulman
re a lot of tiddlers, the list will be very long (e.g., try this on tiddlywiki.com, and you will get 1258 items!). You can use the [limit[...]] filter to keep the list from being too long. Thus, to only show the 50 most recent changes: <$list filter="[!is[system]!sort[modified]] -[tag[hide]]

[tw5] Re: Variable/Macro no longer works in Tag-based listWidget Loop inside the Action-SendMessage widget code

2020-04-24 Thread Eric Shulman
On Friday, April 24, 2020 at 9:53:26 AM UTC-7, David wrote: > > This variable worked fine when the listWidget loop was looping over a text > string of gathered contexts. But the filter has been changed to loop over > tags now. Apparently that macro style syntax (i.e. <> ) > doesn't quite work

[tw5] Re: Text field Carriage Returns ignored when being Included

2020-04-24 Thread Eric Shulman
On Friday, April 24, 2020 at 7:14:16 AM UTC-7, David wrote: > > with some tiddlers, the text content has some lines of text that are > double-spaced. And outputting the text like below was not honoring the > returns (e.g. an emtpy line between two lines of text), and perhaps even > not

[tw5] Re: Sorting a list by the quotient of two fields?

2020-04-22 Thread Eric Shulman
On Wednesday, April 22, 2020 at 11:30:41 AM UTC-7, si wrote: > > Hi everyone. > I'm trying to implement a particular type of task list using plain > wikitext. I stole the idea from supermemo > . > Each of my tasks is tagged *task*, and has the fields *time

Re: [tw5] Re: date format

2020-04-22 Thread Eric Shulman
On Wednesday, April 22, 2020 at 7:10:08 AM UTC-7, Peter Buyze wrote: > > Eric, sorry for a basic question, but where is the view widget located? > The date that is shown in each tiddler's heading comes from *$:/core/ui/ViewTemplate/subtitle* which shows the *modified* date, using this line:

Re: [tw5] Re: date format

2020-04-22 Thread Eric Shulman
On Wednesday, April 22, 2020 at 6:18:58 AM UTC-7, Peter Buyze wrote: > > Eric, I don't want those last digits because they add absolutely nothing, > and they only make reading the date, which lacks dashes, more difficult. I > would also like to add dashes. > Thanks for providing the link. How

[tw5] Re: date format

2020-04-22 Thread Eric Shulman
On Wednesday, April 22, 2020 at 5:40:46 AM UTC-7, Peter Buyze wrote: > > In the Info section of a tiddler there is, among other info, the created > date. > The format is mmddhhss+4 more digits. I don't want those last 4 > digits. How can I change this setting? > Actually, the format is

Re: [tw5] TiddlyWiki is live on Product Hunt

2020-04-21 Thread Eric Shulman
r the next 25 years (and beyond!), but there is always room for improvement -- both in terms of capabilities AND presentation -- and I'd still like to "share the joy" with more people, so let's just keep working toward that goal and see how far we can take it. -e Eric Shulman TiddlyTools.com: &quo

[tw5] Re: Macro with variable number of arguments

2020-04-19 Thread Eric Shulman
On Sunday, April 19, 2020 at 8:05:31 AM UTC-7, MaxGyver wrote: > > I often use the *kbd* tag for showing (keyboard) keys in my TiddlyWiki, > like that: > \define combo3(key1: "Ctrl", key2: "Shift", key3: "x") $key1$< > /kbd>+$key2$+$key3$ > So I can write: > <> > Is is possible to create a single

[tw5] Re: Return tiddlers with matching field value

2020-04-17 Thread Eric Shulman
On Friday, April 17, 2020 at 8:59:44 PM UTC-7, Steven Schneider wrote: > > How do I get a list of tiddlers with a field that has a specified value. > I have TiddlerA with tag "howdy" with field "special" with value "Yes" > You can use two nested $list widgets, like this: <$vars tagName="howdy"

[tw5] Re: copying a tiddler content to the clipboard

2020-04-17 Thread Eric Shulman
On Friday, April 17, 2020 at 1:58:29 PM UTC-7, Tiziano Solignani wrote: > > I meant to copy the tiddler content to the system clipboard, to paste > elsewhere later. Add this to your "template" tiddler: <$button message="tm-copy-to-clipboard" param={{!!text}}> Copy to clipboard enjoy, -e --

[tw5] Re: Is it possible to trigger an action with the radio widget?

2020-04-17 Thread Eric Shulman
On Friday, April 17, 2020 at 5:32:44 AM UTC-7, si wrote: > > I'm specifically trying to set a timestamp every time I use the radio > widget to change the value of a field. > The only thing I can think of currently is to create my own radio widget > functionality with buttons and the reveal

Re: [tw5] Re: McLeod

2020-04-15 Thread Eric Shulman
On Wednesday, April 15, 2020 at 9:21:27 PM UTC-7, Peter Buyze wrote: > > I tried to use the syntax *<$text text={{!!surname}} />* in a text box, > replacing "surname" with McLeod, but in the Read mode nothing is rendered. > The {{!!...}} syntax is for using the value of a field from the current

[tw5] Re: Can "search" include

2020-04-15 Thread Eric Shulman
On Wednesday, April 15, 2020 at 6:06:08 AM UTC-7, A Gloom wrote: > > The "TiddlyTools/FilterGenerators/Tags" tiddler wasn't displaying the tags > selections in columns with the latest FF. > I don't think FF needs the -moz prefix any longer. > Thanks. I've updated all the FilterGenerators to

Re: [tw5] Re: Can "search" include

2020-04-15 Thread Eric Shulman
On Wednesday, April 15, 2020 at 3:05:26 AM UTC-7, Peter Buyze wrote: > > In the Control Panel/Plug-ins tab I don't see your plug-ins listed. So, > please tell me how to uninstall the "wrong" versions 1st. > The two tiddlers are not actual "plugins" just regular tiddlers, so there's nothing

Re: [tw5] Re: Can "search" include

2020-04-14 Thread Eric Shulman
On Tuesday, April 14, 2020 at 10:22:04 PM UTC-7, Peter Buyze wrote: > > Sorry Eric, discard my previous reply, I had not seen this one. > > FYI, importing the 1st tiddler went fine. After I imported this 2nd one it > froze my wiki: clicking on links or in the search field did nothing. > I've

[tw5] Re: Can "search" include

2020-04-14 Thread Eric Shulman
On Tuesday, April 14, 2020 at 10:46:29 AM UTC-7, Eric Shulman wrote: > > The following gives you an interface that constructs more specific search > filters: > > http://tiddlytools.com/filtergenerators.html#TiddlyTools%2FFilterGenerators%2FPowerSearch > Copy the above tiddle

[tw5] Re: Can "search" include

2020-04-14 Thread Eric Shulman
On Tuesday, April 14, 2020 at 9:51:57 AM UTC-7, Peter Buyze wrote: > > I have some fields in my tiddlers filled in with text, such as names, > URLs, etc. > A normal search in the search box does not yield any info from the field > values, and Advanced search does not cover it either. Is there

Re: [tw5] Book listing tiddler

2020-04-13 Thread Eric Shulman
On Monday, April 13, 2020 at 12:31:44 AM UTC-7, Peter Buyze wrote: > > Mat, would you be willing to tell me how that nice table on the Read mode > of the tiddler is done? > See screenshot. > See http://forpeter.tiddlyspot.com/#ViewTemplate which is tagged with $:/tags/ViewTemplate, and

[tw5] Re: JS error

2020-04-12 Thread Eric Shulman
On Sunday, April 12, 2020 at 5:04:49 AM UTC-7, Peter Buyze wrote: > > See screenshot attached. > I get this error when I want to save my TW file. Restarting TW and > refreshing the browser makes no difference. > A quick Google search for "GM_registerMenuCommand" yields links to GreaseMonkey and

Re: [tw5] Book listing tiddler

2020-04-12 Thread Eric Shulman
On Sunday, April 12, 2020 at 3:10:41 AM UTC-7, Peter Buyze wrote: > > Last question, if I may: in the top right hand corner of your BookList > tiddler there is a double arrow to the right, which gives a preview of the > edit mode of the tiddler. Would you mind telling me which plug-in you use >

[tw5] Re: How to execute JS on startup? I have a "copy on select" userscript

2020-04-11 Thread Eric Shulman
On Saturday, April 11, 2020 at 12:08:15 AM UTC-7, Lin Onetwo wrote: > > I found $:/tags/StartupAction/Browser will only execute tiddlywi actions, > but can't execute javascript. > But I have following JS want to execute: > What could I do? > I'm currently using WebcataLog to inject Userscript

[tw5] Re: TiddlyWiki Math Fields with tags

2020-04-09 Thread Eric Shulman
On Thursday, April 9, 2020 at 12:03:21 AM UTC-7, TonyM wrote: > > Just wrap the whole thing as follows > > '` > Minor typo in Tony's reply. As with all widgets, the widget name should have a "$" prefix. This differentiates it from a standard HTML or XML element. Thus: <$text text={{{ ... }}}

[tw5] Re: TiddlyWiki Math Fields with tags

2020-04-08 Thread Eric Shulman
On Wednesday, April 8, 2020 at 1:35:09 PM UTC-7, Reaktorblue wrote: > > Is there a way to add up numbers that are in the tiddler fields? For > example, if I wanted to add up all of the numbers in field "cost" for all > tiddlers tagged "incomplete" and "component" would that be possible? I was >

[tw5] Re: What can I do to make the field "caption" show in the story river as title?

2020-04-06 Thread Eric Shulman
On Monday, April 6, 2020 at 12:54:10 AM UTC-7, Mohammad wrote: > > Using Shadows tab seems no result appear! but Filter tab shows the result > if you input the whole tiddler name > I just verified... on https://tiddlywiki.com/#%24%3A%2FAdvancedSearch: Entering "viewtemplate/title" in the

[tw5] Re: What can I do to make the field "caption" show in the story river as title?

2020-04-05 Thread Eric Shulman
On Sunday, April 5, 2020 at 6:03:25 PM UTC-7, 008 wrote: > > I add a field "caption" to my tiddler, I can see the caption showing in > the "list-links" or "toc-selective-expandable", but in the sotry river, it > also shows the title, where I want to also show the caption. > BUT in this site

[tw5] Re: How to get $list of all tiddlers with text "nsort[price]" in text field?

2020-04-05 Thread Eric Shulman
On Sunday, April 5, 2020 at 8:10:27 AM UTC-7, Siniy-Kit wrote: > > I try different variants > <$list filter="[text['nsort[price]']]"> <> > but > Filter error: Missing [ in filter expression > You can't use a filter parameter value that contains any of the special characters used for defining

[tw5] Re: Using the select widget actions

2020-04-05 Thread Eric Shulman
On Sunday, April 5, 2020 at 6:31:01 AM UTC-7, TonyM wrote: > > Any guidance on why this may not work would be appreciated.r works > \define set-input-actions() > <$list filter="[{!!selected-input}match[allobjects]]"> ><$action-setfield $field="input" >

[tw5] Re: how to make 1,2,3 list using Mathematics Operators?

2020-04-04 Thread Eric Shulman
On Saturday, April 4, 2020 at 12:17:18 AM UTC-7, Siniy-Kit wrote: > > Hi! i have a list of tiddlers {{{[tag[HelloThere]]}}} > how, using Mathematics Operators > > make > it look like > A Gentle Guide to TiddlyWiki

[tw5] Re: Add Tag to Multiple Tiddlers Easily?

2020-04-03 Thread Eric Shulman
;'' to ''<$text text= """$tagged$""" />'' tiddlers <$list filter="[tag[$tagged$]!tag[$newtag$]]"> <$action-listops $field="tags" $subfilter="[[$newtag$]]" /> \end <> enjoy, -e Eric Shulman Tiddl

[tw5] Re: Can anyone help me prettify my task-priority template?

2020-04-02 Thread Eric Shulman
On Thursday, April 2, 2020 at 7:53:20 AM UTC-7, si wrote: > > Thanks a lot - I didn't know about the range widget. > I added it to a tag pill popup and it works if select a specific point on > the line, but the dragging mechanism doesn't work: > Do you know why this doesn't work within a popup

[tw5] Re: Can anyone help me prettify my task-priority template?

2020-04-01 Thread Eric Shulman
dget (see https://tiddlywiki.com/#RangeWidget) something like: <$range field="priority" min="1" max="100" default="50" increment="1"/> {{!!priority}} note: the use of {{!!priority}} following the range slider is optional, and simply provides fe

[tw5] Re: Tip: Stuck with wrong variable for two days

2020-04-01 Thread Eric Shulman
> > I did not now when you import a macro, then you cannot use it like > $(path)$ > A macro only does two kinds of processing: * replace occurrences of $foo$ with the value passed in as a parameter * replace occurrences of $(foo)$ with the value of a variable defined *outside* the macro It

[tw5] Re: UI for filtering by multiple tags?

2020-03-26 Thread Eric Shulman
, and one for tiddlers matching ANY (one or more) selected tags enjoy, -e Eric Shulman TiddlyTools.com: "Small Tools for Big Ideas!" (tm) InsideTiddlyWiki - http://TiddlyTools.com/InsideTW -- You received this message because you are subscribed to the Google Groups "TiddlyWiki&quo

[tw5] Re: modify a String

2020-03-22 Thread Eric Shulman
On Sunday, March 22, 2020 at 9:58:47 AM UTC-7, Mark S. wrote: > > {{{ [split[-]join[.]] }}} > > On Sunday, March 22, 2020 at 7:10:30 AM UTC-7, Gerald Weis wrote: >> >> the Original string from the filter is in the format 2019-11-30 >> (-MM-DD) >> Now i need it in the format 30.11.2019

[tw5] Re: [ANNOUNCEMENT] file-backups plugin will be updated at: March 20th - Browser restart required!

2020-03-18 Thread Eric Shulman
On Wednesday, March 11, 2020 at 2:39:01 AM UTC-7, PMario wrote: > > @Jeremy or @Eric > Can you please pin this thread? Thx. > -m > This topic has been pinned. Unless otherwise requested, it will be unpinned on March 31 (two weeks from now). That should give enough time for all interested

[tw5] Re: Disable drop zone

2020-03-18 Thread Eric Shulman
On Wednesday, March 18, 2020 at 6:42:26 AM UTC-7, Mohamed Amin wrote: > > I've tried to copy/past your example to tiddlywiki.com (in a new tiddler) > then drag/drop a "json" file into the droppable area , but it didn't work > with me. what did I miss here? > My example is specifically *not* for

[tw5] Re: Order default tiddler list based on creation date.

2020-03-16 Thread Eric Shulman
On Monday, March 16, 2020 at 11:12:19 AM UTC-7, Zu wrote: > > If I want to display all the tiddlers with certain tags upon opening the > tiddlywiki > I set [tag[HelloThere]] in default tiddlers as indicated here > . > >

[tw5] Re: Disable drop zone

2020-03-16 Thread Eric Shulman
On Monday, March 16, 2020 at 12:52:59 AM UTC-7, Mohammad wrote: > > > This is a nice idea! I will look how we can have customized drop zone! > Like dragging a link from other browser tab, one can quickly create a > bookmark to that page/link somehow a tiddlyclip effect. > The <$dropzone> widget

[tw5] Re: A way to view the current utc date-time?

2020-03-13 Thread Eric Shulman
the following documentation: The format string [UTC]0MM0DD0hh0mm0ssXXX will return a date string > representing the UTC time-stamp as it is used in the TiddlyWiki created and > modified time-stamp fields. hope this helps, -e Eric Shulman TiddlyTools.com: "Small Tools for B

[tw5] Re: A problem with the foot little plugin

2020-03-10 Thread Eric Shulman
/PublishFilter" -- or any other name you like), tagged with "$:/tags/Macro" that contains: \define publishFilter() -[prefix[$:/state/folded]] enjoy, -e Eric Shulman TiddlyTools.com: "Small Tools for Big Ideas!" (tm) InsideTiddlyWiki - http://TiddlyTools.com/Inside

[tw5] Re: Consider renaming TiddlyWiki

2020-03-07 Thread Eric Shulman
On Saturday, March 7, 2020 at 5:05:36 PM UTC-8, Mark S. wrote: > > I think if we had stats, you'd find that basically there's about 350 > million people > If we had stats... then we would have a number... but without stats, saying "350 million" is just an imagined number. This reminds of an

[tw5] Re: using allafter with modified field

2020-03-04 Thread Eric Shulman
On Wednesday, March 4, 2020 at 4:37:37 AM UTC-8, vpl wrote: > > But if I just change the time of the previous filter from 15H to 16H I > should still ge the 3 values as the next one is at 19H > When I run > <$list > filter="[tag[spotify-track]get[modified]sort[]allafter[20200303165857027]]"> >

[tw5] Re: using allafter with modified field

2020-03-04 Thread Eric Shulman
> Note that the list you are showing is NOT automatically sorted by date/time value, so the result you get only shows the items after the specfied "marker". Try adding a sort filter, like this: <$list filter="[tag[spotify-track]get[modified]sort[]allafter[2020030315585702

[tw5] Re: action-setfields setting tags from a variable

2020-03-03 Thread Eric Shulman
On Tuesday, March 3, 2020 at 3:34:22 AM UTC-8, Mat wrote: > > Oh, wait, this doesn't look right > >> <$button actions=""> >> > That might override/disable the other actions, I'm not sure. > You can have both... inline action widgets AND actions="..." The inline action widgets are processed first,

[tw5] Re: action-setfields setting tags from a variable

2020-03-03 Thread Eric Shulman
On Tuesday, March 3, 2020 at 3:19:01 AM UTC-8, vpl wrote: > > In the code below the user gives a name for a play list (PL_name) and once > it clicks on the button I would like to create a new tiddler "My new > tiddler" with 2 tags > One is hard coded ("first-tag") the other is set to the value

[tw5] Re: Drag & drop of plugins not working quite right

2020-02-28 Thread Eric Shulman
On Friday, February 28, 2020 at 6:24:42 PM UTC-8, Damon Pritchett wrote: > > I've noticed a problem lately where, when I drag and drop a plugin from > someone, only the top level summary tiddler is being imported and not the > contents of the plugin. I'm not exactly sure when this started, but

[tw5] Re: Does ActionListopsWidget not support the $timestamp attribute?

2020-02-28 Thread Eric Shulman
On Thursday, February 27, 2020 at 6:33:17 AM UTC-8, Hubert wrote: > > The documentation does not > explicitly state that setting the timestamp attribute with > $action-listops is supported, so I'm assuming it's not. > Would it then be possible to

[tw5] Re: How to hide tags

2020-02-28 Thread Eric Shulman
On Thursday, February 27, 2020 at 5:08:06 AM UTC-8, Sylvain Naudin wrote: > > I'm interested if someone know to hide *only one specific* tag, a normal > tag, or a systeme tag like $:/mytag and display others tags. > Here's a customization that does what you want: 1) edit

[tw5] Re: TiddlyWiki on HackADay.com

2020-02-28 Thread Eric Shulman
On Friday, February 28, 2020 at 3:46:10 PM UTC-8, Eric Shulman wrote: > > ... the stickleback also has other attributes that have metaphorical > parallels with TW tiddlers > At the risk of stretching the metaphor just a little bit more: https://www.cam.ac.uk/research/news/shoals-of-

[tw5] Re: TiddlyWiki on HackADay.com

2020-02-28 Thread Eric Shulman
On Friday, February 28, 2020 at 2:27:42 PM UTC-8, TonyM wrote: > > A rose by any other name would smell as sweet > > A TiddlyWiki by any other name would be as great. > http://tiddlytools.com/InsideTW/#WhatsInAName As noted in the link above, a "tiddler" is the nickname for a kind of small

[tw5] Re: Display content only if one of two tags match for current tiddler

2020-02-28 Thread Eric Shulman
On Friday, February 28, 2020 at 11:49:18 AM UTC-8, Bastian wrote: > > I enhanced the tiddler template where I added some content, that should > only be displayed when the current tiddler has one of two tags. > The tags are either "project" or "task". I have set up this list filter: > > <$list

[tw5] Re: I excised a snippet to make a tiddler more readable, but won't they add up over time?

2020-02-28 Thread Eric Shulman
On Friday, February 28, 2020 at 11:13:29 AM UTC-8, David wrote: > > But one thing about the above info about Explore... When I look at that > folder tree, it only shows me pages starting with "$:/" and does not > include the "normal" pages/tiddlers that I created. > The Explore tab

[tw5] Re: I excised a snippet to make a tiddler more readable, but won't they add up over time?

2020-02-28 Thread Eric Shulman
into pieces based on the the "/" character, and then generates a "folder tree" that shows each level of tiddlers *as if* it were a folder even though the tiddlers actually include the full path in their titles. enjoy, -e Eric Shulman TiddlyTools.com: "Small Tools for Big Ideas!&

[tw5] Re: Trying to Get CSS Stylesheets Working

2020-02-27 Thread Eric Shulman
On Thursday, February 27, 2020 at 1:14:56 PM UTC-8, David wrote: > > I tried to implement the CSS Stylesheet code in these two tutorials, but > it seems like the sheets were never loaded. > I am naming the Stylesheet tiddler this: "$:/tags/Stylesheet" like it says > in the tutorials. > That is

[tw5] Re: where are the checkbox images used by the checkbox widget?

2020-02-27 Thread Eric Shulman
On Thursday, February 27, 2020 at 9:11:39 AM UTC-8, steve wrote: > > I looked in core (specifically in $:/core/images/) for the checkbox images > used by the checkbox widget (see below) but could not find an image with > checkbox in the title. Where should I be looking for these? > The

[tw5] Re: Remove Tag Icon

2020-02-27 Thread Eric Shulman
On Thursday, February 27, 2020 at 2:25:17 AM UTC-8, Mat wrote: > > Eric Shulman wrote: >> >> [...] hide tags in view mode when not editing a tiddler? >>> >> > > .tc-tags-wrapper { display:none; } >> > > Interestingly, that sounds like a sugge

[tw5] Re: Remove Tag Icon

2020-02-26 Thread Eric Shulman
On Wednesday, February 26, 2020 at 10:09:34 PM UTC-8, plaseo wrote: > > Thanks Eric that worked! > Also thank you for the Tiddly Tools site, just discovered from your reply > to my question and it looks like a great resource. > I'm wondering if there's a way to hide tags in view mode when not

[tw5] Re: Remove Tag Icon

2020-02-26 Thread Eric Shulman
remove the icon field from that tiddler. enjoy, -e Eric Shulman TiddlyTools.com: "Small Tools for Big Ideas!" (tm) InsideTiddlyWiki - http://www.TiddlyTools.com/InsideTW -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubsc

[tw5] Re: Smart TOC and Outlining - Authoring with Tiddlywiki: One step forward

2020-02-25 Thread Eric Shulman
On Monday, February 24, 2020 at 11:04:02 AM UTC-8, Mohammad wrote: > > Further input: It seems append does not work with tiddler have space in > their name and it needs to get the input using double brackets when there > is a space in title. > Instead of using: <$action-listops

[tw5] Re: Filter syntax for filtering by field value

2020-02-21 Thread Eric Shulman
On Friday, February 21, 2020 at 8:00:10 AM UTC-8, Mark S. wrote: > > I don't know if this will fix your particular problem, but the filter > (subfilter) should look like: > [field[{!!category}] > Basically, you use double braces {{...}} and double angle brackets <<...>> > outside of filters, and

[tw5] Re: Showing sections matching a list of values

2020-02-21 Thread Eric Shulman
On Friday, February 21, 2020 at 12:28:34 AM UTC-8, Luis Gonzalez wrote: > > I have a section, <> that I want to show when the field > "status" is fold or partial or order. Now I repeat the code three times: > Is there any way to make it easier? > You can use the $list widget to check to see if

Re: [tw5] Re: $linkcatcher widget, need an example

2020-02-21 Thread Eric Shulman
On Friday, February 21, 2020 at 12:20:37 AM UTC-8, Mohammad wrote: > > Many thanks Eric. This is a great solution. > > In my opinion, the $button here is more clear and semantic and for me is > quite understandable. > The issue I have is I cannot drag the link like what I see in Open or > Recent

[tw5] Re: $linkcatcher widget, need an example

2020-02-21 Thread Eric Shulman
On Thursday, February 20, 2020 at 11:03:58 PM UTC-8, Mohammad wrote: > > I am using $link to create some links using $list widget! > I want to save the title of clicked item in a temporary tiddler for > further processing. We know the $link widget does not supports actions > How can I do this? >

Re: [tw5] TiddlyWiki on HackADay.com

2020-02-19 Thread Eric Shulman
On Wednesday, February 19, 2020 at 8:21:33 PM UTC-8, Mohammad wrote: > >"Intuitive Interfaces for Intelligent Interactions" >> > Love these! Great real description of what TW is! I added these meaningful > descriptions to TW-Scripts! > Please note: that last one is a registered trademark for

Re: [tw5] TiddlyWiki on HackADay.com

2020-02-19 Thread Eric Shulman
On Wednesday, February 19, 2020 at 3:44:49 PM UTC-8, Mat wrote: > > Exactly *when* are we supposed to utter this? It's quite a mouthful. I > typically don't even have the patience to type out "TiddlyWiki" but just TW. > Many years ago I coined this phrase to explain TW: "Own it like a

[tw5] Re: TiddlyWiki on HackADay.com

2020-02-19 Thread Eric Shulman
On Wednesday, February 19, 2020 at 7:16:34 AM UTC-8, Mark S. wrote: > > Well, DuckDuckGo isn't exactly taking off, even though they do > advertise. > According to the June 2019 stats from https://www.visualcapitalist.com/wp-content/uploads/2019/08/top-100-websites-ranking.html, DuckDuckGo has

[tw5] Re: TiddlyWiki on HackADay.com

2020-02-19 Thread Eric Shulman
On Tuesday, February 18, 2020 at 10:10:48 AM UTC-8, Mohammad wrote: > > Like Mark, I believe while renaming does not solve some problems people > raised here! > But keeping the current Name also will not help to solve those problems. > There are many applications and websites that have silly

[tw5] Re: Please spot my mistake

2020-02-18 Thread Eric Shulman
On Tuesday, February 18, 2020 at 11:52:20 AM UTC-8, Joost wrote: > > {{$:/temp/selectproject!!text}} gives output: "Project A" > I expected the following would also show the same table (with Project A > still selected): > <$macrocall $name=table-dynamic >

[tw5] Re: calulate with math operators and Variables

2020-02-18 Thread Eric Shulman
On Tuesday, February 18, 2020 at 1:42:04 AM UTC-8, Gerald Weis wrote: > > now i have trying to round it on 2 or 3 Digits behind the decimnalpoint. > i dont find it. > TW Math filters include round[], trunc[], ceil[], and floor[]... any of which can be used to remove the decimal part of a number

[tw5] Re: calulate with math operators and Variables

2020-02-18 Thread Eric Shulman
$kmneu$ $getankt$ $Gesamtpreis$ <> <> <> \end That should do what you want. Let me know how it goes. enjoy, -e Eric Shulman TiddlyTools.com: "Small Tools for Big Ideas!" (tm) InsideTiddlyWiki - http://www.TiddlyTools.com/InsideTW/ -- Yo

[tw5] Re: Query -- Changing creation date in a human actionable way? -- #creationDate

2020-02-13 Thread Eric Shulman
On Thursday, February 13, 2020 at 4:30:49 PM UTC-8, springer wrote: > > If I happen to create a tiddler in TW5 while timestamps are off, the > tiddler ends up without a create date. Once I've created it, it seems TW5 > won't even back-fill the create date to coincide with the first recognized >

[tw5] Re: Query: Legal TiddlyWiki Dates?

2020-02-13 Thread Eric Shulman
On Thursday, February 13, 2020 at 12:12:52 AM UTC-8, TiddlyTweeter wrote: > > As part of creating tiddlers in "raw" format for direct insertion into TW > I am manipulating the "created" date. > My question is this ... > > *What is the EARLIEST date you can enter?* > > Unlike unix dates, which are

[tw5] Re: Summing values in fields

2020-02-13 Thread Eric Shulman
On Thursday, February 13, 2020 at 12:35:26 AM UTC-8, Jon wrote: > > is it possible to sum the values held in Field A wherever the field > exists, or do the individual tiddlers where it does appear, need to be > referenced? > Using filters, you can write: <$list filter="[get[A]sum[]]" /> The

[tw5] Re: Providing a download link to complete wiki

2020-02-11 Thread Eric Shulman
On Tuesday, February 11, 2020 at 1:59:05 PM UTC-8, myfta wrote: > > The title asks the question: how do you provide a link for users to > download complete copy of your TiddlyWiki? > Using standard HTML syntax: download this file Notes: * The "targetname.html" is a *suggested* filename for

[tw5] Re: filter, type field and dominant append

2020-02-10 Thread Eric Shulman
On Monday, February 10, 2020 at 12:59:30 AM UTC-8, Mohammad wrote: > > <$list filter="[tag[Examples]get[type]] -[[text/vnd.tiddlywiki]]"> > > > > It displays > text/vnd.tiddlywiki > text/vnd.tiddlywiki > Why there is two outputs for second $list while as per dominant append > filter concept, if

<    5   6   7   8   9   10   11   12   13   14   >