Re: [tw5] Re: Can "search" include

2020-04-14 Thread Eric Shulman
On Tuesday, April 14, 2020 at 10:22:04 PM UTC-7, Peter Buyze wrote: > > Sorry Eric, discard my previous reply, I had not seen this one. > > FYI, importing the 1st tiddler went fine. After I imported this 2nd one it > froze my wiki: clicking on links or in the search field did nothing. > I've

Re: [tw5] Re: Can "search" include

2020-04-14 Thread 'Peter Buyze' via TiddlyWiki
Sorry Eric, discard my previous reply, I had not seen this one. FYI, importing the 1st tiddler went fine. After I imported this 2nd one it froze my wiki: clicking on links or in the search field did nothing. 15 Apr 2020, 05:01 by elsdes...@gmail.com: > On Tuesday, April 14, 2020 at 10:46:29

Re: [tw5] Re: Can "search" include

2020-04-14 Thread 'Peter Buyze' via TiddlyWiki
Eric, thanks, that's awesome too. After importing  the Field Search plug-in I also imported this one. When I do an Advanced search I don't see the options of your Power Search. 14 Apr 2020, 20:46 by elsdes...@gmail.com: > On Tuesday, April 14, 2020 at 9:51:57 AM UTC-7, Peter Buyze wrote: > >>

Re: [tw5] First *Real* (Large) Edition

2020-04-14 Thread Mohammad
I agree with Diego! This is not only useful for newbies but also for other users. It is really difficult to find plugins from googling or this forum! --Mohammad On Tuesday, April 14, 2020 at 10:38:18 PM UTC+4:30, Diego Mesa wrote: > > Hey Jeremy, > > Thanks for the response! My followup

Re: [tw5] Re: Can "search" include

2020-04-14 Thread 'Peter Buyze' via TiddlyWiki
Thank you !! 14 Apr 2020, 20:39 by matiasg...@gmail.com: > http://tobibeer.github.io/tb5/#Searching%20In%20Tiddler%20Fields > > <:-) > > > > -- > You received this message because you are subscribed to the Google Groups > "TiddlyWiki" group. > To unsubscribe from this group and stop receiving

[tw5] Re: send multiple words to macro without quotes?

2020-04-14 Thread 'Mark S.' via TiddlyWiki
On Tuesday, April 14, 2020 at 8:44:32 PM UTC-7, TonyM wrote: > > Mark, > > Nifty code. I still think it should be trivial for the macro code to > provide an all params parameter? Then it could be enlisted. > > You mean like in the core? Yeah that might be fun. Maybe even useful. That makes me

[tw5] Re: send multiple words to macro without quotes?

2020-04-14 Thread TonyM
Mark, Nifty code. I still think it should be trivial for the macro code to provide an all params parameter? Then it could be enlisted. eg; \define h(t1 t2 t3 t4 t5 t6 t7 t8 t9 t10) Use $t1$ $t6$ etc or $allparams$ to get every parameter in the order listed with or without a name. Arguably if

[tw5] Re: send multiple words to macro without quotes?

2020-04-14 Thread 'Mark S.' via TiddlyWiki
On Tuesday, April 14, 2020 at 4:35:18 PM UTC-7, Mat wrote: > > I have a feeling the range operator should be usable here but not sure how. > > You're right. The range operator can make the second part of the macro even simpler: \define h(t1 t2 t3 t4 t5 t6 t7 t8 t9 t10) <$vars un="__"> <$list

[tw5] Re: Can "search" include

2020-04-14 Thread Eric Shulman
On Tuesday, April 14, 2020 at 10:46:29 AM UTC-7, Eric Shulman wrote: > > The following gives you an interface that constructs more specific search > filters: > > http://tiddlytools.com/filtergenerators.html#TiddlyTools%2FFilterGenerators%2FPowerSearch > Copy the above tiddler to your document.

[tw5] Re: Can "search" include

2020-04-14 Thread TonyM
Eric, That is a lovely piece of work, it could be adapted for building filters to insert into wiki text especially for newcomers, however it is focused on search, I wonder if it would be easy to expand to other filter needs. Great Stuff Tony On Wednesday, April 15, 2020 at 3:46:29 AM

[tw5] Re: Flask + Tiddlywiki

2020-04-14 Thread TonyM
Folks, tw-receiver is a great PHP saver for single file tiddlywikis. Regards Tony On Wednesday, April 15, 2020 at 4:28:12 AM UTC+10, blarg H wrote: > > Has anyone used the flask web development framework instead of node.js to > self hose their tiddlywiki? > > and if you have, how did you go

