[tw5] Re: Building static sites in the browser

2020-05-07 Thread Suzanne McHale
Yay! *This* is what I have long wanted in TW - an inbuilt choice to export to separate files, rather than have to use the convoluted Node.js method. The only issue is that I am getting the Javascript freeze-up Unresponsive error when using this for a large TW (in Firefox ESR 52.9) - A script

[tw5] Re: [Plugin] TWCrossLinks

2020-05-07 Thread Odin Jorna
It is! Thanks for working with me. Appreciate it! :) Op donderdag 7 mei 2020 23:08:50 UTC+2 schreef Tony K: > > [image: Annotation 2020-05-08 000737.png] > > It is done, this is what you are looking for right ? > > if so will be available soon > > On Thursday, May 7, 2020 at 8:43:09 PM UTC+3,

[tw5] Re: Reordering Tiddler UI elements?

2020-05-07 Thread Samir Patel
Holy moly that's so cool! Thanks Mark! On Thursday, May 7, 2020 at 9:20:36 PM UTC-5, Mark S. wrote: > > Be sure to have a backup. > > The UI is formed by tiddlers tagged with $:/tags/ViewTemplate. Find one of > them, perhaps > > $:/core/ui/ViewTemplate/body > > Click on it's

[tw5] Re: Reordering Tiddler UI elements?

2020-05-07 Thread Eric Shulman
On Thursday, May 7, 2020 at 6:46:03 PM UTC-7, Samir Patel wrote: > > Specifically, I am trying to move the the tags-wrapper below the body of > any tiddler. > > I assumed it would be a simple re-ordering of div tags, but I wasn't able > to find them in any of the SystemTags I looked at. I

[tw5] Re: Reordering Tiddler UI elements?

2020-05-07 Thread 'Mark S.' via TiddlyWiki
Be sure to have a backup. The UI is formed by tiddlers tagged with $:/tags/ViewTemplate. Find one of them, perhaps $:/core/ui/ViewTemplate/body Click on it's $:/tags/ViewTemplate tag. A list of everything tagged by that tag will appear. Drag and drop $:/core/ui/ViewTemplate/tags

[tw5] Reordering Tiddler UI elements?

2020-05-07 Thread Samir Patel
Specifically, I am trying to move the the tags-wrapper below the body of any tiddler. I assumed it would be a simple re-ordering of div tags, but I wasn't able to find them in any of the SystemTags I looked at. I thought it would be in ViewTemplate. -- You received this message because you

Re: [tw5] Re: [Presenting]: STROLL official rollout!

2020-05-07 Thread David Gifford
Hi Alexander H...hopefully someone else can investigate this - I really have very little experience with node.js. Thanks for bringing this to our attention! On Thu, May 7, 2020 at 7:01 PM Alexander Williams wrote: > On Thursday, May 7, 2020 at 11:04:17 AM UTC-4, David Gifford wrote: >> >>

[tw5] Re: [Presenting]: STROLL official rollout!

2020-05-07 Thread Alexander Williams
On Thursday, May 7, 2020 at 11:04:17 AM UTC-4, David Gifford wrote: > > Thank you to everyone who gave me feedback during the experimental phase, > and especially to Saq Imtiaz for creating and adapting his Stories plugin > for Stroll's needs. And thanks to all of you *in advance* for your >

[tw5] Context plugin makes static export crash

2020-05-07 Thread Anjar
Hi, I am trying to do an export to static pages using the context plugin, the JSZip plugin and the export button of Anne-Laure Le Cunff . I have made a tiddler $:/blinks with <$set name="bterm" value=<> > <$list

[tw5] Re: [New Plugin] Delay Actions, defer the execution of action widgets for a set amount of time

2020-05-07 Thread David Gifford
Mark, you beat me to it by 2 hours. Thank you! On Thursday, May 7, 2020 at 2:13:49 PM UTC-5, Mark S. wrote: > > Added to TiddlyWiki Toolmap > under Developer / > advanced tools. > > On Thursday, May 7, 2020 at 4:42:53 AM UTC-7, Jed Carty wrote:

