[tw5] Re: Transclusion issues

2020-10-05 Thread Bob Jansen
Joshua, just tried your suggestion. MIxed result. The test was: artworks marked TK17 and TK19 exhibition selected TK21 The first action-listops worked as the action-setfield did before, TK21 added to the exhibition_id field of both TK17 and TK19. The second action-listops worked better,

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

2020-10-05 Thread Eric Shulman
On Monday, October 5, 2020 at 9:45:18 AM UTC-7, Anthony wrote: > > Thanks so much for this Eric, it's really helpful. Once I get my head > around your script/code, with the help of your notes, I'll have a better > understanding of how to do this sort of thing... I'll be playing with this > for

[tw5] Re: Transclusion issues

2020-10-05 Thread Bob Jansen
Tones, just had a go at your suggestion. What a wonderful way to see what is happening. I can now see how I get the result I get but not why. Still, another step forward. This mechanism should be written up in the documentation! Now to work out why. bobj On Monday, 5 October 2020 18:10:48

[tw5] Re: I have a cool idea, not sure how to go about it

2020-10-05 Thread Charlie Veniot
For example: https://intertwingularityslicendice.neocities.org/CJ_ProductReviews.html See how the contents of the sidebar changes based on the selected radio button at the top of the sidebar. This involves a few tiddlers in the sidebar that alter displayed content based on selected radio

[tw5] Re: I have a cool idea, not sure how to go about it

2020-10-05 Thread Charlie Veniot
Don't mind me: I tend to lose the big picture when I hyperfocus on a small detail that is throwing me off. > *Option 1: a new tiddler is created.* > >> > I'm thinking the tiddler (a "Report" tiddler) should already (and always) exist? i.e. probably not showing anything, but does start

[tw5] Re: Total Word Count?

2020-10-05 Thread Joshua Fontany
In the Filter tab of $:/AdvancedSearch, use only the inner "filter run": [all[tiddlers]!is[system]get[text]splitregexp[\s+]count[]] (Tested and working on tiddlywiki.com.) Best, Joshua F On Monday, October 5, 2020 at 5:08:56 PM UTC-7 LG wrote: > Thank you, Eric and Joshua! > > I'm not

[tw5] Re: A beautiful Tiddlywiki shared by Evan Blaster

2020-10-05 Thread David Gifford
Almost as beautiful as mine: https://giffmex.org/experiments/redesign.html On Monday, October 5, 2020 at 10:07:41 AM UTC-5 Atronoush wrote: > This Tiddlywiki shared by Evan Blaster on Twitter > ! > > https://imitone.com/discover-midi/

[tw5] Re: Total Word Count?

