[tw5] Re: Building static sites in the browser

2020-05-08 Thread Edgaras
This is very helpful *Jeremy*! Makes TW an even more competitive Static Site Generator and CMS. I have a suggestion that removes the need to export the whole site every time: What if we check the "Last modified" field of every tiddler and export ONLY those that were modified after the latest

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

2020-05-08 Thread Les Barbott
Le vendredi 8 mai 2020 11:20:13 UTC+1, Saq Imtiaz a écrit : > > <$list filter="[enlist{mytiddler!!Myfield}]"/> > > Will give you a link to each title regardless of whether it has spaces in > the title or not. You can also do something different with each title > inside the list widget. >

[tw5] Re: Cannot filter for real orphans

2020-05-08 Thread bimlas
TonyM, Although a newly created tiddler has a tags field, it is just empty. The negated "has" means "those input tiddlers in which field F does not exist or has an empty value", exactly this is what I need because I want to know if a tiddler has tags or not (something is written in the tags

[tw5] Re: how can i transclude a variable tiddler?

2020-05-08 Thread Saq Imtiaz
<$set name=content value=<> > On Friday, May 8, 2020 at 11:59:30 AM UTC+2, Tony K wrote: > > I want to transclude a tiddler with title Today's date and put its content > into a variable ... > > what i tried > <$transclude tiddler=<> /> > > works but can't put the resut in a variable > >

[tw5] Re: Building static sites in the browser

2020-05-08 Thread Saq Imtiaz
@Edgaras You can do that already actually. As always, TW is very flexible when it comes to these things. The code Jeremy has provided is just an example of how to leverage the new capabilities. Ohter users may have different use cases and needs, so the flexibility is key. What would be useful

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

2020-05-08 Thread Les Barbott
That’s great, and it does help. Thx ! The only other area I am sometimes struggling with is the need to wrap everything when working with variables, string manipulation and list. It can get quite convoluted ! Is there any good ressources about that ? I wish I could just set a variable by

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

2020-05-08 Thread David Gifford
Hi Martin, On Friday, May 8, 2020 at 3:38:56 AM UTC-5, Martin Piron wrote: > > Hello Dave, thanks a lot again for your hard work ! > > I noticed that Stroll deactivates (or accelerates too much ?) the > animations normally visible with the "Pop" or "Zoomin" story views. Is that > a desired

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

2020-05-08 Thread Martin Piron
Thank you so much, Dave. Another thing I noticed (sorry, I hope this is not annoying to you ?) is that increasing the sidebar width setting while in "fluid story, fixed sidebar" layout does not actually extend the sidebar any more, it just creates a margin between the story and sidebar. This

[tw5] Re: Popup transclusion problem, TiddlyWiki vs static html

2020-05-08 Thread Anne-Laure Le Cunff
Oops, my tutorial has the pop up on content that's on its own separate line, so I didn't notice the problem. Following this conversation with interest. On Friday, May 8, 2020 at 2:24:02 PM UTC+1, David Gifford wrote: > > Hi all > > I recently

[tw5] Re: Sharing Drift

2020-05-08 Thread Julio Peña
Hello Tony K and all, @ Tony K: I must say that I really like how your work is progressing with Drift. Yes, as Saq said, I ran a little experiment the lazy way; just threw one tiddlywiki into another to see how the best of both worlds would look like: When you first open it looks normal:

[tw5] Re: how can i transclude a variable tiddler?

2020-05-08 Thread TonyM
Have you thought of using {{!!title}} to access the current Tiddlers title? Use this as the value={{!!title}} in a set widget but keep in mind the title equals <> already Regards Tony -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To

[tw5] Popup transclusion problem, TiddlyWiki vs static html

2020-05-08 Thread David Gifford
Hi all I recently came up with a way to transclude tiddlers within popups in a way that works when exporting tiddlers to static htmls. https://giffmex.org/gifts/transclusioninpopups.html Now I realize there is a problem: I tested the popup on its own line, but not within a paragraph. Within

[tw5] Re: [Plugin] TWCrossLinks

2020-05-08 Thread Tony K
Another thread bump plugin updated with exciting new features Grab it On Saturday, May 2, 2020 at 7:31:44 PM UTC+3, Tony K wrote: > > Update to *v0.1.3* > > version change log: > 2020-05-08: v0.1.3 > >- Added counter showing the number of inbound links >- Fixed bug in

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

2020-05-08 Thread Rohrreiniger
Thank you Riz! Am Donnerstag, 7. Mai 2020 23:17:13 UTC+2 schrieb 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

[tw5] Re: Cannot filter for real orphans

2020-05-08 Thread bimlas
Sorry, a typo is left inside, but it doesn't give the correct result even after correction: "!is[orphan" -> "is[orphan]" -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an

[tw5] Re: how can i transclude a variable tiddler?

2020-05-08 Thread Saq Imtiaz
try <$transclude tiddler={{{ [] }}} /> but note that the value of now will change every minute. On Friday, May 8, 2020 at 1:09:45 PM UTC+2, Tony K wrote: > > this will get me the value of <> if the variable content right? > > what I want is the content of the tiddler with title the restulf of

[tw5] How can I find all tiddlers where fields names begin with price_ with $list filter ?

2020-05-08 Thread TonyM
I think the filters you may be looking for are [all[current]fields[]prefix[price_]] for price fields on the current tiddler Or use say [!is[system]fields[]prefix[price_]] Both return tiddlers with price fields you can then have code inside a list widget to extract the field values. Let me

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

2020-05-08 Thread Jed Carty
It turns out I already made a plugin that runs things periodically about 2 years ago, perhaps one day I will remember what I have made. https://ooktech.com/TiddlyWiki/TimerActions/ -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe

[tw5] Re: [Plugin] TWCrossLinks

2020-05-08 Thread Tony K
thank you for your help (o: On Friday, May 8, 2020 at 12:58:32 PM UTC+3, Odin Jorna wrote: > > Both work for me! See the picture attached. I had both features switched > off, as I use the 'Make inbound links permanent (removes toggle option)' > option in the config. But after switching them on

[tw5] how can i transclude a variable tiddler?

2020-05-08 Thread Tony K
I want to transclude a tiddler with title Today's date and put its content into a variable ... what i tried <$transclude tiddler=<> /> works but can't put the resut in a variable <$set name=content value={{<>}} > doesn't work what other options do I have please? -- You received

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

2020-05-08 Thread Les Barbott
So I went back to studying and spent some more time looking at the Title List, Listops widget and filtering. If I store the data SingleWord [[With space]] HelloThere [[Getting Started]] in the field myField, what would you say is the best syntax to : 1. generate a list of links (so the end goal

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

2020-05-08 Thread Saq Imtiaz
<$list filter="[enlist{mytiddler!!Myfield}]"/> Will give you a link to each title regardless of whether it has spaces in the title or not. You can also do something different with each title inside the list widget. -- You received this message because you are subscribed to the Google Groups

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

2020-05-08 Thread Saq Imtiaz
Les: Basically enlist gives you a list/array of words where each member is one title, regardless of spaces, with no brackets. <$list filter="[enlist{mytiddler!!mylist}]"> <$text text=<>/> Might help with understanding as to what is going on and what the value of currentTiddler is for each

[tw5] Re: how can i transclude a variable tiddler?

2020-05-08 Thread Tony K
this will get me the value of <> if the variable content right? what I want is the content of the tiddler with title the restulf of <> On Friday, May 8, 2020 at 2:01:38 PM UTC+3, Saq Imtiaz wrote: > > <$set name=content value=<> > > > On Friday, May 8, 2020 at 11:59:30 AM UTC+2, Tony K wrote:

[tw5] Re: how can i transclude a variable tiddler?

2020-05-08 Thread Tony K
<$transclude tiddler=<> /> works but i want the result in a variable or field On Friday, May 8, 2020 at 2:13:35 PM UTC+3, Saq Imtiaz wrote: > > try <$transclude tiddler={{{ [] }}} /> but note that the value of now > will change every minute. > > On Friday, May 8, 2020 at 1:09:45 PM UTC+2,

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

2020-05-08 Thread Mohammad
Thank you Petruschka for sharing! Thank you Riz for great instruction! I may also add the below wonderful source pretty background patterns can be used for your Tiddlywiki! https://www.toptal.com/designers/subtlepatterns/ --Mohammad On Friday, May 8, 2020 at 1:47:13 AM UTC+4:30, Riz wrote: >

[tw5] Re: Building static sites in the browser

2020-05-08 Thread Yoni Balkind
@Edgaras I'd also like a way to export directly to Github pages, but in the interim I've been using to imfast.io to host my site directly from Google Drive. So now I export the static pages to a Google Drive folder on my desktop and imfast.io has access to that folder and automatically updates

[tw5] Re: how can i transclude a variable tiddler?

2020-05-08 Thread 'Mark S.' via TiddlyWiki
In this version it's assumed that you only want to transclude one tiddler for one day, and the format is -0MM-0DD. <$wikify name="now2" text=<>> <> <$set filter="[get[text]]" name="curday" select=0> <> The value of the tiddler ends up in variable <> -- You received this message because

[tw5] Re: how can i transclude a variable tiddler?

2020-05-08 Thread Tony K
where have you been :) it is exactly what I was looking for took me a couple of hours to find it on my own but here was my solution <$set name=currentContent tiddler=<> fied=text> On Friday, May 8, 2020 at 8:31:58 PM UTC+3, Mark S. wrote: > > In this version it's assumed that you only want

[tw5] Re: Performance of Freelinks

2020-05-08 Thread Tony K
Hello Angel would it be possible for you to test my plugin https://groups.google.com/forum/#!topic/tiddlywiki/9ra0s9AEKl4 and tell me how it performs on such a number of tiddlers? I am just curious thank you On Friday, May 8, 2020 at 5:40:50 PM UTC+3, Angel Wong wrote: > > HI, I have been

[tw5] Re: Building static sites in the browser

2020-05-08 Thread Mohammad
Hello Siniy-Kit! To not hijack this thread, I use another one and I appreciate to give instruction there! --Mohammad On Friday, May 8, 2020 at 2:29:17 PM UTC+4:30, Siniy-Kit wrote: > > Hi, Jeremy. Why you put files to zip? All old Tiddlywiki versions can > generate static multipage sites

[tw5] Generate Static Website Using Tiddlywiki

2020-05-08 Thread Mohammad
In another thread Siniy-Kit presented a method to export to Static Multi Page Website! Her wrote: Hi, Jeremy. Why you put files to zip? All old Tiddlywiki versions can > generate static multipage sites without node.js and

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

2020-05-08 Thread David Gifford
Finally someone gets it! On Fri, May 8, 2020, 10:29 AM Ed Heil wrote: > This is outstanding. I feel like it could completely transform how one > works with tiddlywikis. > > Right now it feels like the learning path for a new tiddlywiki user is > > * use links because they're easy and basic > *

[tw5] Re: Building static sites in the browser

2020-05-08 Thread Edgaras
*Saq Imatiaz* thank you so much for the clarification and the encouragement to develop my own use case! I think I could do it, I will let you know if I succeed :D ––– Another thing, is there a way to publish static files directly to GitHub Pages? I know it's already possible to

[tw5] Performance of Freelinks

2020-05-08 Thread Angel Wong
HI, I have been using Tiddlywiki for months for my studying notes and I love its features very much. I am excited to see Freelinks which has the auto-linking features that I have been looking for. Currently, I have around 700 tiddlers. When trying the plugin, I notice an obvious delay when

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

2020-05-08 Thread David Gifford
Hi Martin On Fri, May 8, 2020 at 9:00 AM Martin Piron wrote: > Thank you so much, Dave. > > Another thing I noticed (sorry, I hope this is not annoying to you ?) > No, not annoying, very helpful. Because TiddlyWiki is so adaptable, there is no way I can test every possible thing that users

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

2020-05-08 Thread Ed Heil
This is outstanding. I feel like it could completely transform how one works with tiddlywikis. Right now it feels like the learning path for a new tiddlywiki user is * use links because they're easy and basic * realize you can't rename tiddlers without a lot of work -- grab a plugin to fix

[tw5] Re: how can i transclude a variable tiddler?

2020-05-08 Thread 'Mark S.' via TiddlyWiki
It would help to explain what you actually want to do. The default <> changes every minute. Do you really have an entire day's worth of tiddlers made in advance that would match <> ? If you just want to fetch contents for the day, then you're going to need to use a format with the macro that

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

2020-05-08 Thread Birthe C
Hi Martin, Using Stroll, look in the control panel for options in tab Two Story Layout. If you want to use TiddlyMap in the sidebar, I think TiddlyBlink might be a better choice. Birthe -- You received this message because you are subscribed to the

[tw5] TiddlyWiki Discord Server

2020-05-08 Thread Matt R
Does such a thing exist? I understand the value in a forum structure, but I find it extremely difficult to richly engage in community without something like a Discord, etc. If not, I'll probably make one. -- You received this message because you are subscribed to the Google Groups

[tw5] Re: Sharing Drift

2020-05-08 Thread Saq Imtiaz
@TonyK If you remind me in 2-3 weeks I may be able to help you with the CSS for integrating 2 stories. On Friday, May 8, 2020 at 9:09:32 AM UTC+2, Tony K wrote: > > *re 2 columns*: wow that sound way out of my league :( > -- You received this message because you are subscribed to the Google

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

2020-05-08 Thread Saq Imtiaz
@Martin @Dave I can make no guarantees that you can have a wider sidebar with the Stories plugin as it is now but I think it should work.The fixed width of the sidebar that you are seeing now is most likely due to hardwired numbers for the sidebar width in a non-Stories CSS tiddler, perhaps

[tw5] Re: Building static sites in the browser

2020-05-08 Thread Edgaras
Yoni Balkind funny, I am also using fast.io following Anne-Laure's recommendations, and it works great! I am using Dropbox instead of Google Drive. Exactly, it would be amazing if it could save to the specified location. Also TiddlyDesktop does not seem to work for exporting at the moment.

[tw5] Re: Building static sites in the browser

2020-05-08 Thread Anne-Laure Le Cunff
Edgaras - I used this to fix my URLs! On Friday, May 8, 2020 at 7:11:44 PM UTC+1, Edgaras wrote: > > *Yoni Balkind* funny, I am also using fast.io following Anne-Laure's > recommendations, and it works great! I am using

[tw5] Re: Generate Static Website Using Tiddlywiki

2020-05-08 Thread Anne-Laure Le Cunff
Following this thread! Also found this tutorial incredibly helpful in cleaning up the output of a TiddlyWiki static website. On Friday, May 8, 2020 at 5:37:08 PM UTC+1, Mohammad wrote: > > In another thread >

Re: [tw5] Re: Wikipedia-like tooltips

2020-05-08 Thread Anne-Laure Le Cunff
That's my website, thanks so much A Gloom and Stefan! On Thursday, May 7, 2020 at 7:09:01 PM UTC+1, David Gifford wrote: > > 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

[tw5] Re: Building static sites in the browser

2020-05-08 Thread Yoni Balkind
@Edgaras regarding TiddlyDesktop not exporting nicely - I'm just using the normal TW file and saving with Timimi, works nicely. @Anne-Laure I was just about to comment on the fact that I'm still struggling with ugly permalinks like this: www.mysite.com/About%2520this%2520site.html Those

[tw5] Re: Building static sites in the browser

2020-05-08 Thread Anne-Laure Le Cunff
Hi Yoni, see walkthrough attached. This also should be an easy solution to the URL issue. On Friday, May 8, 2020 at 7:36:43 PM UTC+1, Yoni Balkind wrote: > > @Edgaras regarding TiddlyDesktop not exporting nicely - I'm

[tw5] Re: Building static sites in the browser

2020-05-08 Thread Anne-Laure Le Cunff
By the way the files are called something "nurselog" because his website is called Nurse Log, I used "nesslabs" for my files - doesn't really matter but just in case you wonder what "nurselog" is about :) On Friday, May 8, 2020 at 7:39:19 PM UTC+1, Anne-Laure Le Cunff wrote: > > Hi Yoni, see

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

2020-05-08 Thread Rob Hoelz
Thanks, Tony! You've inspired me to try a different approach - I can just add a ViewTemplate tiddler for journals to model the behavior I need. So it seems to me that TagDropdown doesn't have anything to do with sorting the tagged tiddlers after all - maybe the documentation could use some

[tw5] Re: trim whitespace at beginning and end of a variable

2020-05-08 Thread Mat
https://tiddlywiki.com/prerelease/#trim%20Operator <:-) -- 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

[tw5] Re: trim whitespace at beginning and end of a variable

2020-05-08 Thread Saq Imtiaz
title={{{ [{$:/temp/test!!newEntry}trim[]] }}} On Saturday, May 9, 2020 at 12:17:21 AM UTC+2, Tony K wrote: > > the code is really simple > > <$edit-text tag=input tiddler="$:/temp/test" field="newEntry" /> > <$button> > <$action-sendmessage $message="tm-new-tiddler" >

[tw5] Re: Building static sites in the browser

2020-05-08 Thread Yoni Balkind
Thank you Anne-Laure! I gave this a quick test run and it did not work.. Put perhaps this gets us part of the way there and someone else can help with the additional steps -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this

[tw5] trim whitespace at beginning and end of a variable

2020-05-08 Thread Tony K
Is there a way to trim whitespace at the beginning and end of a variable? problem description input box -> enter tiddler name button create tiddler with name entered issue is that user sometime will add a space in the input box I don't want it in the title any way to solve that ? -- You

[tw5] Re: trim whitespace at beginning and end of a variable

2020-05-08 Thread Mat
Could you put up a demo, e.g at tiddlyspot because that "ought to work". <:-) -- 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: Proper way to use $:/tags/TagDropdown

2020-05-08 Thread TonyM
Rob You can change the order of items in the tag drop down with manual drag and drop. However this operates on all tiddlers so tagged. Ie no additional filters are applied. It is best to use other mechanisiums where you have much more control my favorite being the list Widget. As you say

[tw5] Re: Is there a fairly minimal workflow to import pages from Roam into TiddlyWiki?

2020-05-08 Thread Anne-Laure Le Cunff
Thanks so much for sharing, Stian! I'll give a try. I know where to find you :) On Friday, May 8, 2020 at 9:49:09 PM UTC+1, Stian Håklev wrote: > > Hi all, >> > > I'm not using TiddlyWiki, but I figured this would be useful to you. I've > developed a tool called roam-export, which processes

[tw5] Re: Generate Static Website Using Tiddlywiki

2020-05-08 Thread Anne-Laure Le Cunff
Wow, incredible these were generated with TW. Very impressed.Thanks for sharing! On Friday, May 8, 2020 at 9:20:03 PM UTC+1, Mohammad wrote: > > Anne-Laure, > This one is really interesting! > http://heeg.tiddlyspot.com/#index (The Tiddlywiki template to create > static webpage as online

[tw5] TiddlyWiki and Accessibility

2020-05-08 Thread Steven Schneider
Hi Folks, My university is about to launch a summer program with courses focused on the pandemic. The primary marketing/explanation materials are built in TiddlyWiki. The soon-to-be-announced link is here: https://pvfiles.sunypoly.edu/pandemic-studies.html Our web architect identified a few

[tw5] Re: Building static sites in the browser

2020-05-08 Thread Anne-Laure Le Cunff
I only tested these with the Node.js version of TiddlyWiki, and I didn't have to do anything else beside creating these two files and making sure to set their type properly. When I exported again, the URLs had hyphens instead of spaces between the words. Honestly not sure if there's an extra

[tw5] Re: Building static sites in the browser

2020-05-08 Thread Yoni Balkind
Mind you I'm not sure if I'm correctly setting the type and module type? Anne-Laure I used the 3 fields as show in the screenshot. Is that right? [image: 2020-05-08 21_14_59-Window.png] -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To

[tw5] Re: Generate Static Website Using Tiddlywiki

2020-05-08 Thread Mohammad
Anne-Laure, This one is really interesting! http://heeg.tiddlyspot.com/#index (The Tiddlywiki template to create static webpage as online store!) --Mohammad -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and

[tw5] Re: trim whitespace at beginning and end of a variable

2020-05-08 Thread Tony K
I tried it didn't work  dunno what I am missing -- 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

[tw5] Re: trim whitespace at beginning and end of a variable

2020-05-08 Thread Tony K
the code is really simple <$edit-text tag=input tiddler="$:/temp/test" field="newEntry" /> <$button> <$action-sendmessage $message="tm-new-tiddler" title={{$:/temp/test!!newEntry}} /> New Tiddler all i want is ignore the space I might add in the input field On Saturday, May 9, 2020 at

[tw5] Re: Cannot filter for real orphans

2020-05-08 Thread bimlas
Pull request: https://github.com/Jermolene/TiddlyWiki5/pull/4643 -- 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: trim whitespace at beginning and end of a variable

2020-05-08 Thread TonyM
Tony Best you share some code for us to look at. Try and replicate on tiddlywiki.com It can all depend how you reference the value. Of you set a variable to a text reference it should work but using triple braces and trim if needed. Regards Tony -- You received this message because you are

[tw5] Re: trim whitespace at beginning and end of a variable

2020-05-08 Thread Tony K
wow :D man you are amazing, been banging my head for like 2 hrs thanks On Saturday, May 9, 2020 at 1:22:07 AM UTC+3, Saq Imtiaz wrote: > > title={{{ [{$:/temp/test!!newEntry}trim[]] }}} > > On Saturday, May 9, 2020 at 12:17:21 AM UTC+2, Tony K wrote: >> >> the code is really simple >> >>

[tw5] Re: trim whitespace at beginning and end of a variable

2020-05-08 Thread TonyM
Thanks Saq, Hard to code on ones mobile; Tony K The triple braces and trim and other methods to handle strings in a filter is one of the best ways because unlike other methods it allows you to transform the input to a parameter after its "=" sign, without reverting to other variables or

[tw5] Re: Sharing Drift

2020-05-08 Thread Tony K
if it is not too much to ask I sure will. I have more than enough to keep me busy a couple of weeks much obliged thank you On Friday, May 8, 2020 at 6:16:15 PM UTC+3, Saq Imtiaz wrote: > > @TonyK If you remind me in 2-3 weeks I may be able to help you with the > CSS for integrating 2 stories.

[tw5] Re: Is there a fairly minimal workflow to import pages from Roam into TiddlyWiki?

2020-05-08 Thread Stian Håklev
> > Hi all, > I'm not using TiddlyWiki, but I figured this would be useful to you. I've developed a tool called roam-export, which processes Roam JSON exports and does a lot of neat things, including resolving embeds, block-embeds, queries (almost done), exporting a subset of pages in

[tw5] Re: Building static sites in the browser

2020-05-08 Thread Edgaras
Yoni Balkind sadly Timmini does not have a Safari plugin... Anne-Laure wow, nice thank you for sharing! It seems a bit complex, I put those two macros in the system, but I am not sure how to reference them in the export button code. -- You received this message because you are subscribed to

[tw5] Re: Generate Static Website Using Tiddlywiki

2020-05-08 Thread Mohammad
Anne-Laure On Friday, May 8, 2020 at 11:00:49 PM UTC+4:30, Anne-Laure Le Cunff wrote: > > Following this thread! > > Also found this tutorial > > incredibly helpful in cleaning up the output of a TiddlyWiki static website. >

[tw5] Re: Building static sites in the browser

2020-05-08 Thread Anne-Laure Le Cunff
Hi Yoni, Here is a screenshot of what mine looks like. I have no idea what exactly is going wrong but I suspect the browser-based exporter Jeremy built doesn't work exactly like the node-based exporter I'm using. [image: Screenshot 2020-05-08 at 11.56.42 PM.png] On Friday, May 8, 2020 at

[tw5] Re: Cannot filter for real orphans

2020-05-08 Thread bimlas
> > I don't understand how "orphan" works either: the tiddler doesn't contain > links and wouldn't point hard links to it, but the filter output is empty. > > [[New Tiddler]is[orphan]] > I'm sorry, I may have looked something up here, because whatever I'm trying to bring up the issue again,

[tw5] Re: Building static sites in the browser

2020-05-08 Thread TonyM
A Quick Tip; For those using dropbox and drive remember you can synchronise these or part of such as a file or folder locally. If your workflow keeps and saves the output to the local drive it can be automatically synchronised. The only caveat is to make sure the sync finishes before turning

[tw5] Re: Sharing Drift

2020-05-08 Thread Tony K
Hello Mohit you can simply drag and drop you current index.html over the browser in which you have drift open and unselect all system tiddlers but please do take a backup before On Saturday, May 9, 2020 at 7:42:30 AM UTC+3, Mohit Patel wrote: > > This looks great Tony. How do I move hundreds

[tw5] TiddlyWiki File won't open

2020-05-08 Thread Mohit Patel
I have been using TiddlyWiki since a couple of weeks. On desktop I have TW Desktop and Quine 2 on iOS. Today I tried to open the file and it simply wont show. It just shows a blank screen. I tried opening in TW desktop, on all browser and on Quine 2. Same. Just blank. Other blank file do load.

[tw5] Re: Performance of Freelinks

2020-05-08 Thread Tony K
Thank you fore testing, I was wondering how it would perform on such a number of tiddlers I understand what you want, but TWCrossLinks doesn't do that, it does the opposite. Although the freelinks are not shown in the source tiddler they appear in the destination one If i find a solution for

[tw5] Re: Cannot filter for real orphans

2020-05-08 Thread Saq Imtiaz
@bimlas there is a similar issue with the list field: https://github.com/Jermolene/TiddlyWiki5/pull/4567 -- 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: Building static sites in the browser

2020-05-08 Thread C. Wess Daniels
It looks like the only solution at this moment (that I'm able to figure out anyway) is to do the "kebab" approach referenced here: https://www.didaxy.com/exporting-static-sites-from-tiddlywiki-part-5 If you look at my page nurselog.online I've fixed the title of one entry to "Mind-Garden"

[tw5] Re: Sharing Drift

2020-05-08 Thread Mohit Patel
This looks great Tony. How do I move hundreds of Tiddlers (from my existing TW5 file) to drift? On Saturday, 9 May 2020 01:19:13 UTC+5:30, Tony K wrote: > > if it is not too much to ask I sure will. I have more than enough to keep > me busy a couple of weeks > > much obliged thank you > > On

[tw5] Re: Performance of Freelinks

2020-05-08 Thread Angel Wong
Thank you for your suggestion! The plugin is great and it can show the freelinks backlink well. Unfortunately, its performance is similar to Freelinks during my test. When I click on a tab, it delays a bit to show the content. Tiddler pops up with a slight delay and the animation becomes

[tw5] Re: [Plugin] TWCrossLinks

2020-05-08 Thread Zhenkai Jiang
this plugins seem amazing -- 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] Using kin filter with multiple tags

2020-05-08 Thread Damon Pritchett
All, I've been using the following code which encompasses the kin filter to trace tiddler tags. More specifically, I'm using it trace the line of mergers for certain railroads (each railroad is a separate tiddler) such that for any given company I can see the line of successive railroads

[tw5] Re: Cannot filter for real orphans

2020-05-08 Thread bimlas
"is[orphan]" uses this function with a TODO at the end, maybe something is missing? (although the code looks good) https://github.com/Jermolene/TiddlyWiki5/blob/81f07cdf852d8dd7c8e8e41984a6193c5d9a9c15/core/modules/wiki.js#L495-L507 > > -- You received this message because you are subscribed

[tw5] Re: [Plugin] TWCrossLinks

2020-05-08 Thread Odin Jorna
Updated my Tiddlywiki and it is working perfectly. Thank you so much! I had to chuckle when I read your 'saving screen real estate' line : ) Op vrijdag 8 mei 2020 08:29:13 UTC+2 schreef Tony K: > > Another thread bump > > plugin updated with exciting new features > > Grab it > > On Saturday,

[tw5] Re: Sharing Drift

2020-05-08 Thread Martin Piron
Excuse my "noobiness", but what is the recommended way to update ? I guess the zip file "Drift_u_v0.0.10-v0.0.15.zi p" is the way to go, importing its content in an existing v0.10 Drift ? Le vendredi

[tw5] Re: Sharing Drift

2020-05-08 Thread Saq Imtiaz
Basically Drift should be an empty TiddlyWiki with a combination of plugins added: - 3rd party plugins and themes - your own plugins like cross links - every other tiddler you need for Drift, packaged into a "Drift" plugin. an empty Drift file should contain no other tiddler. Users can then

[tw5] Cannot filter for real orphans

2020-05-08 Thread bimlas
Dear all, To avoid to think about where they end up in the hierarchy when making new notes, I want to create a query that would list tiddlers related to nothing (without tags and backlinks) so I can put them in the right places at the end of the day. The query below would list these in

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

2020-05-08 Thread Martin Piron
Hello Dave, thanks a lot again for your hard work ! I noticed that Stroll deactivates (or accelerates too much ?) the animations normally visible with the "Pop" or "Zoomin" story views. Is that a desired effect ? I personally quite like the animations and would like to know if I can have them

[tw5] Re: [Plugin] TWCrossLinks

2020-05-08 Thread Tony K
done it is published all yours :D On Friday, May 8, 2020 at 8:21:24 AM UTC+3, Odin Jorna wrote: > > 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

[tw5] Re: Sharing Drift

2020-05-08 Thread Saq Imtiaz
Hi Tony, I suggest you package everything that isn't a separate plugin, into a plugin called Drift. This will allow users to upgrade by just updating the plugins, and I suspect will make your life much easier in terms of maintenance. Regards, Saq On Friday, May 8, 2020 at 8:38:59 AM UTC+2,

[tw5] Re: Sharing Drift

2020-05-08 Thread Tony K
*re 2 columns*: wow that sound way out of my league :( thanks for the detailed response On Friday, May 8, 2020 at 10:04:15 AM UTC+3, Saq Imtiaz wrote: > > Basically Drift should be an empty TiddlyWiki with a combination of > plugins added: > - 3rd party plugins and themes > - your own plugins

[tw5] Re: Cannot filter for real orphans

2020-05-08 Thread bimlas
One step closer: the filter is faulty due to "!has[]", it seems as if "has" doesn't notice that I didn't add a tag to the new tiddler. [[New Tiddler]!has[tags]] The output of the filter is empty even though the New Tiddler has no tags. -- You received this message because you are subscribed

[tw5] Re: Cannot filter for real orphans

2020-05-08 Thread bimlas
This term works, so there’s something wrong with ignoring “has”. [[New Tiddler]] -[has[tags]] I don't understand how "orphan" works either: the tiddler doesn't contain links and wouldn't point hard links to it, but the filter output is empty. [[New Tiddler]is[orphan]] -- You received this

[tw5] Re: Cannot filter for real orphans

2020-05-08 Thread TonyM
Bimlas I wonder if this subtle fact could make a difference. has[tags] asks if there is a non empty tags field. And thus !has[tags] is a double negative not non empty. I find it safer to use has:field[tags] will return if it exists at all, with a value or not. The negation should indicate

[tw5] How can I find all tiddlers where fields names begin with price_ with $list filter ?

2020-05-08 Thread Siniy-Kit
Hi! I have tiddlers with fields names price_1, price_nnn and other with price_. how to write filter for it and find them all? -- 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] Re: Building static sites in the browser

2020-05-08 Thread Siniy-Kit
Hi, Jeremy. Why you put files to zip? All old Tiddlywiki versions can generate static multipage sites without node.js and JSZip and any macros. And browsers can download many files at one time. For example open this page

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

2020-05-08 Thread TonyM
Led A quick followup. The list-ops term in tiddlywiki relates to manipulating titles so that handles the square brackets as needed. Regards Tony -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving

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

2020-05-08 Thread Jan
Hi Jed, this ist great. I could have used for this at least 5 Projects already. Thank you! Jan Am 07.05.2020 um 13:42 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 widgets. Enjoy.

  1   2   >