[tw5] Re: xlxs utilities not working in V22 or V23

2021-06-10 Thread Eric Shulman
On Thursday, June 10, 2021 at 5:38:56 AM UTC-7 prbru...@gmail.com wrote: > How do i manually update an existing wiki? I have a whole bunch of > embedded tiddlymaps and it really annoying to have to rebuild them all from > an empty wiki. Thanks! https://tiddlywiki.com/prerelease/upgrade -e

[tw5] Re: Input Prompts to Provide Variables With Button?

2021-06-09 Thread Eric Shulman
On Wednesday, June 9, 2021 at 9:53:36 AM UTC-7 iamdar...@gmail.com wrote: > I can't figure out how to: > 1) Make the toc div text a variable, named tocscript, to call it in the > script like the fields, so I can add it to the new tiddler being created. > Move the toc div text into a macro named

[tw5] Re: Input Prompts to Provide Variables With Button?

2021-06-09 Thread Eric Shulman
On Tuesday, June 8, 2021 at 10:49:07 PM UTC-7 iamdar...@gmail.com wrote: > If I wanted to add/append some static text to the end of the target field > value, how would I do so? > Using filtered transclusion: <$action-setfield $tiddler={{{ [{!!target}addsuffix[ Chapter 01]] }}} etc. if you

[tw5] Re: Input Prompts to Provide Variables With Button?

2021-06-08 Thread Eric Shulman
On Tuesday, June 8, 2021 at 8:21:19 PM UTC-7 cj.v...@gmail.com wrote: > There are often many different ways of doing things, and I just went ahead > with the fastest solution I could think of... > Here's a much more compact way to write the same functionality: \define temp()

[tw5] Re: Create Save and close in one click ?

2021-06-08 Thread Eric Shulman
On Tuesday, June 8, 2021 at 7:03:17 PM UTC-7 mohamed...@hotmail.com wrote: > One more thing if possible , the field part somefield, i need to > transclude a value there with spaces > somefield={{!!title}} > and i cant add brackets , because this turns it into a string > [[{{!!title}}]] > Is

[tw5] Re: LaTeX environment using list widget with counter

2021-06-06 Thread Eric Shulman
On Sunday, June 6, 2021 at 9:16:05 AM UTC-7 Eric Shulman wrote: > On Sunday, June 6, 2021 at 5:56:54 AM UTC-7 Pak wrote: > >> Suppose I have 3 tiddlers: tid-thm-a, tid-thm-b, tid-thm-c I would like >> to transclude them in a tiddler so that it displays the following: >&

[tw5] Re: Create Save and close in one click ?

2021-06-06 Thread Eric Shulman
; caption="this is a caption" somefield="argle bargle" /> -e On Sunday, June 6, 2021 at 1:14:27 PM UTC-7 Eric Shulman wrote: > On Sunday, June 6, 2021 at 12:43:25 PM UTC-7 mohamed...@hotmail.com wrote: > >> is there a way to have a button create a new tiddler ,s

[tw5] Re: Create Save and close in one click ?

2021-06-06 Thread Eric Shulman
On Sunday, June 6, 2021 at 12:43:25 PM UTC-7 mohamed...@hotmail.com wrote: > is there a way to have a button create a new tiddler ,save it and close > it all in one click? > You can create a tiddler and set field values without ever opening it by using $action-setfield, like this: <$button>

[tw5] Re: LaTeX environment using list widget with counter

2021-06-06 Thread Eric Shulman
On Sunday, June 6, 2021 at 5:56:54 AM UTC-7 Pak wrote: > Suppose I have 3 tiddlers: tid-thm-a, tid-thm-b, tid-thm-c I would like to > transclude them in a tiddler so that it displays the following: > Theorem 1. (optional caption) (...contents in tid-thm-a... displayed in > block mode, but the

[tw5] Re: radio fields /checkboxes slections are not saved

2021-06-03 Thread Eric Shulman
On Thursday, June 3, 2021 at 7:18:02 PM UTC-7 mohamed...@hotmail.com wrote: > well i do find the filed changes after saving , but they dont reflect in > the actual check box or radio button, meaning that while the value is in > the field , the selection i previously made is not showing in the

[tw5] Re: radio fields /checkboxes slections are not saved

2021-06-03 Thread Eric Shulman
On Thursday, June 3, 2021 at 5:41:20 PM UTC-7 mohamed...@hotmail.com wrote: > ...they do set the field values , however when i reload the WIKI , the > check boxes are empty and the radio buttons selections are not there... > The checkboxes and radio button selections are stored as fields in the

Re: [tw5] Navigation Pattern Tiddly Wiki Sample

2021-06-02 Thread Eric Shulman
On Wednesday, June 2, 2021 at 11:44:16 AM UTC-7 Java Development wrote: > Does anyone have any suggestions on this? > > On Wed, Jun 2, 2021 at 10:00 AM Java Development > wrote: > >> Did any one know or come across any tiddly wiki template which follows >> the *navigation pattern*? >> I need

[tw5] Re: Presenting: List styles - just some ways to style list output

2021-06-02 Thread Eric Shulman
On Wednesday, June 2, 2021 at 6:20:11 AM UTC-7 Mat wrote: > List styles are some pure CSS styles > to reshape output from the ListWidget or filtered transclusions, i.e > {{{...}}}, which can otherwise be pretty tricky to control. > Don't forget this:

[tw5] Re: Unexpected spacing in macro - bug?

2021-05-31 Thread Eric Shulman
On Monday, May 31, 2021 at 9:13:19 AM UTC-7 stefan...@gmail.com wrote: > I've finally tracked it down to the macro having each of the <$set ...> > tags and their respective closing tags on separate lines (simple example > below). If I put everything on a single line, the rogue spaces disappear!

Re: [tw5] Re: Understanding Templates, Macros, Etc.

2021-05-30 Thread Eric Shulman
On Sunday, May 30, 2021 at 12:35:52 PM UTC-7 rj...@blackperl.com wrote: > is there a way to assign it an icon and have it be an action that I can > configure into my main menu-bar? > 1) First, create a tiddler (e.g., "New Project"), containing the desired "skeleton content" and tags. 2) Next,