[tw5] Re: A CSS only library to fill your empty background with beautiful patterns.

2020-05-07 Thread Riz
For those wondering how to make use of it without involving node and terminal and all. Warning: Do it in a empty wiki - not your production wikis 1. Create a tiddler - give it any name. Add the following as text https://unpkg.com/pattern.css; rel="stylesheet"> 2. To the above tiddler, add the

[tw5] Re: [Plugin] TWCrossLinks

2020-05-07 Thread Tony K
[image: Annotation 2020-05-08 000737.png] It is done, this is what you are looking for right ? if so will be available soon On Thursday, May 7, 2020 at 8:43:09 PM UTC+3, Odin Jorna wrote: > > I did! but then the " *Inbound Links:* " still shows, which is kinda a > waste of space if you don't

[tw5] Re: A CSS only library to fill your empty background with beautiful patterns.

2020-05-07 Thread Petruschka
Follow up: - The Simpsons in pure CSS - https://pattle.github.io/simpsons-in-css/ - CSS Color Gradient Generator - https://mybrandnewlogo.com/de/farbverlaufsgenerator On Thursday, May 7, 2020 at 10:08:09 PM UTC+2, Petruschka wrote: > > I found this while surfing the web. > >

[tw5] Re: [Plugin] TWCrossLinks

2020-05-07 Thread Tony K
Got you your request is clear. will bake it in next update, i have a small "surprise" in it but I don't think you will appreciate it lol will be realeased probably on saturday On Thursday, May 7, 2020 at 8:43:09 PM UTC+3, Odin Jorna wrote: > > I did! but then the " *Inbound Links:* " still

[tw5] A CSS only library to fill your empty background with beautiful patterns.

2020-05-07 Thread Petruschka
Enjoy! https://github.com/bansal-io/pattern.css?ref=producthunt -- 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 to tiddlywiki+unsubscr...@googlegroups.com. To view

[tw5] Re: [New Plugin] Delay Actions, defer the execution of action widgets for a set amount of time

2020-05-07 Thread 'Mark S.' via TiddlyWiki
Added to TiddlyWiki Toolmap under Developer / advanced tools. On Thursday, May 7, 2020 at 4:42:53 AM UTC-7, Jed Carty wrote: > > I needed a break from my other work, so I made an action widget that can > add a delay to the execution of other

[tw5] Does the MultiTiddlerFiles extension allow me to load multiple tiddlers from a text file from node.js?

2020-05-07 Thread leeand00
I found some MultiTiddlerFiles functionality in Tiddlywiki.,com, can this be used to load multiple tiddlers into a file? I don't see the extension (.multids) in the list of loadable files in the load

[tw5] Re: [New Plugin] Delay Actions, defer the execution of action widgets for a set amount of time

2020-05-07 Thread Jed Carty
I can't really say I am too worried about infinite recursion loops, but it is interesting that it continues after renaming the macro. For things like this I am planning on making a pulse plugin that gives a periodic pulse that can trigger action widgets. Set it to check whatever conditions you

Re: [tw5] Re: [Presenting]: STROLL official rollout!

2020-05-07 Thread David Gifford
Awesome, Sylvain! I didn't know about that macro, or at least not for this use case. Fixed! Thank you! On Thu, May 7, 2020 at 1:08 PM Sylvain Naudin wrote: > Hi David, > > Just open for the first time and read the documentation quickly. > > When I saw the SVG icons in the text, it made me

[tw5] Re: [New Plugin] Delay Actions, defer the execution of action widgets for a set amount of time

2020-05-07 Thread 'Mark S.' via TiddlyWiki
DON'T RUN THE FOLLOWING CODE! Unless you're prepared to reboot your TW. It gives you a button to start a timer that every 10 seconds posts the seconds to the subtitle. You might want this feature if you were tracking how much timer you were spending on a project. What's critically missing is a

Re: [tw5] Re: Wikipedia-like tooltips

