[tw5] Re: Request: Reply to author should be enabled here in the group

2020-12-31 Thread Eric Shulman
Mario, I enabled "Reply to author" for "all group members" several weeks ago. The command is located in the "three dots" dropdown menu (upper right corner of each message header). If you are not seeing this menu item (or it is still disabled), then that is most likely a bug in the new

[tw5] Re: Field as part of an image url

2020-12-28 Thread Eric Shulman
On Monday, December 28, 2020 at 6:33:21 PM UTC-8 dix...@gmail.com wrote: > I've tried several different syntax options and I am obviously doing it > wrong. So how do I get this image to display in a tiddler? > [img[https://covers.openlibrary.org/b/isbn/{{!!isbn}}-M.jpg]] > The isbn field isn't

[tw5] Re: Set Tiddler Title from fields

2020-12-28 Thread Eric Shulman
On Monday, December 28, 2020 at 11:14:15 AM UTC-8 dix...@gmail.com wrote: > I had not seen the addsuffix before. I just tried several variations of > it, all of which break everything when I attempt to add spaces between > names. Is there a simple/easy way of accomplishing this? Worst case I

[tw5] Re: [5.1.23] Text alignment issue in More Actions menu

2020-12-25 Thread Eric Shulman
> > On Friday, 25 December 2020 at 20:21:17 UTC Hubert wrote: > >> I've noticed that the word "Delete" looks as if it had a negative >> "margin-left" value or there was some other alignment issue (screenshot >> below). >> > I see the same issue (using Chrome on Win10). After examining the

Re: [tw5] I want to create field with Russian letters

2020-12-23 Thread Eric Shulman
On Wednesday, December 23, 2020 at 9:09:20 AM UTC-8 Xavier wrote: > From my experience, naming fields with any Unicode (utf-8) names hasn't > brought any issues, > While $action-setfield allows you to create a field name using almost any characters, the issue is whether the field name remains

[tw5] Re: Filter: how to deduplicate?

2020-12-23 Thread Eric Shulman
On Wednesday, December 23, 2020 at 4:16:11 AM UTC-8 Erwan wrote: > I'm trying to obtain a list of unique "answers" from a list of questions > like this: > <$list filter="[tag[question]get[answer]]"> > > > ...there can be several "question" tiddlers with the same answer... > I would like to

[tw5] Re: How to see the default TW images?

2020-12-21 Thread Eric Shulman
On Monday, December 21, 2020 at 6:40:06 AM UTC-8 David Gifford wrote: > Is there a way to view all the default images in TW ($:/core/images/...) > as images all together? > I seem to remember something like that at tiddlywiki.com, but I couldn't > find it. >

[tw5] Re: Saved title for action-createtiddler only available AFTER run ?

2020-12-17 Thread Eric Shulman
On Thursday, December 17, 2020 at 4:07:38 PM UTC-8 Mark S. wrote: > In prerelease 5.23, if I run something like: > <$action-createtiddler $basetitle="Excerpt" $savetitle="$:/savedtitle" > tags="Excerpt" text=<> /> > The title saved in $:/savetitle doesn't become available until AFTER the >

[tw5] Re: Tiddlywiki and New Google Group Interface

2020-12-17 Thread Eric Shulman
On Wednesday, December 16, 2020 at 11:29:03 PM UTC-8 Mohammad wrote: > The new Google group interface shows the labels (tags) nicely in left > sidebar under conversation. See below screenshot. But it seems I cannot add > tag (label) to my new posts. Is this a restriction of new interface or >

Re: [tw5] customize order of tag display

2020-12-14 Thread Eric Shulman
On Monday, December 14, 2020 at 3:57:42 PM UTC-8 Jan wrote: > It would be practical to have this in the core by default, together with a > filter which tags to exclude. > Indeed! Both *tag display order* and *hiding specific tags* can be done by a minor enhancement to

[tw5] Re: Is it possible to set a ViewTemplate to appear only in mobile mode?

2020-12-14 Thread Eric Shulman
On Monday, December 14, 2020 at 12:28:46 PM UTC-8 si wrote: > various different types of browser/platform, all with the prefix > "$:/info/browser/is/". > These are added by the "browser-sniff" plugin, which is installed on tiddlywiki.com, but is NOT installed in the empty.html -e -- You

[tw5] customize order of tag display

2020-12-13 Thread Eric Shulman
Hi all, Recently, someone asked me if it is possible to apply a custom order to the tags that are displayed on a tiddler, and I came up with a one-line adjustment to the tags ViewTemplate that achieves this: edit the $:/core/ui/ViewTemplate/tags shadow tiddler and change this line: <$list

Re: [tw5] Re: back to tiddlywiki after 10 years, anwiki skin, question on node.js on ios

2020-12-13 Thread Eric Shulman
On Sunday, December 13, 2020 at 1:08:42 PM UTC-8 ma...@makiaea.org wrote: > ...hope you'll get to see the meteors tonight! Rocks on the Moon are made of green cheese, but rocks that fall to Earth are made of ground beef, because they are meteor. :-) -e -- You received this message because