[tw5] Re: Understanding Templates, Macros, Etc.

2021-05-29 Thread Eric Shulman
On Saturday, May 29, 2021 at 2:36:29 PM UTC-7 rj...@blackperl.com wrote: > Please forgive the somewhat newbie-ish post. > You don't need to ask for "forgiveness"... this group welcomes "newbies" with open arms. > I want to be able to click a button and create a new "Project" tiddler, in >

[tw5] Re: One macro reading and writing to a tiddler: how do we go about it ?

2021-05-26 Thread Eric Shulman
On Wednesday, May 26, 2021 at 6:10:16 PM UTC-7 cj.v...@gmail.com wrote: > Is there an alternative that does not involve user interaction that can, > within one macro, commit writes to a tiddler such that the macro can > subsequently read the tiddler ? > There is a "trick" that will, for some

[tw5] Re: Resume numbering for ordered lists?

2021-05-26 Thread Eric Shulman
On Wednesday, May 26, 2021 at 6:51:40 PM UTC-7 David Gifford wrote: > I have an ordered list in a tiddler > Then I have an image or table or whatever which I want to display the > width of the tiddler. > Then I resume my ordered list > But the list starts at 1 again, rather than at 4. > Way

[tw5] Re: Nested List, show Level 1 only if Level 2 exists

2021-05-26 Thread Eric Shulman
On Wednesday, May 26, 2021 at 7:15:49 AM UTC-7 JM wrote: > I want to exclude projects with tasks tagged with 'A'. Somehow it doesn't > work out as expected (well it did, something changed and I'm not sure what > and why ... :-\ ) > I added !tag[A] in the second filter: > <$list

Re: [tw5] Filter big image tiddlers

2021-05-26 Thread Eric Shulman
On Wednesday, May 26, 2021 at 6:00:19 AM UTC-7 Jeremy Ruston wrote: > [all[tiddlers+shadows]is[image]] > :filter[get[text]length[]compare:number:gteq[1]] > Alternatively, the following wikitext will generate a table listing all image tiddlers with their size, sorted in descending order

[tw5] Re: Specify in link if tiddler should open above or below current

2021-05-23 Thread Eric Shulman
On Sunday, May 23, 2021 at 7:53:40 AM UTC-7 Anjar wrote: > Hi, > I have some tiddlers in sequence with links to previous/next at the > bottom. To keep the order in the story, I want previous tiddlers to open > above the current but he next to open below. Is it possible to achieve this > in

[tw5] Re: remove tags meeting specific criteria

2021-05-22 Thread Eric Shulman
On Saturday, May 22, 2021 at 12:46:19 PM UTC-7 mohamed...@hotmail.com wrote: > is there a command that could be used to remove certain tags that meet a > specific criteria , say for example all tags that have a "#" maybe ? > so if tiddler A has "tag 1" "#tag 2" "tag 3" > is there a way to

[tw5] Re: Select widget showing current field value

2021-05-22 Thread Eric Shulman
On Saturday, May 22, 2021 at 1:16:55 AM UTC-7 JM wrote: > Status: <$select field='Status' default='new'> > new > A > B > C > D > > The $select widget creates a field with the specified name (i.e. "Status"). If you re-display the tiddler *during the current session* , the selected value ("A")

Re: [tw5] Re: Idea: How to Find a Meeting Time That Works for Everyone [in Tiddlywiki]

2021-05-18 Thread Eric Shulman
On Monday, May 17, 2021 at 9:56:53 PM UTC-7 Mohammad wrote: > I thought it would be very convenient if I could have a facility to save > online! I mean a user had to give a name > and email, select dates and press a submit button! This way we could use > it with non-TW people! > One more

[tw5] Re: Idea: How to Find a Meeting Time That Works for Everyone [in Tiddlywiki]