2020-05-07 Thread David Gifford
Yeah, take that Tobias! :-) Peter, glad you find it helpful. On Monday, May 4, 2020 at 7:57:51 AM UTC-5, Peter Buyze wrote: > > I have removed Tobias Beer's plug-in and added David Gifford's instead - > works like a dream, I am adding to all the internal links in my TW. > > > 4 May 2020, 15:32

[tw5] Re: [Presenting]: STROLL official rollout!

2020-05-07 Thread Sylvain Naudin
Hi David, Just open for the first time and read the documentation quickly. When I saw the SVG icons in the text, it made me thought about this thread with a solution to integrate these icons more harmoniously in the text : https://groups.google.com/d/msg/tiddlywiki/vmU6ul2UW20/1ZJ2Q4I9BAAJ

[tw5] Re: Wikipedia-like tooltips

2020-05-07 Thread stefan infp
Looks beautiful thanks joi, 7 mai 2020, 06:21:44 UTC+3, A Gloom a scris: > > This TW static site seems to use Wikipedia type hover over popups > > https://www.mentalnodes.com/ > -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from

[tw5] Re: [Plugin] TWCrossLinks

2020-05-07 Thread Odin Jorna
I did! but then the " *Inbound Links:* " still shows, which is kinda a waste of space if you don't really have a need to toggle the inbound links. Op donderdag 7 mei 2020 19:19:20 UTC+2 schreef Tony K: > > in the options you can show them by default. did you try that? > > On Thursday, May 7,

[tw5] Re: [Plugin] TWCrossLinks

2020-05-07 Thread Tony K
in the options you can show them by default. did you try that? On Thursday, May 7, 2020 at 8:07:20 PM UTC+3, Odin Jorna wrote: > > Thanks for replying to the feedback! I am really enjoying what you've made. > For me the dropdown button was the thing that was bothering me the most > because it

[tw5] Re: [Plugin] TWCrossLinks

2020-05-07 Thread Odin Jorna
Thanks for replying to the feedback! I am really enjoying what you've made. For me the dropdown button was the thing that was bothering me the most because it was another click and step when I would prefer to see the information when opening a tiddler. I think one horizontal ruler above would

Re: [tw5] Re: [Presenting]: STROLL official rollout!

2020-05-07 Thread David Gifford
"Ignore this comment" - Mohammad was this an excerpt from a previous post? I don't see that post. And yes, I will ignore those comments. :-) On Thu, May 7, 2020 at 11:07 AM Mohammad wrote: > Well done! > Thanks for sharing! > > Ignore this comment: > >1. I would put settings under More tab

Re: [tw5] Re: [Presenting]: STROLL official rollout!

