[tw5] Keyboard widget

2021-01-23 Thread clutterstack
Hi all, I have, in some of my macros, three nested keyboard widgets to listen for three different key combinations. I'm just wondering whether this is the best way to accomplish that. I don't think I want to assign keyboard shortcuts for the whole wiki, because I may want different actions

[tw5] Re: White background behind tiddles.

2021-01-23 Thread Álvaro
With this information i am also lost. I don't know how you started to create this dark palette. But you can start cloning a dark palette like *Twilight*, maybe you can avoid some color changes. Do you know how to clone one? El domingo, 24 de enero de 2021 a las 1:49:47 UTC+1, clutterstack

Re: [tw5] [ANN] Notebook theme v1.3.6 is out!

2021-01-23 Thread Mohammad Rahmani
Hi again, It seems the issue is with Tiddlywiki itself and not the Notebook theme. The tag pill has a poor css design. Best wishes Mohammad On Sun, Jan 24, 2021 at 6:34 AM Mohammad Rahmani wrote: > Thank you Nico, > > I just notice the tag pill has an extra right margin. See >

Re: [tw5] [ANN] Notebook theme v1.3.6 is out!

2021-01-23 Thread Mohammad Rahmani
Thank you Nico, I just notice the tag pill has an extra right margin. See https://nicolas.petton.fr/tw/notebook.html#Customizing and edit the tiddler content <>, next words Note to the comma I put after > save and see the extra space. Best wishes Mohammad On Sat, Jan 23, 2021 at 11:25 PM

Re: [tw5] Sorting records in a dynamic table - need syntax help

2021-01-23 Thread Mohammad Rahmani
Note, the table is created from a filter. It i s the main input parameter. It makes the rows. After creating the table, you can click on the sort (field) column you made to sort the table based on that field. By the way, dynamic tables have the feature to sort by each column (field), so it does

[tw5] Re: White background behind tiddles.

2021-01-23 Thread clutterstack
Wow, I'm really not sure what's happening there, sorry, unless you have a custom stylesheet tiddler (or a plugin containing one) overriding the palette tiddler. Best, Chris On Saturday, January 23, 2021 at 7:13:48 PM UTC-5 Mark 3000 wrote: > Page-background under the palette tiddler simply

[tw5] Re: White background behind tiddles.

2021-01-23 Thread Mark 3000
Page-background under the palette tiddler simply changes the background of the side bar, and the tiddler. The white space does not change no matter what, unless I manually adjust that tc.story-river variable that I mentioned. As a matter of fact, I've experimented by changing the all of the

[tw5] Re: White background behind tiddles.

2021-01-23 Thread clutterstack
Hi Mark, Sorry for not checking back here. Did you figure out your problem? I think I'm missing some information on what you did to change the colour. If you changed the colour for *page-background* in the palette tiddler, I'd have thought that would do the trick. If you by any chance are

Re: [tw5] Sorting records in a dynamic table - need syntax help

2021-01-23 Thread 'JWHoneycutt' via TiddlyWiki
My (inelegant) work around is to copy each tiddler and retitle the copy with a numeric name, in order. My code sorts by title, and I just need to remember that when I edit fields, I need to copy the fieldValue back to the original. On Saturday, January 23, 2021 at 4:36:53 PM UTC-5 JWHoneycutt

[tw5] Re: [ANN] Projectify 0.12.0 is out!

2021-01-23 Thread Maarten
hi Nico, is it an option to change the position of the complete button? On the todo tiddlers is on the place of the close button of all the other tiddlers. So sometimes when I want to close a couple of tiddlers I complete a todo by mistake. I would help if the complete button has another

Re: [tw5] Re: [ANN] Projectify 0.10.0 is out!

2021-01-23 Thread Maarten
and I just discovered that you solved it in version 0.12..0 with adding the Subproject tag. My subprojects weren't converted but I've done it manually now. Thanks, just what I needed! Maarten On Saturday, January 23, 2021 at 11:09:26 PM UTC+1 Maarten wrote: > hi Nico, > > I've solved it by