2021-05-17 Thread Eric Shulman
On Sunday, May 16, 2021 at 1:24:11 AM UTC-7 Mohammad wrote: > Can Tiddlywiki be used for *How to Find a Meeting Time That Works for > Everyone*? > If you have developed such a tool in Tiddlywiki or have heard about it > please let me know. > Fundamentally, this is a problem of finding the

[tw5] Re: Formatting link alias

2021-05-15 Thread Eric Shulman
On Saturday, May 15, 2021 at 8:02:20 PM UTC-7 davou...@gmail.com wrote: > [[Alias^^1^^|Topic]] will format the 1 to superscript... Is there a way to > format a link alias in TW5? > Use the <$link> widget, like this: <$link to="Topic">Alias^^1^^ enjoy, -e -- You received this message because

[tw5] Re: Eric's Calendar : how to choose which of conflicting colors for a day to display?

2021-05-15 Thread Eric Shulman
On Saturday, May 15, 2021 at 12:31:44 PM UTC-7 jacque...@gmail.com wrote: > I'm adopting Eric's TiddlyTools/Time/Calendar. Thanks to him. > I have a problem when conflicting colors happen for a same day. How to > force priority on the color I'd want ? > > *An instance :* > >- I have a

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

2021-05-15 Thread Eric Shulman
On Friday, May 14, 2021 at 9:53:23 AM UTC-7 mohamed...@hotmail.com wrote: > one more question , if i may, how would this work in a list situation , so > if i am listing a group of tiddlers , i can assign different alarms to > them, but when the action triggers for one alarm it affects all

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

2021-05-13 Thread Eric Shulman
On Thursday, May 13, 2021 at 8:34:41 PM UTC-7 mohamed...@hotmail.com wrote: > how can i add a value in a field automatically after an alarm is > triggered, so asside from the popup message ,i also want a field to say > "done" for example? > I just added a new feature to the Alarms, so that you

[tw5] Re: user fields: accessing and extracting data

2021-05-13 Thread Eric Shulman
On Thursday, May 13, 2021 at 7:56:59 PM UTC-7 ai.gene...@gmail.com wrote: > I'm seeing some other enhancements I can add (for example turn the field > name into a tiddler so the list generated would be something like: [[field > name]] = field value ). > You can use the $link widget, like this:

[tw5] Re: user fields: accessing and extracting data

2021-05-13 Thread Eric Shulman
On Thursday, May 13, 2021 at 7:24:09 PM UTC-7 ai.gene...@gmail.com wrote: > I am trying to understand how to use and manipulate the user fields > section. > In a tiddler edit mode, at the bottom below "content type", there is a > "add a new field" section. > If I add a new field, call it

[tw5] Re: String manipulations on textarea input

2021-05-12 Thread Eric Shulman
On Wednesday, May 12, 2021 at 3:41:23 AM UTC-7 lamn...@gmail.com wrote: > I've made some progress with this, here's where I'm currently stuck. > > I'm pasting the text (##header and body) in an *<$edit-text>* widget. > This is linked to a different, dedicated Tiddler called *NewEntryData*. >

[tw5] Re: Improve Search in Tiddlywiki

2021-05-12 Thread Eric Shulman
On Tuesday, May 11, 2021 at 10:14:13 PM UTC-7 barro...@gmail.com wrote: > As for an improved main search bar, couldn't one modify a copy of the > original search bar (I've done it for caption search)-- or in this case > with a more refined search filter-- and use it instead of the original >

[tw5] Re: Improve Search in Tiddlywiki

2021-05-12 Thread Eric Shulman
On Tuesday, May 11, 2021 at 10:14:13 PM UTC-7 barro...@gmail.com wrote: > @Eric, > While studying your search tools, I noticed a possible bug with your tag > cloud and wanted to leave a note before I forget and in case no one else > has caught it. The order by count (but not title) breaks tags

[tw5] Re: Improve Search in Tiddlywiki

2021-05-11 Thread Eric Shulman
On Tuesday, May 11, 2021 at 12:41:21 PM UTC-7 mwik...@gmail.com wrote: > I end up using Advanced Search and using filters (especially > [regexp:text[]]) a lot but I always forget the filter syntax for certain > things > You might like my "PowerSearch", which generates complex search filter

[tw5] Re: Using formulas plugin result in <$reveal widget

2021-05-11 Thread Eric Shulman
On Tuesday, May 11, 2021 at 8:58:04 AM UTC-7 tru...@gmail.com wrote: > I had a trial run of using TW's built-in math operators, hoping they could > allow the result to be evaluated in a variable, but it didn't work. It's > the same issue - even when it's a negative value, sign[] interprets it

[tw5] Re: Using formulas plugin result in <$reveal widget

2021-05-11 Thread Eric Shulman
On Monday, May 10, 2021 at 11:31:07 PM UTC-7 tru...@gmail.com wrote: > Ok, this might get me somewhere. I did some testing like so, but the > classname is always black: > <$set name=number value=-5> > <$set name=cssclassname > filter="[<>sign[]match[-1]then[red-bold]else[black]]"> > >><> > >

[tw5] Re: What is #TiddlyWiki?