2020-10-05 Thread LG
Thank you, Eric and Joshua! I'm not getting a response back out unfortunately. Instead I get a link to a zero. I copied it into a new Tiddler to see what'd happen and I got zero. I then put it into the Filter tab of $:/AdvancedSearch and received this message: *3 matches* {{{ <#%7B%7B%7B> 0

[tw5] Re: A beautiful Tiddlywiki shared by Evan Blaster

2020-10-05 Thread Joshua Fontany
Aaaah, I heard that Evan was experimenting with TW again. This looks fantastic. Thanks for sharing! Best, Joshua Fontany On Monday, October 5, 2020 at 8:15:52 AM UTC-7 Atronoush wrote: > There are some good plugins with this wiki, one is the condition >

Re: [tw5] Re: Transclusion issues

2020-10-05 Thread Dr. Bob Jansen
Thanks Tones and Joshua for your feedback. I will investigate what you have advised and hopefully this will fix things. Joshua, I was not aware of the timing issue you mentioned. Have not come across that as yet but will keep that in mind from now. thank again bobj On 6/10/20 10:26 am,

[tw5] Re: Transclusion issues

2020-10-05 Thread Joshua Fontany
One problem here is that the code inside of the $button, including your $action widgets, are parsed/rendered once when the Button itself is displayed, and will not be updated as the underlying Wiki tiddlers change (for example, once that Button is onscreen, changes to the list of Tagged

[tw5] Re: Total Word Count?

2020-10-05 Thread Joshua Fontany
Excellent response, and so close to mine I will let it stand. Good use of {{{ ... }}} "transcluded filter" notation. You could also type that filter into the "Filter" tab of $:/AdvancedSearch. Best, Joshua F On Sunday, October 4, 2020 at 7:39:51 PM UTC-7 Eric Shulman wrote: > On Sunday,

Re: [tw5] A plugin for diagrams and figures?

2020-10-05 Thread jin
Thank you!! On Tuesday, 6 October 2020 at 00:18:07 UTC+8 Atronoush wrote: > Jin, do you mean a plugin to draw circle and conic sections? > > If you want to draw yourself, the simplest is to create a tiddler and > change its type to image > then you can draw, if you have a mouse or pen! I think

Re: [tw5] Re: wiki is not responsive on public domain

2020-10-05 Thread Rika Sukenik
Also, the css file is now not being generated. I tried adding the below code to the test command but am getting errors when starting node "test": [ "--rendertiddler", "$:/core/save/all", "index.html", "text/plain"

Re: [tw5] Re: wiki is not responsive on public domain

2020-10-05 Thread Rika Sukenik
Awesome, it worked! Thank you! But now I'm getting some xmlhttprequest errors pop up when the site loads www.rikasukenik.com On Monday, October 5, 2020 at 1:38:22 PM UTC-7 inmy...@gmail.com wrote: > It looks like it got built without any of the javascript components. If > you want a site like

Re: [tw5] Re: wiki is not responsive on public domain

2020-10-05 Thread Jed Carty
It looks like it got built without any of the javascript components. If you want a site like tiddlywiki.com then look in your tiddlywiki.info file and under build put "test": [ "--rendertiddler","$:/core/save/all","index.html","text/plain"] then the command you run would be (assuming you have

Re: [tw5] Re: wiki is not responsive on public domain

2020-10-05 Thread Rika Sukenik
If you could take a look, that'd be great. I used the build flag in node to build the static site. Here it is https://www.rikasukenik.com/ Thank you! Best, Rika Sukenik On Mon, Oct 5, 2020 at 11:55 AM Jed Carty wrote: > I can't see any attached files, there has been trouble with this before >

[tw5] Re: wiki is not responsive on public domain

2020-10-05 Thread Jed Carty
I can't see any attached files, there has been trouble with this before but I don't know what caused it. If you made the static wiki by rendering the page view template as static html then the result isn't interactive. I don't think it contains any javascript so none of the interactive

[tw5] wiki is not responsive on public domain

2020-10-05 Thread Rika Sukenik
hi! my wiki is working fine on my local server, but it's not interactive on my public domain, meaning I can't click on any menu items and I don't see the 2 tiddlers I created. I used nodeJS to build the static site & I added all of the files in the static folder to my github pages repo. I

Re: [tw5] Is there a way to recreate tiddlywiki.info file?

2020-10-05 Thread Rika Sukenik
Thanks! I was able to get my themes back! Best, Rika Sukenik On Sat, Oct 3, 2020 at 1:14 PM talha131 wrote: > If you have your old wiki (the one whose tiddlywiki.info got deleted) in > HTML format, like from a backup, then I will solve this problem this way > >1. Create a new TiddlyWiki

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

2020-10-05 Thread Anthony
Thanks so much for this Eric, it's really helpful. Once I get my head around your script/code, with the help of your notes, I'll have a better understanding of how to do this sort of thing... I'll be playing with this for a while! Take care, Anthony On Monday, 5 October 2020 at 13:54:48

Re: [tw5] A plugin for diagrams and figures?

2020-10-05 Thread Atronoush Parsi
Jin, do you mean a plugin to draw circle and conic sections? If you want to draw yourself, the simplest is to create a tiddler and change its type to image then you can draw, if you have a mouse or pen! I think Mat has a plugin for drawing over image also and my be helpful here! On Mon, Oct 5,

[tw5] Re: A beautiful Tiddlywiki shared by Evan Blaster

2020-10-05 Thread Atronoush Parsi
There are some good plugins with this wiki, one is the condition https://imitone.com/discover-midi/#%24%3A%2Fplugins%2Febalster%2Fcondition The Condition plugin for TiddlyWiki, version 0.1.2, by Evan Balster. This plugin defines widgets that will either show or hide their contents depending on a

[tw5] A beautiful Tiddlywiki shared by Evan Blaster

2020-10-05 Thread Atronoush Parsi
This Tiddlywiki shared by Evan Blaster on Twitter ! https://imitone.com/discover-midi/ You can create very useful yet very eye-catching wiki using lovely Tiddlywiki! --Atro -- You received this message because you are subscribed to

[tw5] Re: I have a cool idea, not sure how to go about it

2020-10-05 Thread David Gifford
Hi Tones See my responses below On Monday, October 5, 2020 at 12:01:17 AM UTC-5 TW Tones wrote: > David, > > I think I understand what you are suggesting and think what ever can help > to capture and re-envision the content is an ideal place for tiddlywiki to > operate it. I have read it

[tw5] Re: Syntax Question - How to include fields in a ToC

2020-10-05 Thread Eric Shulman
On Monday, October 5, 2020 at 5:29:16 AM UTC-7, Pieter-Michiel Geuze wrote: > > I apologize for needing your time and assistance again. > No need to apologize. The people in this group LOVE to help others be successful with Tiddlywiki! > I am trying to include this code as the beginning of

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

2020-10-05 Thread Eric Shulman
On Monday, October 5, 2020 at 3:32:51 AM UTC-7, Anthony wrote: > > 1. When one uses the 'MMDD' date format then the event (e.g. birth) is > also included for years before that event - I can't quite decide whether > it's okay for this to happen so I'm wondering whether there's a way to >

[tw5] Syntax Question - How to include fields in a ToC

2020-10-05 Thread Pieter-Michiel Geuze
Friends, I apologize for needing your time and assistance again. I am trying to include this code as the beginning of some of my tiddlers. I want to use the {{!!title}} instead of TITLE so that the code is the same and does not require me to manually input the tiddler title for each instance.

[tw5] content of another tidder copy in tiddler

2020-10-05 Thread Gerald Weis
Hi Folks, i have cloned an tiddler. but ths works not fine. Title and tags are done Content no this is the code for this action \define NeuerZyklus(Kennzeichen Sache Jahr) <$button>''$Sache$''Jahr - ''$Jahr$'' <$action-createtiddler $basetitle="$Sache$ - $Jahr$" tags="[[$Kennzeichen$]]

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

2020-10-05 Thread Anthony
Hi Eric, What a project - I can barely keep up! I'm thinking about using the calendar option for an 'On This Day' project and I have a few questions: 1. When one uses the 'MMDD' date format then the event (e.g. birth) is also included for years before that event - I can't quite decide

[tw5] Re: problem: image tiddlers remain as orphans when linked from without

2020-10-05 Thread Damián Gil
Thanks. The problem with your solution is that the image tiddlers which really ARE orphans (they haven't been linked from any other tiddler) don't show on the orphans list. El lunes, 5 de octubre de 2020 a las 2:31:44 UTC+2, joshua@gmail.com escribió: > Surprisingly Easily! > > After

[tw5] A plugin for diagrams and figures?

2020-10-05 Thread jin
Our classes officially started today and I wanted to take notes in TW however there are diagrams, figures in some subjects like a simple circle, conic sections and other math related and I was wondering if there's like a plugin for this because its such a hassle to import pictures but if not

[tw5] Re: Transclusion issues

2020-10-05 Thread TW Tones
Bob, I have not seen a fault yet, I will keep looking, however when adding items to a list consider using the ActionListops widget rather than adding suffixes. It has the advantage of not setting it twice etc... Your second attempt at the first

[tw5] Transclusion issues

2020-10-05 Thread Bob Jansen
I am trying to implement a simple function in my TW. <$button> <$list filter="[tag[Mark]]"> <$action-setfield $field="exhibition_id" $value={{{ [{!!exhibition_id}addsuffix[ ]addsuffix{$:/TLS/exhibition_id}] }}} />