Re: [tw5] Re: [ANN] Projectify 0.10.0 is out!

2021-01-23 Thread Maarten
hi Nico, I've solved it by adding !tag[todo] in the $:/plugins/nico/projectify/ui/dashboard/ProjectList tiddler. This shows only the top level projects Maarten On Thursday, January 21, 2021 at 6:00:05 PM UTC+1 Nicolas Petton wrote: > Maarten writes: > > > hi Nico, > > Hi Maarten, > > >

Re: [tw5] Sorting records in a dynamic table - need syntax help

2021-01-23 Thread 'JWHoneycutt' via TiddlyWiki
Only one dynamic sort in the wiki, so I am ignoring the stateTiddler setting. No math to summate. No footer. Thanks for the help. JWHoneycutt On Saturday, January 23, 2021 at 4:35:09 PM UTC-5 JWHoneycutt wrote: > Now my macro is: > > < fields:"tbl-expand sort title lot name corp_name

Re: [tw5] Sorting records in a dynamic table - need syntax help

2021-01-23 Thread 'JWHoneycutt' via TiddlyWiki
Now my macro is: <> It is still sorting the filtered records by tiddler title (but I want it sorted by sort field), because there is no place where I have told it to "nsort[sort]" - right? On Saturday, January 23, 2021 at 3:00:09 PM UTC-5 Mohammad wrote: > See

Re: [tw5] Sorting records in a dynamic table - need syntax help

2021-01-23 Thread Mohammad Rahmani
See https://kookma.github.io/TW-Shiraz/#demo%2Fdynamic-table-macro and study the sortOp. Best wishes Mohammad On Sat, Jan 23, 2021 at 9:47 PM 'JWHoneycutt' via TiddlyWiki < tiddlywiki@googlegroups.com> wrote: > I love Mohammad's solution for dynamic-tables, (Shiraz plugin version > 2.1.2)

[tw5] [ANN] Notebook theme v1.3.6 is out!

2021-01-23 Thread Nicolas Petton
Hi! I'm happy to announce the release of Notebook v1.3.6! You can install/upgrade from https://nicolas.petton.fr/tw/notebook.html This is a minor release, here the changelog: Improvements * New animation for drop-downs * Tab styling improvements * Use a lighter page background colour in

Re: [tw5] Sorting records in a dynamic table - need syntax help

2021-01-23 Thread Mohammad Rahmani
Hi JWHoneycutt As Mark recommended, you need to use nsort. Table has an input parameter called sortOp. The state tiddler can be anything, no need to use a complicated title. The state tiddler is used for two reasons: It keeps the state between two sessions, it keeps the footer results. So, if

[tw5] [ANN] Projectify 0.12.0 is out!

2021-01-23 Thread Nicolas Petton
Hi! I'm happy to announce the release of Projectify v0.12.0! You can install/upgrade from https://projectify.wiki This release contains major new changes, including new configuration options and a new filter tab in the dashboard. Here's a full ChangeLog: Features * Add a configuration

[tw5] Re: Sorting records in a dynamic table - need syntax help

2021-01-23 Thread 'Mark S.' via TiddlyWiki
I would try the "nsort" operator rather than the sort operator. On Saturday, January 23, 2021 at 10:17:23 AM UTC-8 JWHoneycutt wrote: > I love Mohammad's solution for dynamic-tables, (Shiraz plugin version > 2.1.2) but... > > I need a little more help making a dynamic table sort correctly. > >

[tw5] Re: How to launch batch scripts from TiddlyDesktop in linux?

2021-01-23 Thread 'Mark S.' via TiddlyWiki
Thanks for replying! It does have the correct shebang, and runs fine from the command line. If I could include spaces in the file url, then I could run "/usr/bin/sh /path/to/my/script.sh". But I I don't know how to do that in a url line without converting to to %20 , which the OS wouldn't

[tw5] Sorting records in a dynamic table - need syntax help

2021-01-23 Thread 'JWHoneycutt' via TiddlyWiki
I love Mohammad's solution for dynamic-tables, (Shiraz plugin version 2.1.2) but... I need a little more help making a dynamic table sort correctly. I created a numeric "sort" field. Entries are (in order) 01, 021, 022, 03, 071, 101, 102, 11, etc. My current best guess still does not work:

[tw5] Re: How to launch batch scripts from TiddlyDesktop in linux?

2021-01-23 Thread jwd
What you may be looking for is the correct "Shebang " line at the top of the script that determines the interpreter to use (assuming the executable bit has been set.) Typically I would use something like #!/usr/bin/env bash or, if you want to be

[tw5] Re: TiddlyMap

2021-01-23 Thread si
* "fields:except" should be "fields:exclude" in the above tiddler. If you want a button to add all fields as edge types in one go, you could try something like this: <$button> <$list filter="[is[tiddler]!is[system]fields:exclude[title text modified created]]"> <$action-createtiddler

[tw5] Re: TiddlyMap

2021-01-23 Thread si
Try this: <$list filter="[is[tiddler]!is[system]fields:except[title text modified created]]"> <> <$vars edge-tiddler={{{ [[$:/plugins/felixhayashi/tiddlymap/graph/edgeTypes/tw-list:]addsuffix] }}}> <$reveal type="nomatch" stateTitle=<> stateField="title" text=<>> <$button>

[tw5] Re: Recommended nesting order when html and widget?

2021-01-23 Thread Soren Bjornstad
Saq, what's the benefit of $vars over $set? I've always assumed it was just syntax, but it sounds like there might be something else? On Saturday, January 23, 2021 at 6:41:37 AM UTC-6 saq.i...@gmail.com wrote: > The former will be marginally faster when the variable assigned by <$set> >

[tw5] Re: Modify TiddlyWiki to leave added code in html file

2021-01-23 Thread Finn Lancaster
@TW Tones, the method I employed is actually quite simple, it's powered by a repository in my Github, using Github pages. I figured that this meant it had to call the index.html (the html file holding tiddlyWiki) file to display my tiddlyWiki. However, I took this a few steps further by making

Re: [tw5] Re: Streams, TiddlyMap, and twsr?

2021-01-23 Thread si
Hi Amy, Three things I can think of: 1. With Streams you can transclude a node into another tiddler with Shift + Drag 2. There is a plugin called Edit-CompText that displays a list of possible tiddlers as you type out a link. You can then select

[tw5] Re: Modify TiddlyWiki to leave added code in html file

2021-01-23 Thread Finn Lancaster
Whoops! Thanks for the quick bug catch! My raw tagged tiddler must have been accidentally deleted when I was screwing with the Shadow Tiddlers. I just fixed it now and tested, seems to be fine except for the usual edit, save, refresh, then repeat to actually show up. Also, it's been throwing a

[tw5] Re: Recommended nesting order when html and widget?

2021-01-23 Thread Mat
Saq, appreciated! <:-) On Saturday, January 23, 2021 at 1:41:37 PM UTC+1 saq.i...@gmail.com wrote: > The former will be marginally faster when the variable assigned by <$set> > changes, as the div wont need to be re-rendered. > > Also consider using the <$vars> widget unless you specifically

[tw5] Re: Recommended nesting order when html and widget?

2021-01-23 Thread Saq Imtiaz
The former will be marginally faster when the variable assigned by <$set> changes, as the div wont need to be re-rendered. Also consider using the <$vars> widget unless you specifically need something the <$set> widget can do which <$vars> cannot. On Saturday, January 23, 2021 at 12:45:34 PM

[tw5] Recommended nesting order when html and widget?

2021-01-23 Thread Mat
For a non-looping widget, like $set, is there any significant difference between the following, e.g in terms of logic or performance? <$set>... versus <$set>... Thanx <:-) -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from

[tw5] Re: Made a standalone spaced repetition plugin (doesn't rely on Anki etc)

2021-01-23 Thread Tadeáš Paule
Hi Amy, Thanks for the feedback. I definitely feel that room to grow for the plugin is in making it easier to use in these edge cases, for example where otherwise you have to go into the .json files and manually find and edit values. I don't know when I can get to this, but it's definitely on