[tw5] Re: send multiple words to macro without quotes?

2020-04-14 Thread TonyM
Dave, I have gone down this path before. In various batch/command languages there is a reference for all parameters in a macro but not in tiddlywiki, but I do not see what you gain with your laziness, other than more complexity, thus work. Here are a few ways to call a macro with multiple

[tw5] Re: send multiple words to macro without quotes?

2020-04-14 Thread Mat
OK, you have a point! I have a feeling the range operator should be usable here but not sure how. <:-) -- 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: IndieWeb and TW

2020-04-14 Thread Scott Kingery
Hey Chris, welcome! Looks like you are off and running with TW. I look forward to reading up on what you are doing re: Webmentions. I've added links to your notes on my TW5 Tribal Knowledge site: https://techlifeweb.com/tiddlywiki/tw5tribalknowledge.html Scott On Tuesday, April 14, 2020 at

[tw5] Re: send multiple words to macro without quotes?

2020-04-14 Thread 'Mark S.' via TiddlyWiki
\define h(*t1 t2 t3 t4 t5 t6 t7 t8 t9 t10*) <$vars un="__"> <$list filter="*t1 t2 t3 t4 t5 t6 t7 t8 t9 t10* +[addprefixaddsuffixgetvariable[]]" variable="myvar"> <> \end Notice the parts in bold blue are identical. You don't have to decorate each parameter with $dollarSigns$. This may

[tw5] Re: IndieWeb and TW

2020-04-14 Thread Chris Aldrich
TiddlyWiki *is *a very solid looking platform for IndieWeb use (essentially using TW as a personal website). I am having some issues with the js;dr (cURL-ability) issue, but there are some methods for using it to create a static website. To help others out and provide some examples, I've

[tw5] Re: Show fields based on tags?

2020-04-14 Thread Scott Kingery
Ah...my question wasn't clear because I dashed it off between meetings... This is close but what I want to do is be able to enter into the filed (or adjust its value) I do currently use Mohammad's Utility plugin which gives me the Show Fields button and that is very useful. But I don't need to

[tw5] Re: send multiple words to macro without quotes?

2020-04-14 Thread Mat
Mark S. wrote: > > Sure, but then you have to construct a new substitution variable for each > argument. With this approach, you can just copy the parameters into the > filter. > ...That must either be a pretty funny joke OR I have no idea what you're talking about :-) <:-) -- You received

[tw5] Re: send multiple words to macro without quotes?

2020-04-14 Thread 'Mark S.' via TiddlyWiki
Sure, but then you have to construct a new substitution variable for each argument. With this approach, you can just copy the parameters into the filter. On Tuesday, April 14, 2020 at 3:07:58 PM UTC-7, Mat wrote: > > I would think even this is enough: > > \define h(t1 t2 t3 t4 t5 t6 t7 t8 t9

[tw5] Re: send multiple words to macro without quotes?

2020-04-14 Thread Mat
I would think even this is enough: \define h(t1 t2 t3 t4 t5 t6 t7 t8 t9 t10) $t1$ $t2$ $t3$ etc <:-) -- 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: send multiple words to macro without quotes?

2020-04-14 Thread Dave
Awesome, thanks! I don't understand *exactly* how that works, especially the +[addprefixaddsuffixgetvariable[]] part, but I'm sure once I do understand it, that might be useful for other things too!! Thanks, - Dave > >> -- You received this message because you are subscribed to the Google

[tw5] Re: send multiple words to macro without quotes?

2020-04-14 Thread 'Mark S.' via TiddlyWiki
Here's a version that will highlight up to ten words. Just make appropriate adjustments to the macro definition and the filter to make it work for as many words as you think you'll need. \define h(t1 t2 t3 t4 t5 t6 t7 t8 t9 t10) <$vars un="__"> <$list filter="t1 t2 t3 t4 t5 t6 t7 t8 t9 t10

[tw5] send multiple words to macro without quotes?

2020-04-14 Thread Dave
Here's a simple macro for highlighting text: \define h(txt) $txt$ <> but the way I have it, it just shows "text" highlighted. If I do this <> then it works fine. But, seeing as I'm *super lazy*, I was wondering if there's a way to change the macro itself to accept all the text sent to is as

[tw5] Re: Flask + Tiddlywiki

2020-04-14 Thread Jed Carty
If you want to just host the wiki in read-only mode you can use anything that works as a static file server, I only used flask once for a tiny project, so I don't know the specifics. If you want to run the server version of tiddlywiki it is written in node so you would have to rewrite the