Re: [tw5] Re: Number formatting

2020-12-12 Thread Eric Shulman
On Saturday, December 12, 2020 at 9:38:46 PM UTC-8 taale...@gmail.com wrote: > Thanks Eric! That works - except not in the caption field. Still get the > recursion error. I think waiting until v23 is out will have to do. > Do we have an ETA yet? > "very soon"... in the meantime, you can

[tw5] Re: Number formatting

2020-12-12 Thread Eric Shulman
On Saturday, December 12, 2020 at 7:40:44 PM UTC-8 taale...@gmail.com wrote: > Uncaught RangeError: Maximum call stack size exceeded > This error is indicative of a run-away recursion. Without digging into the code myself, I'm not sure why this is the case. In any event, I suggest entirely

Re: [tw5] Is there a way to create a tiddler using text that is stored in the clipboard?

2020-12-12 Thread Eric Shulman
addendum: > <$vars f={{{ [split[={]first[]trim[,]trim[]] }}} v={{{ > [split[={]rest[]trim[,]trim[]] }}}> > Note that these inline filters use the enhanced trim[...] operator available in soon to be released TW5.1.23 -e -- You received this message because you are subscribed to the

Re: [tw5] Is there a way to create a tiddler using text that is stored in the clipboard?

2020-12-12 Thread Eric Shulman
On Friday, December 11, 2020 at 4:45:33 PM UTC-8 springer wrote: > drag and drop the contents of a field-parsable string (onto a special > bibtex or json drop area if need be) and have tiddlywiki parse directly, > populating fields if field patterns are present? > Try this: \define

[tw5] Re: How to create a new field and translate multiple values with a dictionary?

2020-12-11 Thread Eric Shulman
On Friday, December 11, 2020 at 7:05:32 AM UTC-8 Harry wrote: > when I click the button, nothing changes. I wonder if this is because my > birth_year field also has "na" as a value, I changed all na to 0, but the > button still does not work. > <$button> assign retired > <$list

[tw5] Re: How to create a new field and translate multiple values with a dictionary?

2020-12-11 Thread Eric Shulman
Here's some sample filter logic for each of the conditions you want: On Thursday, December 10, 2020 at 8:52:42 PM UTC-8 Harry wrote: > I want to filter all entries born before 1948 (in the birth_year field) > who has not died or been purged (in the c_status field), and assign them > value

[tw5] Re: Number formatting

2020-12-10 Thread Eric Shulman
On Thursday, December 10, 2020 at 5:05:04 PM UTC-8 saq.i...@gmail.com wrote: > There is a pad[] filter operator in the very soon to be released TW 5.1.23 prior to TW5.1.23, padding can be done using split[] and join[], like this: <$vars num="12"> {{{ [addprefix[0]split[]last[5]join[]] }}}

[tw5] Re: Smart quotes in TiddlyWiki

2020-12-09 Thread Eric Shulman
On Wednesday, December 9, 2020 at 3:40:35 PM UTC-8 springer wrote: > <> But can you yell "Theater!" in a crowded firehouse? :-) -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

[tw5] Re: Is there any automated way of generating the html file of the TiddlyWiki node.js version?

2020-12-09 Thread Eric Shulman
On Tuesday, December 8, 2020 at 10:25:18 PM UTC-8 muynars...@gmail.com wrote: > I run its Node.js version... I need a way to generate the HTML file > automatically instead of manually clicking on the "save changes" button... > I've tried looking for the command-line options > The command-line

Re: [tw5] Re: Last request for the week!

2020-12-08 Thread Eric Shulman
On Tuesday, December 8, 2020 at 7:00:42 PM UTC-8 digit...@gmail.com wrote: > May I ask which plugin? > Not actually a "plugin"... but a showModal() macro definition: https://groups.google.com/g/tiddlywiki/c/UMRpPMVuHNY/m/_uGxN6kzCgAJ -e -- You received this message because you are subscribed

[tw5] Re: red square of death

2020-12-08 Thread Eric Shulman
On Tuesday, December 8, 2020 at 2:10:23 AM UTC-8 Sapphireslinger wrote: > SyntaxError: JSON.parse: expected ',' or '}' after property value in > object at line 4 column 25 of the JSON data > Note that the error is in "JSON data"... thus, line 4 column 25 doesn't refer to the HTML file

Re: [tw5] Re: Last request for the week!

2020-12-08 Thread Eric Shulman
On Tuesday, December 8, 2020 at 11:02:02 AM UTC-8 David Gifford wrote: > But I figured it out! I was using a plugin by Eric. I just changed > subtitle to subtitle={{{ [[$tid$]get[caption]] }}} > To get the results you want -- use caption *with fallback to title* -- you would write:

[tw5] Re: How to add tag A to all tiddlers with tag B

2020-12-06 Thread Eric Shulman
On Sunday, December 6, 2020 at 9:41:46 PM UTC-8 Harry wrote: > for all tiddlers that already have been tagged "NV-senator", I want to > also tag them with "NV-legislator". > I also want to attach tag "NV-legislator" to all tiddlers with tag > "NV-rep". > Try this: <$button> add tags <$list

[tw5] Re: Please, help to write filter a1 a2 a3 ...+b1 b2 b3 ...= a1 b1 +a2 b2 + a3 b3 +...

2020-12-06 Thread Eric Shulman
Here's another approach that uses recursion: \define merge(list1,list2) <$list filter="[[$list1$]!match[]then[$list2$]!match[]]"> <$text text={{{ [enlist:raw[$list1$]first[]] }}}/> - <$text text={{{ [enlist:raw[$list2$]first[]] }}}/> <$macrocall $name="merge" list1={{{

Re: [tw5] [Request] Numbered lists need some love

2020-12-05 Thread Eric Shulman
On Saturday, December 5, 2020 at 12:25:55 PM UTC-8 Jan wrote: > If I insert something else, like a header or a bullet there is no way to > pick up the numbering. > The trick to preserving the numbering is to wrap the block-mode item content inside a ..., like this: # one # two # three

[tw5] Re: Adding Undo functionality to widgets?

2020-12-04 Thread Eric Shulman
On Friday, December 4, 2020 at 5:57:58 PM UTC-8 Tiddly Novice wrote: > The checkbox, the select, and probably other seemingly simple widgets > don't possess undo functionality. > The reason these widgets don't have undo functionality is because, while these are "seemingly simple" widgets,

[tw5] Re: clever default value for a parameter

2020-12-01 Thread Eric Shulman
On Tuesday, December 1, 2020 at 12:09:38 PM UTC-8 jn.pierr...@gmail.com wrote: > I am writing a macro with three parameters. If omitted, the third shall be > equal to the first one. This cannot be hardwired of course! So I need to > code it. With a filter. > \define itemlist2(tag:"thème",

[tw5] Re: Understanding how macro expansion works

2020-12-01 Thread Eric Shulman
On Tuesday, December 1, 2020 at 4:12:00 AM UTC-8 Nicolas Petton wrote: > I would expect macros to be expanded recursively, before any parsing is > done on the string. It seems to be mostly the case, but I do not > understand the following. > > If I define & use macros as > \define foo() 42 >

[tw5] Re: [Request] New here but without parent's tags

2020-11-29 Thread Eric Shulman
On Sunday, November 29, 2020 at 6:26:04 PM UTC-8 TW Tones wrote: > When creating the new tiddler you have the parameter tags=<> so no > wonder it inherits the tags. > Perhaps change it to tags=<> ? > The value of <> doesn't come from the current tiddler. His code constructs the desired

[tw5] Re: Filter based on integer field values less than or equal to

2020-11-29 Thread Eric Shulman
On Wednesday, September 30, 2020 at 1:34:39 PM UTC-7 scarab...@gmail.com wrote: > I'm looking for a way to get tiddlers based on comparing integer fields > existing in them. This filter works: > [myfieldOne[2]myfieldTwo[2]] > I'd like something like: > [myfieldOne[lteq[2]]myfieldTwo[lteq[2]]]

[tw5] Re: showing a section of text from a template only when the field is present

2020-11-27 Thread Eric Shulman
On Friday, November 27, 2020 at 11:27:24 AM UTC-8 jutta@googlemail.com wrote: > in my template I have something like: > Name: {{!!char_name}}, alias: {{!!alias}} > on my actual Charakter tiddler I only have the field char_name, but not > alias, so it renders to > Name: John Doe, alias: >

[tw5] Re: How

2020-11-27 Thread Eric Shulman
On Friday, November 27, 2020 at 10:06:00 AM UTC-8 vpl wrote: > When I run the below code, the <> is not the *title *of > the filtered tiddler but the date value !!! So at the end the > action-setfield is applied on new tiddler whose title is the date value and > not my existing 'test-1"

[tw5] Re: Saving a story-river

2020-11-25 Thread Eric Shulman
On Wednesday, November 25, 2020 at 5:01:52 PM UTC-8 ad...@menswellbeing.org wrote: > Is it possible to save the story-river into a tiddler and then use that > tiddler to open that story-river at a later time? > The current StoryRiver contents are stored in $:/StoryList!!list. Here's a tiddler

[tw5] Re: Code Tiddler and Transclude few lines

2020-11-25 Thread Eric Shulman
On Wednesday, November 25, 2020 at 3:19:13 PM UTC-8 TW Tones wrote: > >- It would be nice to extend this also to a wikified version as well. > > Wikified output should be as simple as changing this line: <$list filter="[enlist:raw]" variable="line"><$text text=<>/> to: <$list

[tw5] Re: Code Tiddler and Transclude few lines

2020-11-25 Thread Eric Shulman
On Wednesday, November 25, 2020 at 3:19:13 PM UTC-8 TW Tones wrote: > >- And perhaps a code view with line numbers from the source. > > Here's an updated version that add line numbers AND also fixes a bug whereby only one blank line was included in the output \define

[tw5] Re: Code Tiddler and Transclude few lines

2020-11-25 Thread Eric Shulman
Place the following in a tiddler (e.g., "ShowLinesMacro"), tagged with $:/tags/Macro" \define showLines(tid,from,to) <$vars length={{{ [[$to$]subtract[$from$]add[1]] }}}> <$set name="lines" filter="[[$tid$]get[text]splitregexp[\n]first[$to$]last]"> <$list filter="[enlist:raw]"

[tw5] Re: How to work with square bracket in operators

2020-11-25 Thread Eric Shulman
On Wednesday, November 25, 2020 at 11:58:13 AM UTC-8 W Yan wrote: > For example, {{{ [{!!field}split[[]join[ ]] }}} seems to work find but {{{ > [{!!field}split[]]join[ ]] }}} is giving me syntax errors. So [ works but ] > doesn't - how should I handle this? > The problem is that the first

Re: [tw5] Re: Image generated from the value of a field in a different tiddler

2020-11-25 Thread Eric Shulman
On Wednesday, November 25, 2020 at 11:42:17 AM UTC-8 soren.b...@gmail.com wrote: > It's worth noting this isn't a TiddlyWiki thing, it's a general web thing. It's also worth noting that $image *is* a TiddlyWiki widget and does NOT support use of the title="..." attribute. Thus, to achieve

[tw5] Re: Image generated from the value of a field in a different tiddler

2020-11-25 Thread Eric Shulman
On Wednesday, November 25, 2020 at 9:35:25 AM UTC-8 Anthony wrote: > <$image source={{A!!structure_file}} alt={{A!!title}} /> > which I expected to would give the title of Tiddler A when the mouse > hovered over the image > As per the documentation (https://tiddlywiki.com/#ImageWidget), the

[tw5] Re: Color text based on a field

2020-11-25 Thread Eric Shulman
On Wednesday, November 25, 2020 at 5:33:22 AM UTC-8 sin...@gmail.com wrote: > I am trying to do something I thought would be easy, but it turned out not > to be: I want to color text on a tiddler with a color stored in a field. > The naive solution would look like: (color_field has the value

[tw5] Re: Image generated from the value of a field in a different tiddler

2020-11-24 Thread Eric Shulman
On Tuesday, November 24, 2020 at 11:37:52 AM UTC-8 soren.b...@gmail.com wrote: > Have you tried the image widget ? You > might be making this a lot more complicated than necessary...from the > letter of what you wrote all you need to do is write this in

[tw5] Re: how to edit posts in this group?

2020-11-22 Thread Eric Shulman
On Sunday, November 22, 2020 at 1:09:56 PM UTC-8 jero...@gmail.com wrote: > Am I missing something or is it not possible to edit messages here? > The new Google Groups interface removed the ability to edit your own posts. *sigh* -e -- You received this message because you are subscribed to

Re: [tw5] accessibility support for links

2020-11-21 Thread Eric Shulman
On Saturday, November 21, 2020 at 7:12:55 AM UTC-8 PMario wrote: > eg: those widgets don't have tooltips. > > RevealWidget > RangeWidget > RadioWidget

[tw5] Re: hint messages (help text) in input box

2020-11-20 Thread Eric Shulman
On Friday, November 20, 2020 at 4:27:52 AM UTC-8 jn.pierr...@gmail.com wrote: > But what were the numbers (42,142,225,24) meaning in my example? (even > though I don't have to know it to use it, it's just that I'm curious.) > Those numbers define the rectangle where the popup is displayed:

[tw5] Re: hint messages (help text) in input box

2020-11-20 Thread Eric Shulman
On Friday, November 20, 2020 at 3:08:36 AM UTC-8 jn.pierr...@gmail.com wrote: > I was about to write I forgot to mention that the $edit-text widget have > a focusPopup property, which I have not found out how to use. I saw it > apparently required the widget having css class tc-popup-handle. I

[tw5] Re: hint messages (help text) in input box

2020-11-20 Thread Eric Shulman
On Friday, November 20, 2020 at 2:35:33 AM UTC-8 jn.pierr...@gmail.com wrote: > I'd like to have a help message appear within an input box having the > focus (we call it "bulle d'aide" in French -- Help bubble, literally). > I have seen mechanism for popup in tw, but this is not what I want, or

[tw5] Re: Add color/fill to core icon

2020-11-15 Thread Eric Shulman
On Sunday, November 15, 2020 at 6:08:11 PM UTC-8 TW Tones wrote: > In new google groups I cannot see how top edit the original post, nor set > code highlighting. > Both editing a post and using code highlighting have been dropped from the new interface. -e -- You received this message

[tw5] Re: [Help] I wanted to ask about the implementation of this post but my message is always deleted, I don't know why!!

2020-11-15 Thread Eric Shulman
Your messages were awaiting approval in the "Pending" queue. I just now saw them and approved them. -e On Sunday, November 15, 2020 at 2:51:22 PM UTC-8 Prestige wrote: > Tones, > > Yes, I am using new Google Groups. I had just posted a message like "How > to implement this?". And it got

[tw5] Re: Add some line spacing between bullet points (from list-links macro)?

2020-11-15 Thread Eric Shulman
On Sunday, November 15, 2020 at 5:49:47 AM UTC-8 teo...@gmail.com wrote: > Thanks, that works. I added the ** line directly > to *$:/core/macros/list*, whose first code block now begins like this (if > it matters, the version is 5.1.23-prerelease): > ... > But is it bad practice to directly

[tw5] Re: Question: Style in a Table cell

2020-11-15 Thread Eric Shulman
On Sunday, November 15, 2020 at 4:16:56 AM UTC-8 David Gifford wrote: > If you mean something like color background for individual cells, no there > is not currently a way to do that as there was in TiddlyWiki classic. There > are some people working on a new table syntax. Perhaps that will

[tw5] Re: Add some line spacing between bullet points (from list-links macro)?

2020-11-15 Thread Eric Shulman
On Sunday, November 15, 2020 at 2:24:59 AM UTC-8 teo...@gmail.com wrote: > Hello, I would like to slightly increase the empty space between bullet > points generated by: > <> > To implement your own customized version of the <> macro, use the <$list> widget, like this: <$list

[tw5] Re: How to install TiddlyTools plugins in my single-file, offline TW?

2020-11-15 Thread Eric Shulman
iddlyWiki5, if there is sufficient interest... just ask, and I will consider it. -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 "TiddlyWik

[tw5] Re: Help with dynamic external links

2020-11-14 Thread Eric Shulman
On Saturday, November 14, 2020 at 4:38:27 PM UTC-8 brianburnham wrote: > I'm trying to create an external link to search duckduckgo for the current > tiddler's title (url encoded). > *encodeuricomponent[]addprefix[https://duckduckgo.com/?q=]] }}} target="_blank">* * search for <>* ** Notes:

[tw5] Re: How do I use "searchNreplace?"

2020-11-13 Thread Eric Shulman
On Friday, November 13, 2020 at 3:02:47 PM UTC-8 you wrote: > I wanted to remove all "==" from my TiddlyWiki. > Here's one way... Put the following into a tiddler to create a button. Then click the button: *<$button> remove "=="* * <$list filter="[all[tiddlers]!is[system]search:text[==]]

[tw5] Re: Filter transclude syntax question

2020-11-13 Thread Eric Shulman
On Friday, November 13, 2020 at 7:54:45 AM UTC-8 W Yan wrote: > I would like to transclude tiddlers based on the number in the field, so > that when field is N, it will transclude titleN. > Try this: *<$transclude tiddler={{{ [[Title]addsuffix{!!field}] }}} />* enjoy, -e > -- You received

[tw5] Re: Way to disable <$checkbox> element?

2020-11-12 Thread Eric Shulman
On Thursday, November 12, 2020 at 9:28:50 AM UTC-8, PMario wrote: > > This will be implemented in TW 5.1.23 ... the next version > > A pass-thru of the "disabled" attribute should really be implemented for all input widgets, including edit fields (single-line and textarea), checkboxes,

[tw5] Re: Including text and field values conditional on a field having a value

2020-11-12 Thread Eric Shulman
On Thursday, November 12, 2020 at 6:06:14 AM UTC-8, Anthony wrote: > > Thanks Eric, I guess the '' just creates a filtered list > from the current tiddler and whether text is displayed depends on this > being null or not. > "[has[death-date]]" means "if the current tiddler has a non-blank

[tw5] Re: Including text and field values conditional on a field having a value

2020-11-12 Thread Eric Shulman
On Thursday, November 12, 2020 at 4:40:37 AM UTC-8, Anthony wrote: > > fields called, for example, 'birth-date', 'birth-place', 'death-date' and > death-place' > some individuals are still alive so their 'death-date' field is empty and > I do not want the 'Died' line to be included at all. >

[tw5] Re: Possibly Unintended Behavior? Data-Tags

2020-11-11 Thread Eric Shulman
On Wednesday, November 11, 2020 at 12:27:03 PM UTC-8, Tiddly Novice wrote: > > [data-tags*="example-test"] { border: 2px solid blue; } > [data-tags*="example-te"] { border: 2px solid pink; } > https://www.w3schools.com/cssref/css_selectors.asp Note these: [attribute=value] [target=_blank]

[tw5] Re: How to bold plain text

2020-11-10 Thread Eric Shulman
On Tuesday, November 10, 2020 at 2:46:24 PM UTC-8, Rika Sukenik wrote: > > I'm copying text over from a text editor and am trying to minimize > formatting changes. Plain text seems to work well, but I don't see an > option to bold text. Is it possible? If no, what is a good way to copy > large

[tw5] Re: TW-TOC - how to exclude all tiddlers with certasin tagh from tree

2020-11-08 Thread Eric Shulman
On Sunday, November 8, 2020 at 12:26:30 PM UTC-8, skaczm...@gmail.com wrote: > > < exclude:"-[[excluded-tiddler]]" stateTiddler:"tree-test-state">> > "multilevel-toc-expandable" is not defined in $:/core/macros/toc, so I assume it is a custom macro. There are several custom versions of TOC

[tw5] Re: Help Wanted - Filtered transclusion

2020-11-08 Thread Eric Shulman
On Sunday, November 8, 2020 at 4:25:07 PM UTC-8, TW Tones wrote: > > I have a filtered transclusion as follows > {{{ [] ~[] ~[] }}} > Each of the variables therein are set using a $set widget (more details > below) > Unfortunately the second result global-config-value is never the result > if

[tw5] Re: list-filter-called titles sliderized

2020-11-08 Thread Eric Shulman
On Sunday, November 8, 2020 at 6:09:38 AM UTC-8, Sapphireslinger wrote: > > Wow! And thank you for the explanations on how it works. > > 1) Your code works even if the first line is <$list > filter="[tag[foo]!sort[title]]"> > It should work with *any* filter; e.g., <$list

[tw5] Re: list-filter-called titles sliderized

2020-11-08 Thread Eric Shulman
On Sunday, November 8, 2020 at 6:19:21 AM UTC-8, Atronoush wrote: > > Minor note: in the above solution extra line breaks (perhaps on > copy-paste) broke the code! > This is a long-standing BUG in GoogleGroups. The code was actually entered without the extra line breaks, but sometimes stray

[tw5] Re: list-filter-called titles sliderized

2020-11-08 Thread Eric Shulman
On Sunday, November 8, 2020 at 6:05:52 AM UTC-8, Atronoush wrote: > > This is a smart solution Eric! Is it possible to have a button to expand > collapse all tiddler? As two separate buttons: <$button> expand all <$list filter="[tag!sort[title]]"> <$action-setfield $tiddler={{{

[tw5] Re: list-filter-called titles sliderized

2020-11-08 Thread Eric Shulman
On Sunday, November 8, 2020 at 2:08:47 AM UTC-8, Sapphireslinger wrote: > > Is there a way to do this? > > <$list filter="[tag!sort[title]]"> > <$link><$transclude field="title" mode="block"/> *This > line is what I want sliderized.* > <$transclude field="text" mode="block"/> *Only want this to

[tw5] Re: Calculating transcluded tiddler and conditionals

2020-11-07 Thread Eric Shulman
On Saturday, November 7, 2020 at 10:26:52 PM UTC-8, W Yan wrote: > > 1. How could I calculate something based on transcluded tiddler? I have a > state tiddler that contains dynamic values and I want to use it with > calculated output; Something like {{Tiddler}}/2. I tried <$text text={{{ >

[tw5] Re: Modal question (last question today, I promise)

2020-11-07 Thread Eric Shulman
On Saturday, November 7, 2020 at 12:40:39 AM UTC-8, Atronoush wrote: > > Your solution works excellent. My question is : links do not work in > modal, how one can gray out them? > Add this style declaration as the first line of the macro definition: .tc-modal-body a { color:inherit;

[tw5] Re: "tabs" Macro : Tiddlers that depend on <>

2020-11-06 Thread Eric Shulman
On Thursday, November 5, 2020 at 10:21:42 PM UTC-8, Mohamed Amin wrote: > > as per the last part of "tabs Macro" Documentation > , the <> will not > affected by "tab macro" which is understandable. > My problem now is that I didn't understand how to

Re: [tw5] Re: Modal question (last question today, I promise)

2020-11-05 Thread Eric Shulman
Updates: * added $navigator and $action-navigate widgets to make "scroll into view" work * remove the viewed tiddler from the StoryList before opening for edit (prevents display of two instances of the same tiddler!) \define showModal(tid) <$button> open modal: <$text text="$tid$" />

Re: [tw5] Re: Modal question (last question today, I promise)

2020-11-05 Thread Eric Shulman
On Thursday, November 5, 2020 at 2:28:47 PM UTC-8, David Gifford wrote: > > This is working great, except for the view button. It closes the modal but > does not open the tiddler. Is something missing? > One limitation of directly editing the $:/StoryList!!list is that the tiddler is shown at

Re: [tw5] Re: Modal question (last question today, I promise)

2020-11-05 Thread Eric Shulman
On Thursday, November 5, 2020 at 12:32:48 PM UTC-8, David Gifford wrote: > > Eric you never cease to amaze me. Thank you for that. I like the button > options in this approach. Question: since the whole point in my case is to > transclude existing tiddlers in modals, I would need to replace all

[tw5] Re: Modal question (last question today, I promise)

2020-11-05 Thread Eric Shulman
On Thursday, November 5, 2020 at 7:23:45 AM UTC-8, David Gifford wrote: > > I just want to make it easier to open modals as tiddlers, for me, to edit > them, and for users, to print them...a simple link to open the tiddler from > the modal... It's sort of a hack, but here's an example, using

[tw5] Re: Is there a way to use CSS to get line breaks?

2020-11-05 Thread Eric Shulman
On Thursday, November 5, 2020 at 7:05:51 AM UTC-8, Captain Packers wrote: > > Is there a way I can use CSS to get line breaks in the text appearance > where I hit a carriage return in the editor? > @@white-space:pre; text line 1 text line 2 text line 3 @@ enjoy, -e -- You received this

[tw5] Re: Take the list of titles from a user field, iterate and extract another user field and find the max

2020-11-03 Thread Eric Shulman
On Tuesday, November 3, 2020 at 1:54:31 PM UTC-8, Bhilhanan Jeyaram wrote: > > A tiddler "Tiddler 2" has a field "depends-on" with value "[[Tiddler 1]] > [[Tiddler 3]]". Each each these two tiddlers has a field "sequence". Let's > say "Tiddler 1":sequence=1 and "Tiddler 3":sequence=2. I'm trying

[tw5] Re: geztting the first word/letter of a list of tiddlers

2020-11-01 Thread Eric Shulman
On Tuesday, October 27, 2020 at 6:53:17 PM UTC-7, Jean-Pierre Rivière wrote: > > Other than a question of taste, or of giving a meaningful name to a > complex filter preceding the get operator in my example, it seems that > subfilter has no other intterest, isn't it? As I already noted in a

[tw5] Re: "This message has been deleted" on TW Google Groups

2020-11-01 Thread Eric Shulman
On Sunday, November 1, 2020 at 1:41:36 AM UTC-7, jin wrote: > > I have been trying to post a problem regarding my wiki here but whenever I > view my post it says that my message has been deleted. So why does this > happen?? I've been posting my concern last 3 pm or something and I can't > get

Re: [tw5] Re: Classic to TW5 Plugins

2020-11-01 Thread Eric Shulman
On Saturday, October 31, 2020 at 5:42:56 AM UTC-7, Alvin wrote: > > Here are the plugins I use in ClassicTW: > > [image: image.png] > > *AllowOnlineEdit* not needed. Full editing abilities are available by default, even when viewed over http *CopyTiddlerPlugin* the "clone" command

[tw5] Re: Radiobutton automatic

2020-10-31 Thread Eric Shulman
On Saturday, October 31, 2020 at 3:00:47 AM UTC-7, Gerald Weis wrote: > > Hello Eric, > Unfortunately, NOT every entry is a separate tiddler. That's why I also > have the counter variable in my macro kzu_ein2. It defines the number of > the row in the table. > The macro kzu_tab defines the head

[tw5] Re: Radiobutton automatic

2020-10-31 Thread Eric Shulman
On Saturday, October 31, 2020 at 12:44:33 AM UTC-7, Gerald Weis wrote: > > this solution works wonderfully for one line, > but how do i make it dynamic? > My table currently has 15 rows. and at least one line is added every week. I assume that the rows of the table are stored as separate

Re: [tw5] Re: How do I use GitHub Saver?

2020-10-30 Thread Eric Shulman
On Friday, October 30, 2020 at 5:06:35 AM UTC-7, Hiran Venugopalan wrote: > > I followed GithubUsername/RepostioryName format only. > (https://github.com/hfactor/hfactor.github.io is my repository. and I > used hfactor/hfactor.github.io) > I then moved it to a folder and added /wiki/. but still

Re: [tw5] Re: command line backup

2020-10-30 Thread Eric Shulman
On Friday, October 30, 2020 at 10:59:53 AM UTC-7, Alvin wrote: > > Thank you for all your help, Eric. > > I didn't understand "open the $:/ControlPanel "Saving", "TiddlySpot Saver" > tab " I'm chasing my tail looking for $:/ControlPanel. > The $:/ControlPanel instructions only apply if you are

[tw5] Re: command line backup

2020-10-30 Thread Eric Shulman
On Friday, October 30, 2020 at 9:33:02 AM UTC-7, Alvin wrote: > > The "Save Page As..." option in the Firefox "File" pull-down menu not only > saves the file, but also a folder with an htm file and an urchin.js file. > I don't know enough to > know if they're important, but before this I was

[tw5] Re: so: personal DreamHost for TW users?

2020-10-30 Thread Eric Shulman
On Thursday, October 29, 2020 at 10:54:01 PM UTC-7, AndrewMc wrote: > > is there an equivalent way to download TW classic (2.x) wikis? > Prior to the recent TiddlySpot crisis, the normal way to download a copy of your TiddlySpot was to go to http://yoursite.tiddlyspot.com/download However, the

[tw5] Re: TW for Digital Garden

2020-10-30 Thread Eric Shulman
On Thursday, October 29, 2020 at 10:03:48 PM UTC-7, Hiran Venugopalan wrote: > > What I am looking for is some ways to set an ACL / OAuth / Password based > login, that makes sure everyone can read my public data - but can't > vandalise it. > By default, when your TiddlyWiki document is posted

[tw5] Re: Special button request from someone I know

2020-10-29 Thread Eric Shulman
On Thursday, October 29, 2020 at 1:49:56 PM UTC-7, David Gifford wrote: > > *the ability to select a chunk of text in an existing tiddler (including > within the editor) and have a button which will “move” (cut/paste) that > chunk of markup text to a new tiddler, set the focus to the title

[tw5] Re: Classic to TW5 Plugins

2020-10-29 Thread Eric Shulman
On Thursday, October 29, 2020 at 12:58:43 PM UTC-7, Alvin wrote: > > Looks like I'm going to have to move into modern times and start using > TiddlyWiki5. There were several plugins that I relied on before. Is there > a way to find out which ones have been converted? Thank you. > Note that

[tw5] Re: so: personal DreamHost for TW users?

2020-10-29 Thread Eric Shulman
On Wednesday, October 28, 2020 at 4:08:56 PM UTC-7, FFT wrote: > > Site is working once again. > Note that TiddlySpot is currently READ-ONLY. You can access your TiddlySpot site(s), but you cannot save any updates to TiddlySpot. In addition, neither the download link (e.g.

[tw5] Re: Radiobutton automatic

2020-10-28 Thread Eric Shulman
On Wednesday, October 28, 2020 at 2:21:46 AM UTC-7, Gerald Weis wrote: > > I enter 3 values > 1. the minimum value > 2. the maximum value > 3. the real measured value > > The radio widget should now automatically change the value in the display. > If the real measured value is should be set to

[tw5] Re: so: personal DreamHost for TW users?

2020-10-27 Thread Eric Shulman
On Tuesday, October 27, 2020 at 7:18:47 AM UTC-7, André Carvalho wrote: > > There is, at least, a violation of good-faith and a right of accessing my > data under EU law that I'll exercise if there is no other solution. > In keeping with the "I'm not a lawyer but I play one on the Internet"

[tw5] Re: so: personal DreamHost for TW users?

2020-10-26 Thread Eric Shulman
On Monday, October 26, 2020 at 7:52:50 PM UTC-7, springer wrote: > > Without tiddlyspot, my entire workflow and teaching routine is upended. > > I've developed dozens of wikis at tiddlyspot (2005(?)-2020), with only > spotty backups. I have shared various permalinks for work purposes (usually

[tw5] Re: geztting the first word/letter of a list of tiddlers

2020-10-26 Thread Eric Shulman
On Monday, October 26, 2020 at 3:10:59 PM UTC-7, Jean-Pierre Rivière wrote: > > What's the use of subfilter in real life? It seems such a strange beast. > I'm really confused. I wish there be an equivalent of map() found in > functional language. I thought subfilter was just that but visibly it

[tw5] Re: Tiddlyspot down ... gone?

2020-10-24 Thread Eric Shulman
On Saturday, October 24, 2020 at 1:40:41 AM UTC-7, Eric Shulman wrote: > > I've sent email directly to Simon and Daniel Baird to let them know about > the problem. > I just received a reply from Simon Baird... and he says: "It's not a simple fix". Here's his blogs

[tw5] Re: Tiddlyspot down ... gone?

2020-10-24 Thread Eric Shulman
I've sent email directly to Simon and Daniel Baird to let them know about the problem. Hopefully they can get DreamHost to restore the content from a backup. -e -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and

[tw5] Re: Tiddlyspot down ... gone?

2020-10-23 Thread Eric Shulman
On Friday, October 23, 2020 at 12:44:47 PM UTC-7, Mark S. wrote: > > The message displayed at tiddlyspot doesn't inspire great confidence. They > seem to be offering to sell the site. > It looks like DreamHost has re-initialized their servers, and the tiddlyspot.com *account* is still defined,

[tw5] Re: TiddlyTools/timer.html - Calendar feature improvements

2020-10-22 Thread Eric Shulman
update Oct 22, 8:30pm: http://TiddlyTools.com/timer.html "custom event colors" are can now be configured via the Calendar Settings panel, which displays "color swatches" for each individual EventList, Timeline, and .ics tiddler, as well as the "Events and Timelines" default event color and

[tw5] Re: Dropdown Arrow

2020-10-21 Thread Eric Shulman
On Wednesday, October 21, 2020 at 3:53:08 PM UTC-7, Game Dungeon wrote: > > Sadly it's still not working. > Oops.. there was a typo in my answer. use "$name" instead of "name" <$macrocall $name="toggle" title=<> /> -e -- You received this message because you are subscribed to the Google

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