2021-05-07 Thread Eric Shulman
On Friday, May 7, 2021 at 3:10:49 PM UTC-7 TW Tones wrote: > I keep saying the "TiddlyWiki platform" you could run a band., business of > side hustle on it, become a personal productivity wizard or build an app on > it. You could just use it for a shopping list or a research program. As per

[tw5] Re: What is #TiddlyWiki?

2021-05-07 Thread Eric Shulman
On Friday, May 7, 2021 at 5:05:10 AM UTC-7 TiddlyTweeter wrote: > #TiddlyWiki is SO feature > rich it is almost impossible to describe it. > > "Wiki" in particular kinda obscures it is really a VERY sophisticated > JavaScript application to

[tw5] Re: chaining jobs

2021-05-06 Thread Eric Shulman
On Thursday, May 6, 2021 at 5:24:11 AM UTC-7 jn.pierr...@gmail.com wrote: > In my project I need to first create a new project with an identifier (an > input data) then to offer a complete input of the project to the user. > I have crafted this macro invoked when the identifier is ready to be

[tw5] Re: Monospaced block inside a quoted text?

2021-05-03 Thread Eric Shulman
On Monday, May 3, 2021 at 3:49:31 PM UTC-7 Soren Bjornstad wrote: > Are any of the mods able to look into why Xabriña's posts keep getting > deleted? > For some unknown reason, their posts keep getting flagged for mod approval, even though I keep approving them all with "allow future posts

[tw5] Re: [Query] The Hutterite Mile problem ...

2021-04-29 Thread Eric Shulman
On Thursday, April 29, 2021 at 7:07:44 AM UTC-7 TiddlyTweeter wrote: <$list filter="8.4 +[multiply[0.195]]"/> =1.6381 Is there any way to "round" the OUTPUT to a more readable: *1.638* or *1.64* ?? You can use the fixed[n] operator, where "n" is the number of desired decimal

[tw5] Re: [Query] The Hutterite Mile problem ...

2021-04-29 Thread Eric Shulman
On Thursday, April 29, 2021 at 7:07:44 AM UTC-7 TiddlyTweeter wrote: > *<$list filter="8.4 +[multiply[0.195]]"/>* > *=1.6381* > Is there any way to "round" the OUTPUT to a more readable: *1.638* or > *1.64* ?? > You can use the fixed[n] operator, where "n" is the number of

[tw5] Re: Just a thought: embedding TiddlyWiki documentation in our TiddlyWikis?

2021-04-24 Thread Eric Shulman
On Saturday, April 24, 2021 at 3:16:22 AM UTC-7 ludwa6 wrote: > PS to my last: have fixed part of the problem: by adding the suffix clause > back into macro (as below), it now pulls not a system-level error msg, but > the error msg from wikipedia.org site itself, which seems to be objecting >

[tw5] Re: feeding newline

2021-04-16 Thread Eric Shulman
On Friday, April 16, 2021 at 8:28:56 AM UTC-7 jn.pierr...@gmail.com wrote: > But I can't add a newline character because there is no way I can code it > that I am aware. > So if you know how to summon newlines, please enlight me! > Assign a literal newline to a variable. Then you can add the

[tw5] Re: Prepend string to field value in filter list - How?

2021-04-15 Thread Eric Shulman
On Thursday, April 15, 2021 at 7:07:52 AM UTC-7 blub...@gmail.com wrote: > I have a bunch of tiddlers named like "file name with spaces.pdf", > matching a bunch of files in the Papers/ directory. > I want to set the _canonical_uri field equal to "Papers/file name with > spaces.pdf" > ...I can't

Re: [tw5] Re: video embedded in modal - how to call with link instead of button?

2021-04-10 Thread Eric Shulman
On Saturday, April 10, 2021 at 5:23:35 AM UTC-7 Sapphireslinger wrote: > I tried this. The DetailsWidget drops down, but empty again just like the > modal was. > > <$list filter="[tag[video]sort[title]]"> > <$details summary={{!!caption}}> > {{||VideoTemplate}} > > > 1) Except in filters,

Re: [tw5] Re: video embedded in modal - how to call with link instead of button?

2021-04-10 Thread Eric Shulman
On Friday, April 9, 2021 at 11:25:43 PM UTC-7 Sapphireslinger wrote: > ...the modal still comes up empty. > Try this: VideoTemplate: VideoButtons: <$list filter="[tag[video]sort[title]]"> <$button class="tc-btn-invisible tc-tiddlylink"> <$view field="caption"><$view

[tw5] Re: inluding macros

2021-04-08 Thread Eric Shulman
On Thursday, April 8, 2021 at 4:09:59 AM UTC-7 jn.pierr...@gmail.com wrote: > On solution to my problem is to tag my sample macro tiddler as a system > macro. > But this has the problems that its macros are now public and their names > must now be made unique. > To avoid creating global

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

2021-04-05 Thread Eric Shulman
On Monday, April 5, 2021 at 7:58:29 AM UTC-7 mohamed.e...@vodafone.com wrote: > is it possible to trigger , start or stop a timer automatically if a > certain criteria is met? so similar to a CRM ticketing tool, creating and > saving a new tiddler would automatically start a timer , or maybe

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

