[tw5] Re: Advanced search - filter expressions: how do I force a particular tiddler to appear at the top when exporting to a static page?

2019-10-04 Thread Suzanne McHale
Hi, that did have the result I wanted, thanks! The expression is now: *[!is[system]!tag[$:/tags/Stylesheet]!tag[$:/tags/Macro]!tag[$:/tags/SideBar]sort[title]] [[Program tips]] +[putfirst[]] [tags[]!is[system]sort[title]] [[contents]]* - exclude some pages tagged with $:/tags/, *then* sort

[tw5] Combine TwFusejs and Context Plugin?

2019-10-04 Thread Magnus
Would it be possible to combine TwFusejs and Context plugin so to see what has triggered the fuzzy hit in TwFuse? Or is it the goal for a totally new plugin? /Magnus -- You received this message

[tw5] OFF TOPIC: from left field-- the people in the know?

2019-10-04 Thread A Gloom
Most Active Posters od all time jeremy ruston (5650 posts) Eric Shulman (5475 posts) PMario (4584 posts) @TiddlyTweeter (4220 posts) TonyM (3875 posts) Mark S. (3799 posts) beertm (3478 posts) Mat (2847 posts) Mohammad (2536 posts) Måns (2498 posts) -- You received this message because you are

[tw5] Re: Any idea how to collapse/expand section within a tiddler

2019-10-04 Thread A Gloom
I checked the macro out and duplicated your issue as well-- not fully familiar with the mechanisms used (quality) When the macro unfolds section 1 it writes " (43,136,154,76) " to the "$:/state/Section One--(string of numbers)" and when clicking on section 2 changes it to another set of 4

Re: [tw5] Re: Consider discourse instead of GG

2019-10-04 Thread 'Cd.K' via TiddlyWiki
DONE -- 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

Re: [tw5] Re: Consider discourse instead of GG

2019-10-04 Thread ILYA
Would you mind inviting me as well https://github.com/iilyak On 4 October 2019 10:43:50 GMT-07:00, "'Cd.K' via TiddlyWiki" wrote: >TiddlyTweeter wrote: > >> >> But maybe a GH account could be tweaked to better serve that need? >> >> > >I`ve invited you to join my GitHub team for a

[tw5] Re: Consider discourse instead of GG