[tw5] Re: Two stories in TiddlyWiki

2020-04-14 Thread Saq Imtiaz
Dave: Not sure about the scrollbars. I've never really used it at lower resolutions. Perhaps post a screenshot? As I mentioned, this was designed for personal use and as a proof of concept rather than for general consumption, so it's possible there are some unresolved issues on smaller

Re: [tw5] Two stories in TiddlyWiki

2020-04-14 Thread Mohammad Rahmani
On Tue, Apr 14, 2020 at 10:03 PM Saq Imtiaz wrote: > Some small comments >> - Close all button only closes tiddler on the left! >> > > There is a separate close all button for both stories. > > Good! > - On closing the right sidebar, the right panel margin to the screen >> border is small >> >

[tw5] Re: Show fields based on tags?

2020-04-14 Thread Scott Kingery
Thanks! I'll give it a try. On Tuesday, April 14, 2020 at 11:35:28 AM UTC-7, Mat wrote: > > Sure. Here't the general idea for a conditional viewtemplate: > > tags: $:/tags/ViewTemplate > text: > <$list filter="[all[current]tag[THETAG]]"> > {{!!THEFIELD}} > > > <:-) > -- You received this

[tw5] Re: Show fields based on tags?

2020-04-14 Thread Mat
Sure. Here't the general idea for a conditional viewtemplate: tags: $:/tags/ViewTemplate text: <$list filter="[all[current]tag[THETAG]]"> {{!!THEFIELD}} <:-) -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and

[tw5] Show fields based on tags?

2020-04-14 Thread Scott Kingery
Is there a way to show fields based on a tag? In one of my I have only certain tiddlers where it would be nice to be able to see the fields. Thanks, Scott -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop

[tw5] Flask + Tiddlywiki

2020-04-14 Thread blarg H
Has anyone used the flask web development framework instead of node.js to self hose their tiddlywiki? and if you have, how did you go about using it? -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop

Re: [tw5] Re: Two stories in TiddlyWiki

2020-04-14 Thread Mat
Anne-Laure Le Cunff wrote: > > 1) drag-block-side-panel.gif > > Oh! That's very cool! Not that you asked for it but I think the drag'n dropping of bullets should be doable in TW also but maybe the bullet content has to

[tw5] Re: First *Real* (Large) Edition

2020-04-14 Thread Jed Carty
I think that this would be a good excuse to go through community plugins and determine what we want to put into the main plugin library. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails

Re: [tw5] Re: Two stories in TiddlyWiki

2020-04-14 Thread Anne-Laure Le Cunff
@Mat Here is are a couple of gifs created which shows how you can use the side-by-side view, I use it all the time collate content from other notes into a new one to write blog posts :) 1) drag-block-side-panel.gif 2)

Re: [tw5] First *Real* (Large) Edition

2020-04-14 Thread Diego Mesa
Hey Jeremy, Thanks for the response! My followup questions: - Is it possible to have "community editions" that consist of non official plugins, but are still part of the "official TW editions"/listed on the main page? - or, is it possible to expand the official plugin library to

[tw5] Re: Shiraz Plugin 2.0.15: Dynamic Tables with Task Manager Example and Numerical Summary

2020-04-14 Thread Rahul Kashyap
Ah! thanks a lot. -Rahul On Tuesday, April 14, 2020 at 11:24:31 AM UTC-4, Mohammad wrote: > > Hi Rahul, > > See the answer! I also attached the example. > > > > [image: chrome_RULFP03ZQC.png] > > > The trick is in Tiddlywiki always add an empty line to get the block > output. So add a line

Re: [tw5] Re: Two stories in TiddlyWiki

2020-04-14 Thread Mat
@David - OK, makes sense. Thanks. <:-) -- 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

Re: [tw5] Re: Two stories in TiddlyWiki

2020-04-14 Thread David Gifford
@Mat Writers would like to see source material next to what they are writing. Thinkers may want to compare two ideas side by side. On Tue, Apr 14, 2020 at 12:50 PM Mat wrote: > Forgive my lack of imagination but could someone describe the workflow, or > rather the use case, for this? I don't

[tw5] Re: Two stories in TiddlyWiki

2020-04-14 Thread Mat
Forgive my lack of imagination but could someone describe the workflow, or rather the use case, for this? I don't say that as a critique, I'm just wondering why I don't get how this would be so useful. Thanks. <:-) -- You received this message because you are subscribed to the Google Groups