2021-04-05 Thread Eric Shulman
On Tuesday, March 9, 2021 at 7:03:35 AM UTC-8 Jon wrote: > Whilst I can enter an alarm that repeats every day at > http://tiddlytools.com/timer.html, it doesn't work in my wiki - I can set > alarms once but the daily alarm doesn't retain the time for some reason. > Any ideas? > When you set

Re: [tw5] Re: Display tags in Tiddlers

2021-04-04 Thread Eric Shulman
On Sunday, April 4, 2021 at 9:46:38 AM UTC-7 isd196...@gmail.com wrote: > Hey PMario, thanks for that, but I'm confused on how to use this. > Currently I can use > <$list filter="[tag[People]sort[title]]"/> > to get a list of the People in the People Tag group, but I can't see how > to add the

[tw5] Re: List of tiddlers in field

2021-04-04 Thread Eric Shulman
On Sunday, April 4, 2021 at 9:07:38 AM UTC-7 mehequeda...@gmail.com wrote: > <$list filter="[all[current]get[fields]]"> > <$macrocall $name="tag" tag=<>/> > > > > [image: shot.jpg] > I know it's due to the filter I'm using but I can't manage to find the > right one by myself. > In

[tw5] Re: Hide stuff added by a custom template in folded mode

2021-04-03 Thread Eric Shulman
On Saturday, April 3, 2021 at 6:36:39 AM UTC-7 jln wrote: > I have created a custom template that adds, at the top of the tiddler, a > link to my Nextcloud platform if the "url-nxc" field is filled. This works > very well, but the only small issue I have is that this link is still > visible

[tw5] Re: Will the iframe sandbox code and cookies away from my tiddlywiki?

2021-03-30 Thread Eric Shulman
On Monday, March 29, 2021 at 7:13:28 PM UTC-7 Sapphireslinger wrote: > But what would happen if I accidentally clicked the "accept cookies" > pop-up within the iframe? *Would it embed cookies into my Tiddlywiki? *Or > would it only accept the cookies into the (Firefox) browser running my >

[tw5] Re: video embedded in modal - how to call with link instead of button?

2021-03-30 Thread Eric Shulman
On Monday, March 29, 2021 at 11:47:06 PM UTC-7 Sapphireslinger wrote: > *Problem 1: How to get "1. Introduction" to display as a link not a > button?* > *Problem 2: How to call all FooVideos with a list filter where clicking a > link (of the caption) opens it in the tm-modal? * > <$list

[tw5] Re: Limit the Length of the Recent SideBar Listing

2021-03-26 Thread Eric Shulman
On Friday, March 26, 2021 at 9:58:40 AM UTC-7 Brian Radspinner wrote: > Edit the system tiddler: > *$:/core/macros/timeline* > > Change "limit" in this line: > \define timeline(*limit:"100"*,format:"DDth MMM > ",subfilter:"",dateField:"modified") > ...to the number of tiddlers you want to

[tw5] Re: Deletion of tiddlers based on search

2021-03-21 Thread Eric Shulman
On Sunday, March 21, 2021 at 3:04:04 PM UTC-7 dupui...@gmail.com wrote: > searching for a way to delete tiddlers based on search/mentions in any > tiddler. > My "PowerSearch" filter generator might be what you need:

[tw5] Re: Changing menubar font

2021-03-20 Thread Eric Shulman
On Saturday, March 20, 2021 at 9:47:33 AM UTC-7 rika.s...@gmail.com wrote: > I'm styling the menubar and I've found plugins to change colors (helpful!) > but i'm also looking to change the font and font size. Does anyone know of > a plugin or a stylesheet to help me with that? Thanks! Use the

[tw5] Re: a filter question: two fields has value then NO else YES

2021-03-20 Thread Eric Shulman
On Saturday, March 20, 2021 at 9:45:23 AM UTC-7 Mohammad wrote: > <$vars disabled={{{[get[name]!is[blank]then[no]else[yes]] > :intersection[get[colorscheme]!is[blank]then[no]else[yes]] > ~[[yes]]}}} > > This is an *ugly *solution! I am looking for a simpler, more semantic and > easy to

Re: [tw5] Re: How to show edit-widgets when editing tiddlers with specific tags?

2021-03-18 Thread Eric Shulman
On Thursday, March 18, 2021 at 12:29:07 PM UTC-7 bmad...@gmail.com wrote: > How can I add that near the top, maybe above the body input? > You can set the order of the tiddlers with a given tag (e.g., $:/tags/EditTemplate) by using drag-and-drop within the tag list. 1) while viewing any

[tw5] Re: Simple, one-off number comparison

2021-03-18 Thread Eric Shulman
On Thursday, March 18, 2021 at 2:55:41 AM UTC-7 lamn...@gmail.com wrote: > <$set name="bookCount" filter="[author{!!title}count[]]"> > <$reveal type="eq" default=<> text=0> No books > <$reveal type="eq" default=<> text=1> <> book > > <$reveal type="gt" default=<> text=1> <> books > > > The