2019-10-04 Thread 'Cd.K' via TiddlyWiki
TiddlyTweeter wrote: > > But maybe a GH account could be tweaked to better serve that need? > > I`ve invited you to join my GitHub team for a collaboration simulation. I'm testing out the GitHub possibilities. Regards Cd.K -- You received this message because you are subscribed to

Re: [tw5] Re: Questions about the mail archives

2019-10-04 Thread Jeremy Ruston
Hi Cd.K > Thank you. > > On this scale, it easily fits into the main memory of a computer. Indeed, or in a GitHub repo. > BTW: How do you create your quotes with a vertical stroke in blue I read and respond to the group using my email client (macOS Mail.app). > I sit 42 cm in front of the

[tw5] Re: Questions about the mail archives

2019-10-04 Thread 'Cd.K' via TiddlyWiki
Jeremy Ruston wrote: > > ...TW group is *2.15GB* and contains 103,320 messages, and the mbox for > the TWDev group is *249MB* and contains 24,349 messages > > Thank you. On this scale, it easily fits into the main memory of a computer. *BTW*: How do you create your quotes with a

Re: [tw5] Re: Are there any sort text Editor Toolbar extensions?

2019-10-04 Thread ILYA
excise tool cannot turn every line into a new tiddler and tag it with the name of the current. While the thing you propose should be able to do. On 4 October 2019 00:09:43 GMT-07:00, TonyM wrote: >ILYA > >Much of that can already be done with the excise tool. Have a look in >the >editor

Re: [tw5] Re: Consider discourse instead of GG

2019-10-04 Thread 'Cd.K' via TiddlyWiki
Hi, TonyM wrote > Keep up the research ... > > Do you have an account at github or can you sign up? I would like to invite you to join my team for a collaboration simulation. I'm testing out the github possibilities. Regards Cd.K -- You received this message because you are

Re: [tw5] Questions about the mail archive

2019-10-04 Thread Jeremy Ruston
Hi Cd.K I have all the tw and twdev group messages archived in my email. The mbox file for the main TW group is 2.15GB and contains 103,320 messages, and the mbox for the TWDev group is 249MB and contains 24,349 messages. Best wishes Jeremy. > On 2 Oct 2019, at 19:19, 'Cd.K' via TiddlyWiki

Re: [tw5] Re: TiddlyServer upgraded to TiddlyWiki 5.1.21

2019-10-04 Thread Arlen Beiler
I've add some JSON snippets to https://arlen22.github.io/tiddlyserver/docs/serverconfig.html to hopefully make it more clear what the entire configuration looks like. On Fri, Oct 4, 2019 at 9:45 AM Arlen Beiler wrote: > Mime types can now be added by specifying them under { "directoryIndex: { >

[tw5] Re: Any idea how to collapse/expand section within a tiddler

2019-10-04 Thread Rick Yagodich
I've just implemented my own macro derived from this, but it has an issue, which turns out is present in this sample, too. Clicking anywhere on the expandable portion of the fold collapses it down to the title. How do I ensure that only the intended <$button> is a trigger to open/close the

Re: [tw5] Re: TiddlyServer upgraded to TiddlyWiki 5.1.21

2019-10-04 Thread Arlen Beiler
Mime types can now be added by specifying them under { "directoryIndex: { mimetypes: { "text/html": ["tw"] } } } On Fri, Oct 4, 2019 at 9:42 AM Arlen Beiler wrote: > export interface ServerConfig_TiddlyServer { > /** > >* Backup folder to store backups in. Multiple folder paths can backup

Re: [tw5] Re: TiddlyServer upgraded to TiddlyWiki 5.1.21

2019-10-04 Thread Arlen Beiler
export interface ServerConfig_TiddlyServer { /** * Backup folder to store backups in. Multiple folder paths can backup to the same folder if desired. */ backupFolder?: string, /** * GZip backup file to save disk space. Good for larger wikis. Turn this off for experimental wikis that

Re: [tw5] Re: TiddlyServer upgraded to TiddlyWiki 5.1.21

2019-10-04 Thread Arlen Beiler
The description on etagAge is not correct. It has nothing to do with backups. I'm not sure why I wrote that, but backups are always saved no matter what. I must have been tired that day! On Fri, Oct 4, 2019 at 9:37 AM Arlen Beiler wrote: > Here is the TypeScript interface for the putsaver

Re: [tw5] Re: TiddlyServer upgraded to TiddlyWiki 5.1.21

2019-10-04 Thread Arlen Beiler
Here is the TypeScript interface for the putsaver property, which is a top-level property (in other words, put it beside the tree property). So "putsaver": { "backupFolder": "", "etag": "optional", // etc. } export interface ServerConfig_TiddlyServer { /** * Backup folder to store backups

[tw5] Re: TiddlyServer upgraded to TiddlyWiki 5.1.21

2019-10-04 Thread Adrian Holbrook
Just out of curiosity as I have not been able to get the backup to work on the previous installation I notice that you have "backupDirectory" but in the Settinggs example files oin Version 2.1.3 it had "backupFolder". Is this important? Adrian On Friday, October 4, 2019 at 5:06:58 AM UTC+1,

[tw5] Re: Progress report: Searchin high n low

2019-10-04 Thread HansWobbe
:-} *The Road goes ever on and on**Down from the door where it began .**Now far ahead the Road has gone,**And I must follow, if I can,* -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from

[tw5] Re: Advanced search - filter expressions: how do I force a particular tiddler to appear at the top when exporting to a static page?

2019-10-04 Thread Flibbles
Sounds like you want something like [!is[system]!tag[$:/tags/Stylesheet]!tag[$:/tags/Macro]sort[title]] [[ Program Tips]] +[putfirst[]] [[In conclusion]] To put an item in last place, all you have to do is list it at the end. Extra filter expressions dominantly append. So if an item shows up

[tw5] REFERENCE MATERIAL: user created resources, help listed at official site

2019-10-04 Thread A Gloom
*For consideration/reference with online documentation/resources compiling/indexing* *List of Resources at the Community section at the official Tiddlywiki site (TWCom)*: https://tiddlywiki.com/#Community *PERMAVIEW LINK TO OPEN TIDDLERS*: Forums, Latest, Tutorials, Resources & Examples

Re: [tw5] Re: Consider discourse instead of GG

2019-10-04 Thread TonyM
Cd K I know WordPress very well, I am not sure how easy it would be to use theses others. Regards Tony On Friday, October 4, 2019 at 2:26:40 PM UTC+10, Cd.K wrote: > > TonyM > > Looks very good. > > Do you know that this design can also be created with github pages and > Jekyll? And github

Re: [tw5] Re: Are there any sort text Editor Toolbar extensions?

2019-10-04 Thread TonyM
ILYA Much of that can already be done with the excise tool. Have a look in the editor toolbar. My specific section could do this for large numbers of paragraphs and help with reordering. Regards Tony On Friday, October 4, 2019 at 2:48:59 PM UTC+10, ILYA wrote: > > > Line or paragraph based

[tw5] Re: Conditional tempating in macro functions?

2019-10-04 Thread Rick Yagodich
Thanks Tony. That works - all down to the syntax. On Thursday, 3 October 2019 23:41:02 UTC+1, TonyM wrote: > > Rick, > > I suggest you stick to one template and put your logic in your existing > one. > > <$list filter="[match[Blank]]" variable=nul> > Template with blank > > > <$list