[tw5] Re: Can "search" include

2020-04-14 Thread Eric Shulman
On Tuesday, April 14, 2020 at 9:51:57 AM UTC-7, Peter Buyze wrote: > > I have some fields in my tiddlers filled in with text, such as names, > URLs, etc. > A normal search in the search box does not yield any info from the field > values, and Advanced search does not cover it either. Is there

Re: [tw5] Re: Link unlinked references

2020-04-14 Thread Mat
Apropos multiple story rivers, it's worth noting that Jeremy is currently working on a new page template where the drafted ideas include very simple ways to add multiple story rivers and other page components. If you have or thoughts on

[tw5] Re: Can "search" include

2020-04-14 Thread Mat
http://tobibeer.github.io/tb5/#Searching%20In%20Tiddler%20Fields <:-) -- 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

Re: [tw5] Two stories in TiddlyWiki

2020-04-14 Thread Saq Imtiaz
Hi Mohammad, On Tuesday, April 14, 2020 at 7:25:33 PM UTC+2, Mohammad wrote: > > > Some small comments > - Close all button only closes tiddler on the left! > There is a separate close all button for both stories. > - On closing the right sidebar, the right panel margin to the screen >

[tw5] Re: Two stories in TiddlyWiki

2020-04-14 Thread David Gifford
Thanks I will check that out. I have to attend to other things for a while. The scrollbar was missing even though both stories had tiddlers that extended below the screen. My settings were 1270 and 1270. On Tuesday, April 14, 2020 at 12:27:40 PM UTC-5, Saq Imtiaz wrote: > > David: not sure but

[tw5] Re: Two stories in TiddlyWiki

2020-04-14 Thread Saq Imtiaz
David: not sure but possible the scrollbar was only needed for the sidebar, i.e. the story fits on screen without scrolling. Open more tiddlers in that story and you should get a scrollbar. Also, reload. Added something for TiddlyBlink that *might* work. On Tuesday, April 14, 2020 at 7:22:18

Re: [tw5] Two stories in TiddlyWiki

2020-04-14 Thread Mohammad Rahmani
Hi Saq, Lovely! Some small comments - Close all button only closes tiddler on the left! - On closing the right sidebar, the right panel margin to the screen border is small Best wishes Mohammad On Tue, Apr 14, 2020 at 9:35 PM Saq Imtiaz wrote: > Hey everyone, > > I am sharing my two story

[tw5] Re: Two stories in TiddlyWiki

2020-04-14 Thread David Gifford
One question: where did the right story scrollbar go when I hid the sidebar? On Tuesday, April 14, 2020 at 12:05:52 PM UTC-5, Saq Imtiaz wrote: > > Hey everyone, > > I am sharing my two story tiddlywiki setup that I have been using for the > last couple of years, as it has come to my attention

Re: [tw5] Re: Link unlinked references

2020-04-14 Thread David Gifford
That is really great. I want to sit on this a couple days, to think about this. On Tuesday, April 14, 2020 at 12:09:30 PM UTC-5, Saq Imtiaz wrote: > > No worries Dave. I've posted a mimimal version of my two story setup. If > you need help adapting that to your substory in a tab just drop me a

[tw5] Re: Two stories in TiddlyWiki

2020-04-14 Thread David Gifford
wow On Tuesday, April 14, 2020 at 12:05:52 PM UTC-5, Saq Imtiaz wrote: > > Hey everyone, > > I am sharing my two story tiddlywiki setup that I have been using for the > last couple of years, as it has come to my attention that there is still > some interest in this. This isn't really

Re: [tw5] Re: Link unlinked references

2020-04-14 Thread Saq Imtiaz
No worries Dave. I've posted a mimimal version of my two story setup. If you need help adapting that to your substory in a tab just drop me a line. On Tuesday, April 14, 2020 at 6:53:01 PM UTC+2, David Gifford wrote: > > No apologies needed, Saq! I should have included a wink or smile emoji. I

[tw5] Two stories in TiddlyWiki

2020-04-14 Thread Saq Imtiaz
Hey everyone, I am sharing my two story tiddlywiki setup that I have been using for the last couple of years, as it has come to my attention that there is still some interest in this. This isn't really designed to be freely reusable at this point and is still rough around the edges, but

Re: [tw5] Re: Link unlinked references

2020-04-14 Thread David Gifford
No apologies needed, Saq! I should have included a wink or smile emoji. I am just excited to see this at just the right time, when we are trying to look at ways to include Roam-like functionality. On Tuesday, April 14, 2020 at 11:44:18 AM UTC-5, Saq Imtiaz wrote: > > Link to follow in a