2020-05-07 Thread David Gifford
Hey Robert I think you are trying to do the transclusion of popups from another of my pages (https://giffmex.org/gifts/transclusioninpopups.html). That is not incorporated into Stroll. Add the three tiddlers listed below, but from that page, and you should be able to do that.

Re: [tw5] [Presenting]: STROLL official rollout!

2020-05-07 Thread David Gifford
Thanks for the kind words, Peter. Glad you were persistent enough to start getting the hang of it. On Thu, May 7, 2020 at 10:59 AM 'Peter Buyze' via TiddlyWiki < tiddlywiki@googlegroups.com> wrote: > Congrats David, well done with this impressive piece of work, and your > enthusiasm is inspiring

Re: [tw5] Re: [Presenting]: STROLL official rollout!

2020-05-07 Thread David Gifford
Sorry, Robert, the highlight search in context function is part of someone else's plugin. I wouldn't know how to change it even if I wanted to. Hey! Would love it if the backlinks highlighted in context were rendered > rather than the original text, includes things like html for hover >

[tw5] Re: [Plugin] TWCrossLinks

2020-05-07 Thread Tony K
Thank you HC yes i just started copying TiddlyBlink and tried to adapt it to my needs On Thursday, May 7, 2020 at 4:39:26 PM UTC+3, HC Haase wrote: > > This look very nice. I like the way you are handling the freelinks. I will > have a better look when I have more time. > > There are a lot

[tw5] Re: [Plugin] TWCrossLinks

2020-05-07 Thread Tony K
Hello Odin thank you for giving it a try, I did add a feature to make it shown by default but I understand now what you are looking for. would just one horizontal ruler above make sense to you? or you want without rulers at all ? I added 2 new features and I can bake your request in before my

[tw5] Re: How can I insert a timestamp as "text" ?

2020-05-07 Thread Tony K
i needed it in a macro so I used wikifi if you have time take a look at my attachment in the last post On Thursday, May 7, 2020 at 4:13:07 PM UTC+3, TonyM wrote: > > I use riz's editor toolbar button all the time for this in text or I time > stamp a field if I want it retained indefinitly. For

[tw5] Re: [Presenting]: STROLL official rollout!

2020-05-07 Thread Mohammad
Well done! Thanks for sharing! Ignore this comment: 1. I would put settings under More tab 2. The pinky eye icon could be theme consistent! Cheers Mohammad -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this

[tw5] Re: [New Plugin] Delay Actions, defer the execution of action widgets for a set amount of time

2020-05-07 Thread Mohammad
Wonderful! I think it is also useful for tooltips and popups on mouse hover a link! Thank you Jed! --Mohammad On Thursday, May 7, 2020 at 4:12:53 PM UTC+4:30, Jed Carty wrote: > > I needed a break from my other work, so I made an action widget that can > add a delay to the execution of other

Re: [tw5] [Presenting]: STROLL official rollout!

2020-05-07 Thread 'Peter Buyze' via TiddlyWiki
Congrats David, well done with this impressive piece of work, and your enthusiasm is inspiring too. I got started with TW by using TB some 3 weeks ago and have enjoyed every minute of it, thanks in no small part too of the amazingly dynamic  Google Group forum and its helpful members. In fact,

[tw5] Proper way to use $:/tags/TagDropdown

2020-05-07 Thread Rob Hoelz
Hello TiddlyWiki users! I have quite a few journal tiddlers - so many that clicking on the tag pill for the Journal tag lists *far* too many tiddlers. What's worse, they're listed in ascending chronological order - most of the time if I'm browsing to a journal entry, it's going to be a recent

[tw5] Re: [Presenting]: STROLL official rollout!

2020-05-07 Thread Robert Haisfield
Hey! Would love it if the backlinks highlighted in context were rendered rather than the original text, includes things like html for hover previews. See attached image. On Thursday, May 7, 2020 at 9:04:17 AM UTC-6, David Gifford wrote: > > Hi everyone > > Stroll is a TiddlyWiki adaptation

[tw5] [Presenting]: STROLL official rollout!

2020-05-07 Thread David Gifford
Hi everyone Stroll is a TiddlyWiki adaptation imitating certain features of Roam to help users easily see connections between their notes and navigate between them. Features include: - bi-directional links, - autocompletion when linking, - renaming of links upon changing tiddler

[tw5] Re: Macro not working on single word target

2020-05-07 Thread Les Barbott
Thank you very much Saq ! Trying to wrap the names in bracketts before storing them felt like easier to then display, just view the field and you’re done. Thank you very much for your quick answer ! I would never have found myself. -- You received this message because you are subscribed to

[tw5] Macro not working on single word target

2020-05-07 Thread Saq Imtiaz
Note that brackets have a special meaning in filters, you can refer to filter syntax for details. So it's the subfilter stripping the brackets before saving the value to the field. Why do you want brackets around it in the field? If storing multiple values as a list in the same field, note

[tw5] Re: Building static sites in the browser

2020-05-07 Thread Yoni Balkind
Hi @Jeremy This plugin is a great help, thank you. I notice that the permalink it generates contains funny characters /About%2520this%2520site.html instead of /About-this-site.html Is there a way I can change this? I think you answered this question above when you say The static templates

[tw5] Re: Web Clipper equivalent

2020-05-07 Thread Rohrreiniger
Iirc Petruschka found an answer to this. It was an about:config change to signatures of .xpi's. Am Mittwoch, 6. Mai 2020 17:36:03 UTC+2 schrieb Jared Volpe: > > Latest Firefox on the Mac throws an error when I try to install it. It > seems very out of date. Anyone else seeing this issue? --

[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

Re: [tw5] Reviving TiddlyWiki Hangouts

2020-05-07 Thread Saq Imtiaz
Excellent! Happy to hear it Jeremy. Even if this ends up being roughly bi-weekly rather than weekly, I think it will be fantastic. On Thursday, May 7, 2020 at 4:15:53 PM UTC+2, Jeremy Ruston wrote: > > Thank you for all the nominations. Everyone mentioned would make a > fantastic guest, and I

[tw5] Re: [New Plugin] Delay Actions, defer the execution of action widgets for a set amount of time

2020-05-07 Thread Rohrreiniger
Hello Jed, as a newbie I have to ask, what is it good for? Do you may have an example? Thanks in advance. BR Am Donnerstag, 7. Mai 2020 13:42:53 UTC+2 schrieb Jed Carty: > > I needed a break from my other work, so I made an action widget that can > add a delay to the execution of other action

Re: [tw5] Reviving TiddlyWiki Hangouts

2020-05-07 Thread Jeremy Ruston
Thank you for all the nominations. Everyone mentioned would make a fantastic guest, and I hope they’ll agree to take part — and I’m sure there are many others too. I’m sure you will all be pleased to learn Anne-Laure has kindly agreed to be our guest on hangout #106 next week. I’ll send

[tw5] Macro not working on single word target

2020-05-07 Thread Les Barbott
Hello all, I discovered TW a couple of weeks ago, and I was blown away by the great possibilities of this tool ! I am currently writting a set of customization for my TW, partly to have a better suited tool, partly just because programming is fun ! One of the things I want to do is to have a

[tw5] Re: [Plugin] TWCrossLinks

2020-05-07 Thread HC Haase
This look very nice. I like the way you are handling the freelinks. I will have a better look when I have more time. There are a lot of activity around connections lately. * this nice pugin * davis tydllyBlink/idea stew/stroll/...? * my own newly updated toc generic

[tw5] Re: JS sleep/timeout function (custom widget)?

2020-05-07 Thread Hubert
Tony, Here's one totally non-representative example: 1. When I log a new running/cycling workout, I select some options and then click a "Log" button. 2. This button initiates a sequence of actions (a stack of action widgets), the last of which is a fancy animated notification.

[tw5] Re: How can I insert a timestamp as "text" ?

2020-05-07 Thread TonyM
I use riz's editor toolbar button all the time for this in text or I time stamp a field if I want it retained indefinitly. For example rather than tag something with done, timestamp a done field. If the done field exists has[done] it is done, but I also know the time and date it was done, even

[tw5] Re: JS sleep/timeout function (custom widget)?

2020-05-07 Thread TonyM
Could those in the thread explain to a broader audience what such a function would do for us and or a use case? thanks Tony -- 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

[tw5] Re: [Plugin] TWCrossLinks

2020-05-07 Thread Odin Jorna
Hi Tony, I fiddled with your TWCrossLinks plugin and I was quickly amazed by its possibilities. For me, this beats just having backlinks underneath each tiddler. Having the tabs to switch around between freelinks and backlinks and such is a very nice thing. One thing I noticed is that the two

[tw5] Re: [plugin] TOC generic - shows toc,backlinks,list and listed up front

2020-05-07 Thread HC Haase
*Announcement*: TOC Generic *Date*: 2020/05/07 *Release*: 2.0.0 Downlaod/demo: https://hchaase.github.io/HC-Plugins/#TOC-Generic%20Introduction I

Re: [tw5] WebServer API error on PUT

2020-05-07 Thread Arlen Beiler
If you try creating a tiddler in the regular wiki and inspect the network request you'll notice there is an x-requested-with header there. That is there to keep random requests from accidentally putting tiddlers. So if you copy that value into your request you should be good to go. On Thu, May 7,

[tw5] Re: [New Plugin] Delay Actions, defer the execution of action widgets for a set amount of time

2020-05-07 Thread Saq Imtiaz
I have a few custom action widgets that could be useful in conjunction with this, will try to post them up sometime soon. I really need to get better at that. On Thursday, May 7, 2020 at 1:42:53 PM UTC+2, Jed Carty wrote: > > I needed a break from my other work, so I made an action widget that

[tw5] Re: [New Plugin] Delay Actions, defer the execution of action widgets for a set amount of time

2020-05-07 Thread Hubert
Thank you for sharing Jed, amazing work and extremely useful. Regards, Hubert On Thursday, 7 May 2020 12:42:53 UTC+1, Jed Carty wrote: > > I needed a break from my other work, so I made an action widget that can > add a delay to the execution of other action widgets. > > Enjoy. > >

[tw5] Re: JS sleep/timeout function (custom widget)?

2020-05-07 Thread Hubert
Jed, may I suggest that you announce this plugin to the wider group. I think it's brilliant and maybe more people will find it useful as well. I think that also Saq and Jeremy hinted at selectively delaying actions during their hangout that was recently published

[tw5] Re: svg shapes macros

2020-05-07 Thread A Gloom
svg shapes macro adapted for use in a svg annotation overlay for raster images (or html/pdf using forreign object underlying object/iframe layer) [image: svgoverlay.jpg] \define circleOL(xpos,ypos,radius,fill,border,borderw) \end \define squareOL(xpos,ypos,width,fill,border,borderw) \end

[tw5] Re: Eventually managed to compute the intersection of two filters outputs !

2020-05-07 Thread TonyM
And eventually close the wikify good stuff thanks for sharing your original work Tony -- 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 to

[tw5] Re: JS sleep/timeout function (custom widget)?

2020-05-07 Thread Hubert
Jed, thank you!!! This is fantastic. It works as advertised, great work! Many thanks, Hubert On Thursday, 7 May 2020 12:41:26 UTC+1, Jed Carty wrote: > > I got bored and needed a break from my other work, so I made the widget I > described: https://ooktech-tw.gitlab.io/plugins/delayactions/ >

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

2020-05-07 Thread A Gloom
hello Birthe Ton Gerner has done a lot of wikis, theme and plugins and are keeping it > updated. http://tw5custom.tiddlyspot.com/ is very good to learn from > Didn't he do that excelleant guide on TW's css/styling? A definite must for any reference guide -- You received this message because

[tw5] [New Plugin] Delay Actions, defer the execution of action widgets for a set amount of time

2020-05-07 Thread Jed Carty
I needed a break from my other work, so I made an action widget that can add a delay to the execution of other action widgets. Enjoy. https://ooktech-tw.gitlab.io/plugins/delayactions/ -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To

[tw5] Re: JS sleep/timeout function (custom widget)?

2020-05-07 Thread Jed Carty
I got bored and needed a break from my other work, so I made the widget I described: https://ooktech-tw.gitlab.io/plugins/delayactions/ -- 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: Fill in the blanks: TW references

2020-05-07 Thread Birthe C
Ton Gerner has done a lot of wikis, theme and plugins and are keeping it updated. http://tw5custom.tiddlyspot.com/ is very good to learn from -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving

[tw5] WebServer API error on PUT

2020-05-07 Thread Brian C
I started my tiddlywiki server with no username/password. All the GET commands work just fine. But when I send a basic PUT request to create a tiddler, I am getting: HTTP/1.1 403 'X-Requested-With' header required to login to 'Brian's Space' -Brian -- You received this message because

[tw5] Re: Eventually managed to compute the intersection of two filters outputs !

2020-05-07 Thread Eric N.
Tony, That was very helpful !! As my intent is to use the result in a list widget, I went with 1/ returning this in the macro : <$list filter="[enlistsort[]]"> <$text text="[["/>{{!!title}}<$text text="]]"/> 2/ storing the result with wikify : <$wikify name=result text="""<>""" > 3/ using

[tw5] Fill in the blanks: TW references

2020-05-07 Thread A Gloom
Most forums have a references sticky, here's the start of one-- add other references for TW or any corrections to what is started here REFERENCE "MANUALS" offical TW documentation: https://tiddlywiki.com/#Community static pages: https://tiddlywiki.com/static/TableOfContents The Book by Luis

[tw5] Re: Demo: SVG live editor

2020-05-07 Thread A Gloom
Thomas With the latest Firefox update, I'm getting a Secure Connection Failed An error occurred during a connection to tid.li. SSL received a record that exceeded the maximum permissible length. Error code: SSL_ERROR_RX_RECORD_TOO_LONG The page you are trying to view cannot be shown

[tw5] Re: The MESS of knowing what is what ... GG is poison ...

2020-05-07 Thread TiddlyTweeter
Ciao Birthe Right. Good approaches.Similar to PMario. But its just, right now, I am not here so much so I CAN'T READ any post. Saving or Fav is not possible. The issue is finding relevant things ("all but only") when you been away a time. At the moment I'm very interested in innovation on

Re: [tw5] Re: Demo: Proposal for slight visual changes to getting started tiddler

2020-05-07 Thread Birthe C
Riz, I think it is because every discussion has had a tendency to mix the plugin with the exe version of Bob. I also think I might not have been the only one having problems with some of the latest versions. The last version is very good, lots of good explanations. Still Jed might be

[tw5] Re: How can I insert a timestamp as "text" ?

2020-05-07 Thread Tony K
Might have a surprise for you -- 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 to tiddlywiki+unsubscr...@googlegroups.com. To view this discussion on the web visit

[tw5] Re: Announcing TiddlyDesktop v0.0.14

2020-05-07 Thread TiddlyTweeter
Stefan Pfister wrote: > > I don't want to critisice tiddlydesktop to much. I'm glad it really exists > but there are some aspects which make me wondering. > > Here is the link: https://www.youtube.com/watch?v=8F6-FzBl_Ow > Ciao Stefan Very useful video because it ILLUSTRATES WELL ... 1 - the

[tw5] Re: The MESS of knowing what is what ... GG is poison ...

2020-05-07 Thread Birthe C
TT, I am a simpleton. I use a dedicated tiddlywiki, open i the browser tab next to the one I use to read the Google Group. Then I bookmark the things I find interesting right now in that TW. But of course I do not always read everything or do not really have the interest for a special matter

[tw5] Re: Announcing TiddlyDesktop v0.0.14

2020-05-07 Thread TiddlyTweeter
Stefan Pfister wrote: > > > Sorry about my english, I'm not an native speaker. Its just my opinion. > Stefan Your English is good. No problem. I know your English is good as you use idioms: "I am not that amused" (about browser saving) and "In all its glory" (about TiddlyDesktop). You also

[tw5] Re: JS sleep/timeout function (custom widget)?

2020-05-07 Thread Hubert
That sounds great, thanks Jed. I'm only just beginning to learn JavaScript but this is some important info. I'm sure I'll come up with some solutions eventually and find new problems as I go :) Thanks, Hubert On Wednesday, 6 May 2020 20:02:04 UTC+1, Jed Carty wrote: > > In the same way that a

[tw5] Re: The MESS of knowing what is what ... GG is poison ...

2020-05-07 Thread TiddlyTweeter
Anne-Laure Le Cunff wrote: > > I may be old school but I kind of like Google Groups. > Me too. GG is a continuation of Usenet & Listserv. Both remain good. But GG hasn't evolved either much and has little incentive to do so. Its good for immediate use. Very good for following simple flow. My

[tw5] Re: The MESS of knowing what is what ... GG is poison ...

2020-05-07 Thread TiddlyTweeter
Mark S. wrote: > TT is trying to search for a concept: Editing. Unfortunately, almost every > post is going to have terms relating to editing. Only if someone took the > time to tag the item would "Editing" stand out as a semantic object. > > If TT had been looking for a strudel recipe, he

[tw5] Re: Eventually managed to compute the intersection of two filters outputs !

2020-05-07 Thread TonyM
Eric, You need to wikify the result of a complex macro before feeding it into the next widget otherwise the macro code is included. - One way to conceptualise this is; - tiddlywiki always tries and passes the un-wikified result along so it can be "evaluated" at the last moment

[tw5] Re: [Plugin] TWCrossLinks

2020-05-07 Thread SizzlinSJ
Thanks, the examples of the categories helped make it more clear. -- 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 to tiddlywiki+unsubscr...@googlegroups.com. To view

[tw5] Re: Eventually managed to compute the intersection of two filters outputs !

2020-05-07 Thread A Gloom
Mohammad They are listed in TW-Scripts! But as you said I will create a tiddler references all of them. Excellent-- you have so much content now-- having summary/quick reference tiddlers may keep ppl from getting overwhelmed by search results in TWScripts-- I used the idea Tobias'

[tw5] Re: GitHub Saver commits but without changes

2020-05-07 Thread Alex Goldstein
Also strange... I just added a tiddler called "test stuff", and if you look at the diff, it shows there's a new div called "test stuff" — but you can't see it anywhere on the actually-deployed website. So I think stuff is getting created, but something is broken along the way. On Wednesday,

[tw5] Re: Interstitial Journaling in TiddlyWiki

2020-05-07 Thread Mohammad
@David Gifford Hi Dave, Would you please add the dailynotes to Tiddlywiki Toolmap! This is amazing tool! --Mohammad On Sunday, April 26, 2020 at 10:05:59 AM UTC+4:30, Scott Kingery wrote: > > An article by Anne-Laure Le Cunff titled Interstitial journaling: > combining notes, to-do & time

[tw5] Re: [Plugin] TWCrossLinks

2020-05-07 Thread Tony K
Hello SizzlinSJ thank you for testing TWCrossLinks *re Tags vs Keywords: *You don't need to use both, you can use one or the other *I *use both, each for a different reason. *For me* - Tags are used as Categories to class my Tiddlers - *PRIA: *Project / Responsibility / Interest /

[tw5] Re: Demo: Proposal for slight visual changes to getting started tiddler

2020-05-07 Thread Mohammad
Riz, I cannot found TWexe in the list of single file saving on Windows See: https://kookma.github.io/TW-Scripts/#Twexe --Mohammad -- 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,

[tw5] GitHub Saver commits but without changes

2020-05-07 Thread Alex Goldstein
I just got a fresh TiddlyWiki set up, set up my GitHub login in the GitHub Saver tab. If I open it in TiddlyDesktop, then upon save it will update my GitHub. I load up the GH Pages site, and I can see my new content. However, if I am then on that site and make edits through my browser, then

Re: [tw5] Re: [plugin] Project-Manager & Notebook theme updates

2020-05-07 Thread Mohammad
Hi Nico, I appreciate to have a look at the below issue! --Mohammad On Sunday, May 3, 2020 at 9:12:43 AM UTC+4:30, Mohammad wrote: > > Thank you Nico! > > To reproduce the issue > >1. From https://tiddlywiki.com/ I downloaded an empty.html >2. drag and drop to it

[tw5] Re: Eventually managed to compute the intersection of two filters outputs !

2020-05-07 Thread Mohammad
Hi A Gloom, They are listed in TW-Scripts! But as you said I will create a tiddler references all of them. On Thursday, May 7, 2020 at 8:13:31 AM UTC+4:30, A Gloom wrote: > > Mohammad > > you need to make a filters reference tiddler at TWScripts (if you hadn't > already) containing the

[tw5] Re: [Plugin] TWCrossLinks

2020-05-07 Thread SizzlinSJ
So nice of you for making this plugin, Although i have a some questions, - How are Keywords different than Tags? - I am confused, when to use keywords or tags while taking notes? any example? On Tuesday, May 5, 2020 at 3:52:06 PM UTC+5:30, Tony K wrote: > > Bumping the thread >