[tw5] Re: Clash between my font and my tiddlywiki

2021-03-15 Thread Eric Shulman
On Monday, March 15, 2021 at 9:31:32 AM UTC-7 florian...@gmail.com wrote: > I want to write in sitelen pona (hieroglyph system for the Toki Pona > language) in my TiddlyWiki but the font that is needed for that uses __ in > ligatures to produce some hieroglyph compositions. And of course when I

[tw5] Re: Comments Plugin

2021-03-14 Thread Eric Shulman
On Sunday, March 14, 2021 at 8:46:27 AM UTC-7 john.hu...@googlemail.com wrote: > This is my first Tiddlywiki and having trouble adding a commenst box to > the bottom of individual Tiddlers. > I have dragged across the following plugin on to my TiddlyWiki and clicked > on the input button >

[tw5] Re: Using the tiddler title and a prefix as icon and tag filter

2021-03-07 Thread Eric Shulman
On Sunday, March 7, 2021 at 9:22:01 AM UTC-8 staltari...@gmail.com wrote: > <$set name="myVariable" value={{{ [{!!title}addprefix[Gifts.]] }}}> > <$list filter="[tagtag[Gifts.Core]]"> > <$link to=<>><$view field=title/>, > > The technique you used is needed because you need to construct the tag

[tw5] Re: GitHub Saver 404 error

2021-03-05 Thread Eric Shulman
On Friday, March 5, 2021 at 4:23:27 PM UTC-8 rika.s...@gmail.com wrote: > Hmm, I'm also struggling with a 404 error. I thought the issue is in path > name, so I've tried a few options. The first was I added "/" and the second > is I created a wiki folder in my repo with a blank index.html file.

[tw5] Re: Field Search

2021-03-05 Thread Eric Shulman
On Friday, March 5, 2021 at 11:16:44 AM UTC-8 ludwa6 wrote: > Wow, @PMario : that would make this an amazing tool! Could it also be > possible to then export the result-set of tiddlers? Here's a different "filtered search" tool that generates the necessary filter from a set of drop-down

[tw5] Re: On Github why?

2021-03-04 Thread Eric Shulman
On Thursday, March 4, 2021 at 7:53:37 AM UTC-8 TiddlyTweeter wrote: > Incoherent post. You explain nothing. > There is an image attached to the original post. If you view that image, it shows a javascript error message ("red screen of death") that includes the error text: *TypeError:

[tw5] Re: ViewTemplate: remove an element?

2021-03-03 Thread Eric Shulman
On Wednesday, March 3, 2021 at 9:27:33 AM UTC-8 Erwan wrote: > I'm wondering if there is a simple way *not* to display some elements > (such as the date and list of tags) when a particular tiddler is rendered? > The only way I can think of is to modify the system tiddler, but it's not > very

[tw5] Re: How do I print the current tiddler only?

2021-03-03 Thread Eric Shulman
On Wednesday, March 3, 2021 at 9:22:47 AM UTC-8 Mat wrote: > ...without closing all other tiddlers and using the Print river page > button? >From the tiddler's "more" menu, choose "open in new window". Then, from that window, right-click to display the system popup menu and select

Re: [tw5] Re: Announcing Tiddlyhost.com

2021-03-02 Thread Eric Shulman
On Tuesday, March 2, 2021 at 7:58:34 AM UTC-8 Eskha wrote: > Is there any way to use the released 5.1.23 version instead of the > prerelease one? > 1) Locate and edit this shadow tiddler: *$:/config/OfficialPluginLibrary* 2) Change the value in the URL field to:

Re: [tw5] Need help getting rid of iframe

2021-02-27 Thread Eric Shulman
On Saturday, February 27, 2021 at 7:25:58 PM UTC-8 rpayn...@gmail.com wrote: > My client wants to be able to create/edit content using only the editor > for text/html. He finds switching the content type to “text/vnd.tiddlywiki” > before saving a tiddler too burdensome. > When

[tw5] Re: Custom markup plugin and multiple tiddlers

2021-02-27 Thread Eric Shulman
On Saturday, February 27, 2021 at 10:40:03 AM UTC-8 Soren Bjornstad wrote: > I'm trying out the beta of the custom markup plugin > and finding it quite > handy. However, I'm seeing a major limitation and want to be sure I'm not > just

[tw5] Re: Filter question: all tiddlers with that contain the current tiddler's title in their text field

2021-02-26 Thread Eric Shulman
On Friday, February 26, 2021 at 7:06:20 AM UTC-8 dieg...@gmail.com wrote: > To help my learn, was there something wrong with mine? > The regexp[] filter finds *pattern* matches. If the tiddler's title contains any special regular expression syntax (such as ".") then it can match text other

[tw5] Re: List tiddlers without tag and not shadow and not starting with $