[tw5] Can "search" include

2020-04-14 Thread 'Peter Buyze' via TiddlyWiki
I have some fields in my tiddlers filled in with text, such as names, URLs, etc. A normal search in the search box does not yield any info from the field values, and Advanced search does not cover it either. Is there any way to search those fields? -- You received this message because you are

Re: [tw5] Re: McLeod

2020-04-14 Thread 'Peter Buyze' via TiddlyWiki
Thanks Mark. 14 Apr 2020, 19:35 by tiddlywiki@googlegroups.com: > This is called camel case linking. It can be turned off in the control panel > under "settings". > > On Tuesday, April 14, 2020 at 9:24:39 AM UTC-7, Peter Buyze wrote: > >> When I type this name in a tiddler's text box is

Re: [tw5] Re: Link unlinked references

2020-04-14 Thread Saq Imtiaz
Link to follow in a separate thread so as to not derail conversation much further here. David: apologies. I have always aspired to share with the community as much as possible, however life circumstances over the last two years have made that difficult. I shared a video of this setup in late

[tw5] Re: McLeod

2020-04-14 Thread 'Mark S.' via TiddlyWiki
This is called camel case linking. It can be turned off in the control panel under "settings". On Tuesday, April 14, 2020 at 9:24:39 AM UTC-7, Peter Buyze wrote: > > When I type this name in a tiddler's text box is converted to a link, but > when I type Mcleod, i.e. with a lower case letter L,

Re: [tw5] Why does listing also linkify?

2020-04-14 Thread Mat
Hm, OK possibly this particular use case doesn't make sense in this context. I'll ask again if I come across a case that does fit. Regardless, your answers did clarify what happens to the brackets and why the output "aa [[bb]]" isn't possible - so thank you. <:-) -- You received this message

[tw5] McLeod

2020-04-14 Thread 'Peter Buyze' via TiddlyWiki
When I type this name in a tiddler's text box is converted to a link, but when I type Mcleod, i.e. with a lower case letter L, it is not. I don't have McLeod in any tiddlers right now. Any idea why this would be? -- You received this message because you are subscribed to the Google Groups

Re: [tw5] First *Real* (Large) Edition

2020-04-14 Thread Jeremy Ruston
Hi Diego > I think there is a lot of momentum building on creating an edition of TW that > "feels finished" like Roam. Do we think this could be the first real "full" > (as in not close to empty) edition we could have as an official community > edition? That sounds like something we might

Re: [tw5] Re: Link unlinked references

2020-04-14 Thread Anne-Laure Le Cunff
Wow, amazing! Super promising. *-* *Anne-Laure Le Cunff* • Founder, Ness Labs Newsletter • Twitter • Community On Tue, Apr 14, 2020 at 3:29 PM Mohammad wrote: >

Re: [tw5] Re: Link unlinked references

2020-04-14 Thread 'Mark S.' via TiddlyWiki
Suddenly I'm not able to see images in the forum on either of two platforms, so I'm having to go from memory from earlier when I could still see images. What is the trick or technique for viewing two tiddlers side by side? Are they actually both in the same tiddler, or is there CSS to move

Re: [tw5] Why does listing also linkify?

2020-04-14 Thread Jeremy Ruston
Hi Mat > Yes, I hope to be able to distinguish between items that are enclosed in > brackets and items that are not. > > My latest endeavor where I need this is for the TitlePicker (this issue > ) which > looks at what is

[tw5] Re: How to prevent "This page is asking you to confirm that you want to leave - data you have entered may not be saved" ?

2020-04-14 Thread Lin Onetwo
Hi Tony, that seems not working, may due to the fact that I'm using SyncAdaptor instead of Syncer. I finally made a plugin to prevent that popup: plugin.info: { "title": "$:/plugins/linonetwo/prevent-pop-up", "description": "Prevent \"This page is asking you to confirm that you want to

[tw5] Re: Shiraz Plugin 2.0.15: Dynamic Tables with Task Manager Example and Numerical Summary

2020-04-14 Thread Mohammad
Hi Rahul, See the answer! I also attached the example. [image: chrome_RULFP03ZQC.png] The trick is in Tiddlywiki always add an empty line to get the block output. So add a line after *src:"* -- Mohammad On Tuesday, April 14, 2020 at 7:40:26 PM UTC+4:30, Rahul Kashyap wrote: > > Dear

[tw5] Re: Shiraz Plugin 2.0.15: Dynamic Tables with Task Manager Example and Numerical Summary

2020-04-14 Thread Rahul Kashyap
Dear Mohammad, Thanks for these amazing suits of plugins. I have been using it extensively in my work. I can across a bug as described in the attached screenshot. The details macro doesn't work with the monospace block formatting for some reason. It breaks when it encounters a double quote

Re: [tw5] Re: Saving TW

2020-04-14 Thread 'Mark S.' via TiddlyWiki
Bob is an enhanced version of node that can run multiple wikis at once time. It can also be shared in a multi-user manner. That is, if user Alice updates a tiddler, then user Lucy will see the change immediately, rather than having to reboot her node server like she would with plain node js.

Re: [tw5] Re: Link unlinked references

2020-04-14 Thread Mohammad
WoW, This is amazing! very smart! If one can adjust the size of left and right dive and hide the sidebar then It is Roam killer :-) Thanks Saq! On Tuesday, April 14, 2020 at 5:54:09 PM UTC+4:30, Saq Imtiaz wrote: > > Regarding dropzones and opening tiddlers in the substory. > > Here is how I

Re: [tw5] Presenting: FlexibleGrid Plugin

2020-04-14 Thread Jan
Hi everybody, Many thanks for the friendly feedback... and sorry for the bug, I did not thik of that. I made a new version where I implemented an emergency-exit at the end of the grid. Yours Jan Am 14.04.2020 um 11:02 schrieb Måns Mårtensson: Hi Jan Great job :-) Warning: I just

Re: [tw5] Re: Link unlinked references

2020-04-14 Thread David Gifford
Saq I am now officially drooling. You have been holding out on us, man! On Tue, Apr 14, 2020 at 8:24 AM Saq Imtiaz wrote: > Regarding dropzones and opening tiddlers in the substory. > > Here is how I currently have it set up in my TiddlyWiki: > > [image: tw-substory.png] > > Note the dropzones

Re: [tw5] Re: An awesome website made with TiddlyWiki + TiddlyBlink

2020-04-14 Thread Atronoush
Hi Ann-Laure, Nice static site! Would you mind share your procedure for making the static site likable that way. Thanks On Tuesday, April 14, 2020 at 5:34:30 PM UTC+4:30, Anne-Laure Le Cunff wrote: > > 1) Very good point for external links! The rule I had was no hover for > external, and

Re: [tw5] Re: An awesome website made with TiddlyWiki + TiddlyBlink

2020-04-14 Thread Mohammad
Ann-Laure, I think some of issues you encountered can be addressed using theme! For example see the JD here http://j.d.mono.tiddlyspot.com/#Hello%2C%20world Also see http://j.d.tiddlyspot.com/ --Mohammad On Tuesday, April 14, 2020 at 5:34:30 PM UTC+4:30, Anne-Laure Le Cunff wrote: > > 1) Very

Re: [tw5] Re: Link unlinked references

2020-04-14 Thread Saq Imtiaz
Regarding dropzones and opening tiddlers in the substory. Here is how I currently have it set up in my TiddlyWiki: [image: tw-substory.png] Note the dropzones above each story. Furthermore there is a "divert" tiddler button in the toolbar for each tiddler, that will open the tiddler in the

[tw5] Re: Presenting: FlexibleGrid Plugin

2020-04-14 Thread Julio Peña
Hello Jan, Beautiful work! Definitely can find use for this! Thanks for sharing. Best wishes, Julio -- 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

Re: [tw5] Re: Link unlinked references

2020-04-14 Thread David Gifford
Thanks Saq, for the code. That works great! I am looking forward to your forthcoming promised comments! On Tue, Apr 14, 2020 at 8:01 AM Saq Imtiaz wrote: > Hi David, it's been a while :) Hope you are well. > > So the substory is exactly the same as, and supports the same features as > the

Re: [tw5] Re: Ride the Wave

2020-04-14 Thread 'Peter Buyze' via TiddlyWiki
Before choosing for TB I considered Roam, but the lack of security put me off immediately. It is not stated explicitly on the site, so I learned about it by asking users. TB and TMap combined are a good alternative for me. 14 Apr 2020, 15:48 by alecu...@gmail.com: > People are happy to share

Re: [tw5] Re: An awesome website made with TiddlyWiki + TiddlyBlink

2020-04-14 Thread Anne-Laure Le Cunff
1) Very good point for external links! The rule I had was no hover for external, and hover preview for internal, but maybe it's confusing. 2) I still have lots of work to do on the iFrames, I actually want them to open in the right-hand side of the page. In the mean time I'm going to work on