2021-02-26 Thread Eric Shulman
On Friday, February 26, 2021 at 5:59:58 AM UTC-8 szd...@gmail.com wrote: > I would like to get a list of all tiddlers without tags so I typed : > <> > But it gives me a lot of tiddlers starting with $ (plugin/shadow > tiddlers). How could I remove them ? > <> enjoy, -e -- You received this

[tw5] Re: Filter question: all tiddlers with that contain the current tiddler's title in their text field

2021-02-25 Thread Eric Shulman
On Thursday, February 25, 2021 at 4:11:14 PM UTC-8 David Gifford wrote: > a list filter with all tiddlers that contain the current tiddler's title > in their text field > <$list filter="[search:text:literal]"><$link /> enjoy, -e -- You received this message because you are subscribed to the

[tw5] Re: Hello TW world and calculation question

2021-02-23 Thread Eric Shulman
On Tuesday, February 23, 2021 at 8:21:46 AM UTC-8 brad.d...@gmail.com wrote: > ...how to do calculations and formulas in TW. At the moment I would like > to do the following: > =INT(({{!!myfield}}-10)/2) > Calculations are done using the "filter" syntax. There are several ways to do this. *

[tw5] Re: Button style for sidebar / dark palette???

2021-02-23 Thread Eric Shulman
On Tuesday, February 23, 2021 at 7:13:18 AM UTC-8 David Gifford wrote: > Correction, it works if I have the toggle tab tiddler open in the story > river, but not in the tab in the sidebar. > On Tuesday, February 23, 2021 at 9:10:17 AM UTC-6 David Gifford wrote: > >> I just tried numerous

[tw5] Re: Button style for sidebar / dark palette???

2021-02-23 Thread Eric Shulman
On Tuesday, February 23, 2021 at 5:40:02 AM UTC-8 David Gifford wrote: > https://giffmex.org/experiments/cleantids.html > The buttons in the Toggle tab. > Using the browser's "inspect" function, the derived CSS being applied to those buttons is: .tc-sidebar-lists button { color: #33;

[tw5] Re: Help with the helpbutton macro..

2021-02-23 Thread Eric Shulman
On Tuesday, February 23, 2021 at 3:39:31 AM UTC-8 Ste wrote: > \define HelpButton(label, ButtonText:?) > ^^(<$button popup="""$:/temp/popup/$(currentTiddler)$/$label$""" > class='tc-btn-invisible tc-tiddlylink'>$ButtonText$)<$reveal > type='popup'

[tw5] Re: Help New User

2021-02-20 Thread Eric Shulman
On Saturday, February 20, 2021 at 1:36:13 PM UTC-8 Mark S. wrote: > By itself, the single file version is just a very elaborate web page. It > can't save itself or your changes. > That is not exactly true. You CAN save your changes without using any of the addon "saver solutions". With no

[tw5] Re: Nested List, show Level 1 only if Level 2 exists

2021-02-18 Thread Eric Shulman
On Thursday, February 18, 2021 at 3:47:01 AM UTC-8 JM wrote: > Next step would be understanding what you have archieved with "limit[1]". > Ist the literal content of variable relevant? > The $list widget filter, [tag{!!title}tag[CAD]], only produces output when there are matching tiddlers. If

[tw5] Re: Nested List, show Level 1 only if Level 2 exists

2021-02-18 Thread Eric Shulman
On Wednesday, February 17, 2021 at 10:35:15 PM UTC-8 JM wrote: > Something changed. Using my first solution, the space between project > title was 'big', as If there was an empty list behind the project title of > projects without tasks tagged CAD. Now there is no more space between those >

[tw5] Re: Nested List, show Level 1 only if Level 2 exists

2021-02-17 Thread Eric Shulman
On Wednesday, February 17, 2021 at 7:40:09 AM UTC-8 JM wrote: > <$list filter="[tag[project]sort[title]]"> > <$link to={{!!title}}>''<$view field="title"/>'' > <$list filter="[is[current]tagging[]tag[CAD]sort[title]]"> > <$link to={{!!title}}><$view field="title"/> > > > > Is it possible to

[tw5] Re: Is there a way to create automatic links besides Camel Case?

2021-02-15 Thread Eric Shulman
On Monday, February 15, 2021 at 7:03:47 PM UTC-8 journe...@gmail.com wrote: > For example, I am writing a story, and whenever I type a character's name, > such as John, if there is already a Tiddler with his name, it links to that > Tiddler every time. See the "Freelinks" plugin in the

[tw5] Re: Nested List from a customized list

2021-02-14 Thread Eric Shulman
On Sunday, February 14, 2021 at 3:01:56 PM UTC-8 Stephen Kimmel wrote: > several tiddlers that have names in Greek letters. I want to create a list > rather like the sidebar type list with the heading being the first letter > of the tiddler name followed by a list of tiddler titles that start

[tw5] Re: Error Loading Websites in Firefox

2021-02-05 Thread Eric Shulman
On Friday, February 5, 2021 at 9:22:26 PM UTC-8 manishm...@gmail.com wrote: > Firefox is preventing certain websites from being displayed in the > Tiddler. > Are there other options to get around this? > It is not Firefox that is blocking the use of an IFrame... the request is being refused