Re: [tw5] Re: Link unlinked references

2020-04-14 Thread Saq Imtiaz
Hi David, it's been a while :) Hope you are well. So the substory is exactly the same as, and supports the same features as the main story. The example on tiddlywiki.com uses a streamlined, inlined viewtemplate that only provides a button to close every tiddler. Instead, if you pass the

Re: [tw5] Re: Ride the Wave

2020-04-14 Thread Ed Heil
That's exactly what I was thinking of! Thank you, I wish I'd found that earlier! On Tuesday, April 14, 2020 at 8:54:05 AM UTC-4, David Gifford wrote: > > Ed, I remember recently seeing just such a cheatsheet posted somewhere > from a link in this forum. So I know it exists... > > This is an

Re: [tw5] Re: Ride the Wave

2020-04-14 Thread David Gifford
Ed, I remember recently seeing just such a cheatsheet posted somewhere from a link in this forum. So I know it exists... This is an older one, probably only for non-noobies: http://tobibeer.github.io/tb5/#Variables%20vs.%20Parameters On Tue, Apr 14, 2020 at 7:49 AM Ed Heil wrote: > Same re:

Re: [tw5] Re: Link unlinked references

2020-04-14 Thread Mat
Mohammad wrote: > > [...] also Mat has developed multi columns layout ... > Yeah, I made this . Today I'd probably use flexbox given the linear nature of rivers. But, frankly, I don't really understand the use case with two rivers. Which tiddlers should go where?

Re: [tw5] Re: Ride the Wave

2020-04-14 Thread Ed Heil
Same re: Tiddlyspot, the SSL issue is kinda a big deal. With regards to intros to tiddlywiki, I wanted to throw the following out there to the community In terms of intros/guides to Tiddlywiki, one of the things that's been a thorn in my side while learning is all the various kinds of

Re: [tw5] Re: Ride the Wave

2020-04-14 Thread Anne-Laure Le Cunff
People are happy to share notes from Dropbox, Evernote, Roam and Notion without having their own domain, so I don't think tiddlyspot.com is an issue in itself (even if I heard that in American English the tiddly brand may not be the best). I'm just not comfortable recommending something that's so

Re: [tw5] Re: Ride the Wave

2020-04-14 Thread Mat
Anne-Laure Le Cunff wrote: > > Thank you! I actually started typing a paragraph about TiddlySpot and > removed it. The reason why I didn't include is that there's no SSL/HTTPs, > and many people are looking at Roam alternatives mainly for privacy > reasons. Is it something that will get

Re: [tw5] Why does listing also linkify?

2020-04-14 Thread Mat
Yes, I hope to be able to distinguish between items that are enclosed in brackets and items that are not. My latest endeavor where I need this is for the TitlePicker (this issue ) which looks at what is typed in the editor

Re: [tw5] Re: Link unlinked references

2020-04-14 Thread Mohammad
@Ann-Laure, @David I think Saq Imtiaz can help here, also Mat has developed multi columns layout ... This layout now uses a flexgrid. The left panel can be smaller. The example I sent for Ann-Laure has two tiddler which close each tiddler on clicking other title This feature also can be

Re: [tw5] Re: An awesome website made with TiddlyWiki + TiddlyBlink

2020-04-14 Thread David Gifford
Thank you! Initial impressions: 1) I think that even though now ALL the links are external links, there is a way to distinguish between true external links (like the one to your Twitter account) and links internal to the wiki. Clicking on the first link and having it take me to another site was

[tw5] Re: Presenting: FlexibleGrid Plugin

2020-04-14 Thread Mohammad
Hi Jan, Wonderful job! Thank you for sharing. --Mohammad On Tuesday, April 14, 2020 at 4:40:32 AM UTC+4:30, Jan wrote: > > Hello community, > I finally turned my grid-experiment into https://szenio.de/Grid into a > plugin. > > Its purpose is to offer a bootstrap-grid showing a tasty

Re: [tw5] Re: An awesome website made with TiddlyWiki + TiddlyBlink

2020-04-14 Thread Anne-Laure Le Cunff
Try https://anthilemoon.github.io/static/about On Tue, 14 Apr 2020, 12:31 David Gifford, wrote: > I get a 404 when opening https://anthilemoon.github.io/about. > > On Monday, April 13, 2020 at 3:08:08 PM UTC-5, Anne-Laure Le Cunff wrote: >> >> Hi everyone, >> >> So I got into TiddlyWiki a