[tw5] Re: adding whitespace separating results from a $list filter run

2021-02-05 Thread Eric Shulman
On Friday, February 5, 2021 at 11:29:32 PM UTC-8 gavin@gmail.com wrote: > <$list filter="[all[current]tags[]tag[author name]]"/> > ...the returned tags run into each other without a whitespace > By ending with "/>", you are using the short form of the $list widget. Instead, you should use

[tw5] Re: Utilizing Reveal Widget in Templates

2021-02-03 Thread Eric Shulman
On Wednesday, February 3, 2021 at 10:06:05 AM UTC-8 mmiller wrote: > I am utilizing the reveal widget through a template (see below). This > template is being used by many tiddlers. > ...when I toggle the button for the reveal widget it is universally > toggling every tiddler utilizing the

[tw5] Re: TiddlyTime - a simple event logger

2021-01-25 Thread Eric Shulman
On Monday, January 25, 2021 at 4:50:11 AM UTC-8 Anjar wrote: > I was looking for a simple, crossplatform event logger for use in the > field, but had some troubles finding a good solution, so I made a quick and > simple implementation with tiddlywiki. >

[tw5] Re: Add or sum number from fields tiddler by filter

2021-01-24 Thread Eric Shulman
On Sunday, January 24, 2021 at 11:04:35 AM UTC-8 sil...@gmail.com wrote: > To not have link in result I've found this but I wonder if there is a > simpler solution > You can use the "filtered transclusion" syntax directly in the $text widget, like this: Total = ''<$text

[tw5] Re: Add or sum number from fields tiddler by filter

2021-01-24 Thread Eric Shulman
On Sunday, January 24, 2021 at 3:11:33 AM UTC-8 sil...@gmail.com wrote: > My need: via a tiddler filter with tag, add the numbers of a custom field > contained in the tiddlers: in order to be able to count the time spent on a > project. > This will do the trick: total = {{{

[tw5] Re: Transclude image if Tiddler has tag...

2021-01-19 Thread Eric Shulman
On Tuesday, January 19, 2021 at 4:50:47 AM UTC-8 vinvi...@gmail.com wrote: > I want to transclude an image in the text field if the tiddler has tag: > Tag "Cold" show image "Blue.png" > Tag "Cool" show image "Aqua.png" " > Tag "Neutral" show image "White.png" > Tag "Warm" show image "Orange.png"

[tw5] Re: Note to Eric on GG TiddlyWikiDev group end point ...

2021-01-17 Thread Eric Shulman
Group heading text updated to point to GitHub for TWCore dev discussions On Sunday, January 17, 2021 at 5:28:48 AM UTC-8 TiddlyTweeter wrote: > Ciao Eric > > The header line to this group "See the TiddlyWikiDev > group for > technical

[tw5] Re: Problem with "contains" filter when value has spaces

2021-01-09 Thread Eric Shulman
On Saturday, January 9, 2021 at 8:22:37 PM UTC-8 Mooglegirl wrote: > I have a tiddler with a field called "characters" that contains a > comma-separated list of characters relevant to the story written in the > tiddler. In this case, the field value is "Nicholas Vaughn, Katherine > Vaughn".

[tw5] Re: Special Copy of Title to Description Field

2021-01-09 Thread Eric Shulman
On Saturday, January 9, 2021 at 1:09:02 PM UTC-8 History Buff wrote: > I saw the first operator, but thought it returned the entire title of the > first item in the list. It *does* return the title of the first item in the list. However, in this usage, first[] is preceded by split[] with no

[tw5] Re: Special Copy of Title to Description Field

2021-01-08 Thread Eric Shulman
On Friday, January 8, 2021 at 4:06:27 PM UTC-8 History Buff wrote: > The copying of the title to the description field with the extra text I > think is relatively easy. However, I'm having trouble figuring out how to > extract the first character and the first three characters from the title.

Re: [tw5] How to change ViewTemplate/body for tiddlers with specific tag?

2021-01-06 Thread Eric Shulman
There is a syntax error in the filter: <$list filter="[all[current[tag[test]]"> should be: <$list filter="[all[current]tag[test]]"> (i.e., the third open bracket should be a CLOSE bracket) -e -- You received this message because you are subscribed to the Google Groups "TiddlyWiki"

[tw5] Re: How to get count widget to only look at tiddlers from month x to month y

2021-01-05 Thread Eric Shulman
On Tuesday, January 5, 2021 at 6:57:44 PM UTC-8 Sapphireslinger wrote: > May I ask what "gteq" and "1teq" stand for? > gteq = "greater than or equal to" lteq = "less than or equal to" > Does TW's built-in date format have a way to tell it to display as > year.month.day.timesecond? Then I

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

2020-12-31 Thread Eric Shulman
ogram-used-open-email-links -e On Thursday, December 31, 2020 at 5:40:07 AM UTC-8 Eric Shulman wrote: > Mario, > > I enabled "Reply to author" for "all group members" several weeks ago. > The command is located in the "three dots" dropdown men

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