Re: [tw5] Re: Link unlinked references

2020-04-14 Thread David Gifford
Thanks Shiraz, that is interesting! That certainly feels like Roam, but in a TiddlyWiki kind of way. But doesn't it lock one into using that one tiddler to open other tiddlers that way? Anne-Laure is looking for a way to open a link from *any* tiddler into a parallel space for side by side

Re: [tw5] Re: Ride the Wave

2020-04-14 Thread Anne-Laure Le Cunff
Thank you! I actually started typing a paragraph about TiddlySpot and removed it. The reason why I didn't include is that there's no SSL/HTTPs, and many people are looking at Roam alternatives mainly for privacy reasons. Is it something that will get addressed at some point, maybe with

Re: [tw5] Why does listing also linkify?

2020-04-14 Thread Jeremy Ruston
Hi Mat > On 14 Apr 2020, at 12:25, Mat wrote: > > Thanks Jeremy but so how would I get this output: > > filter="aa [[bb]]" -> aa bb > > i.e what should the template look like? > > AFAICT, the custom template is applied to the output but only after the > output is already linkified

Re: [tw5] Re: Link unlinked references

2020-04-14 Thread David Gifford
Hi Saq Thanks for sharing the video of your dual column TiddlyWiki. That looks promising! Questions about SubStories: 1) How does it "allow you to edit"? I am not seeing that. 2) I tagged a tiddler with the SubStories code with $:/tags/SideBar. Is it possible to create a 'dropzone' in that

Re: [tw5] Re: Ride the Wave

2020-04-14 Thread Mike Manchester
I'm with Ed, after trying many ways I've ended up with Quine(2) and TiddlyDesktop. When I was using node.js I loved some of the features but to me they were to costly for me. I wanted to be able to store my wiki's in the cloud so I could access them from anywhere and have them updated when I

[tw5] Re: An awesome website made with TiddlyWiki + TiddlyBlink

2020-04-14 Thread David Gifford
I get a 404 when opening https://anthilemoon.github.io/about. On Monday, April 13, 2020 at 3:08:08 PM UTC-5, Anne-Laure Le Cunff wrote: > > Hi everyone, > > So I got into TiddlyWiki a couple of days ago because I wanted to recreate > this > website as a fun

Re: [tw5] Why does listing also linkify?

2020-04-14 Thread Mat
Thanks Jeremy but so how would I get this output: filter="aa [[bb]]" -> aa bb i.e what should the template look like? AFAICT, the custom template is applied to the output but only after the output is already linkified by the widget... so it is not possible to investigate what was a

Re: [tw5] Why does listing also linkify?

2020-04-14 Thread Jeremy Ruston
Hi Mat If there’s no template content within the list widget, nor a template attribute, then the list widget falls back to using a default template consisting of a or element wrapped around a link to the item. See the section “Content and Attributes” here: https://tiddlywiki.com/#ListWidget

Re: [tw5] Presenting: FlexibleGrid Plugin

2020-04-14 Thread Måns Mårtensson
Aah, ok Tak Birthe :-) tir. 14. apr. 2020 kl. 12.15 skrev Birthe C : > Hi Jan > Well done, it looks beautiful. > > @Måns, > I think we need the MultiMenu tiddlers. > > Birthe > > -- > You received this message because you are subscribed to the Google Groups > "TiddlyWiki" group. > To

Re: [tw5] Presenting: FlexibleGrid Plugin

2020-04-14 Thread Birthe C
Hi Jan Well done, it looks beautiful. @Måns, I think we need the MultiMenu tiddlers. Birthe -- 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

Re: [tw5] Re: Link unlinked references

2020-04-14 Thread Mohammad
Shiraz has the muticolumn story river feature. No exactly like what Saq Imtiaz has done but very close to it is existed in *Shiraz* To reproduce do as below 1. Open Shiraz demo page: https://kookma.github.io/TW-Shiraz/ 2. From right side bar, More tab and then Shiraz tab and under Options

Re: [tw5] Remove .html when linking to pages

2020-04-14 Thread Jeremy Ruston
Hi Anne-Laure > I'm going to host one of my wikis on GitHub pages. It's working great so far, > except that each page links to filnemame.html, which doesn't look nice. Is > there a way to avoid this when exporting to a static website? Historically we use the HTML extension for static exports

Re: [tw5] Presenting: FlexibleGrid Plugin

2020-04-14 Thread Mat
Jan, thanks for sharing! <:-) -- 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

  1   2   >