[tw5] Re: sort:version:reverse?

2024-04-16 Thread Cade Roux
s a parameter within the sort >> filter run prefix; instead it works at the "caboose" end of any filter to >> flip the list order. Something like this works at Tiddlywiki.com: >> >> `{{{ [has[version]] :sort:version[get[version]] +[reverse[]] }}}` >> >

[tw5] sort:version:reverse?

2024-04-16 Thread Cade Roux
I have change logs with a field for version information, and I am trying to sort them in reverse order and it doesn't appear to be working. The change log tiddlers themselves are also lists, but I cleared all that out and loaded these into the latest TW version to make a minimal reproducible

[tw5] Re: Complex search - data inside transcluded tiddlers, produce outer pages instead

2023-03-01 Thread Cade Roux
and Tricuspid valve|Doppler Thanks, Cade On Wednesday, March 1, 2023 at 10:19:30 AM UTC-6 PMario wrote: > Thx for the info. This helps to understand the structure a bit better. > > On Wednesday, March 1, 2023 at 4:55:15 PM UTC+1 Cade Roux wrote: > > The system tiddlers do not show u

[tw5] Re: Complex search - data inside transcluded tiddlers, produce outer pages instead

2023-03-01 Thread Cade Roux
s for data interchange which have it as a literal and again, aren't structured to be interspersed with user content (at the moment) [image: wave peak.PNG] On Wednesday, March 1, 2023 at 9:55:15 AM UTC-6 Cade Roux wrote: > The system tiddlers do not show up in the search normally (I

[tw5] Complex search - data inside transcluded tiddlers, produce outer pages instead

2023-02-28 Thread Cade Roux
It's a while since I posted, so I will recap our use case. I produce a data dictionary of our cardiovascular data warehouse in TiddlyWiki during our build process. A particular set of main tiddlers concern "Observations", while other sets are "Measurements", "Procedures", "Devices" etc. Each

[tw5] Export multiple tiddlers by filter to single JSON file from command-line

2021-11-09 Thread Cade Roux
I am sending a filter to --render but it is only putting one tiddler in the json file. Current command line: tiddlywiki "Data Mart User Manual" --render "[field:change.from[7.0SU2 (7.0.Local)]][field:change.to[9.0 (9.0.Local)]]" ChangeLog.json text/plain "$:/core/templates/json-tiddler"

[tw5] Re: How make TW appear alive?

2021-10-19 Thread Cade Roux
I wish I could share the TWs we generate for our cardiovascular Data Mart product here. We generate the data dictionary/manual in a TW and all our test outputs are in a few TWs organized by test groupings. It definitely satisfies 2 and 3, as far as 1, I am still tweaking it to be more and

[tw5] Re: Styling individual cells in a WikiText table

2021-04-23 Thread Cade Roux
nd-color:yellow;My Data Yellow Background and Green > Text@@| > |styles in tables example |>|>| > > > > On Friday, April 23, 2021 at 6:21:02 PM UTC-4 Cade Roux wrote: > >> I have a table and I am using WikiText because of the ability to use ~ >> and < to me

[tw5] Styling individual cells in a WikiText table

2021-04-23 Thread Cade Roux
I have a table and I am using WikiText because of the ability to use ~ and < to merge up and left - this is very convenient when generating the data tables in my build process so I don't have to look ahead indefinitely down and to the right. But I am finding need for more formatting

[tw5] Re: Query: POWERSHELL for TW: anyone doing anything?

2021-01-08 Thread Cade Roux
I use Powershell extensively in our data warehouse build and deploy process. And that includes importing TW "templates", importing tiddlers from a JSON file generated from the database in SQL procs, exporting the whole file to HTML. We use it for the user documentation generation as well as

[tw5] Re: Fields other than the default text field being able to be treated also as a textarea?

2020-12-02 Thread Cade Roux
ssibility tiddler may not be saved correctly on node > implementations. But I checked right now on Bobexe and it survived a save > and reload. > > Regards > Tones > > > On Thursday, 3 December 2020 at 04:19:10 UTC+11 Cade Roux wrote: > >> I was wondering if anyone

[tw5] Fields other than the default text field being able to be treated also as a textarea?

2020-12-02 Thread Cade Roux
I was wondering if anyone has done anything like this where a tiddler has another field "promoted" to a "textarea"-type of field like the main text field so that a tiddler has two text areas when it's in edit mode, where one is the text of the tiddler and one is the field denoted to be edited

[tw5] Re: Way to disable <$checkbox> element?

2020-11-12 Thread Cade Roux
That will be really excellent. Thank you so much! Cade On Thursday, November 12, 2020 at 11:28:50 AM UTC-6 PMario wrote: > Hi, > This will be implemented in TW 5.1.23 ... the next version > -m > > On Thursday, November 12, 2020 at 6:09:25 PM UTC+1 Cade Roux wrot

[tw5] Way to disable <$checkbox> element?

2020-11-12 Thread Cade Roux
In HTML there is a disabled attribute. But this is not available in <$checkbox> Would also like to be able to disable <$edit-text> as well. Particular use case is that during my build cycle I am generating results into some TW in a "read-only" mode where the users cannot sign off on things

[tw5] Constant operator?

2020-10-02 Thread Cade Roux
Is there an equivalent of a "constant" operator for a filter that doesn't effect the tiddler being selected? I want the subfilter to allow all tiddlers through if the dropdown is the "All Tiddlers" item that has the value "--any--" or allow only tiddlers through if the customer tags field

[tw5] Re: Breaking up very long runs in a filter?

2020-09-30 Thread Cade Roux
of the tiddler which is using the filter, or > define them in other tiddlers and import using the "\import > filter-to-import" Pragma at the top of the text field where the filters > will be used. > > Best, > Joshua Fontany > On Wednesday, September 30, 2020 at 10:41:

Re: [tw5] Still frustrated

2020-09-30 Thread Cade Roux
I sympathize. It's very hard for me to switch gears into TiddlyWiki filter and widget syntax. I generate my tiddlers with a combination of SQL and PowerShell within and around a source template TW. So I am dealing with two completely different declarative models (TW - plus HTML/CSS - and SQL

[tw5] Breaking up very long runs in a filter?

2020-09-30 Thread Cade Roux
What is the best technique to break up very long runs in a filter (preferably to different lines)? Can't use whitespace since that separates runs. I have a filter that is currently 382 characters. It selects a subset of tiddlers on one field, then four other fields individually have to have

[tw5] Re: Generic Tags Fields: State Of Play

2020-09-29 Thread Cade Roux
ts own right {{!!tags}} or has[tags] or has:field[tags] > these should work with gen tags fields > > If you are asking about operators for gen tags specifically refer to its > documentation. It adds a some operators. > > Regards > Tony > > > On Wednesday, 30 Septe

[tw5] Re: Generic Tags Fields: State Of Play

2020-09-29 Thread Cade Roux
On Tuesday, 29 September 2020 02:11:22 UTC+10, Cade Roux wrote: >> >> OK, that appears to work. I was working from the readme on GenTags. I >> think to do what I need, I don't even really need the GenTags plugin anyway >> (I don't need to display the tags), and this

[tw5] Re: Generic Tags Fields: State Of Play

2020-09-28 Thread Cade Roux
wrote: > On Monday, September 28, 2020 at 6:39:48 AM UTC-7, Cade Roux wrote: >> >> FWIW, to me it appears like the listed operator cannot be re-used in the >> run for some reason, even on a different parameter or different field. Yet >> by itself just once, combined

[tw5] Re: Generic Tags Fields: State Of Play

2020-09-28 Thread Cade Roux
-some name]tag[structure-some structure]tag[context-some context]] On Sunday, September 27, 2020 at 6:50:46 PM UTC-5 Cade Roux wrote: > I see what you are saying, but I thought it was starting with a default > [all[]] operator. I even tried putting an explicit [all[]] operator on the &

[tw5] Re: Generic Tags Fields: State Of Play

2020-09-27 Thread Cade Roux
ns, as *[A]* and > *[C]* do. See also: https://tiddlywiki.com/#title%20Operator. > > What you actually get is everything that lists *C* in your first <$list> > and *A* in your second. > > Regards, > Mirko > > Am Samstag, 26. September 2020 17:56:02 UTC+2 schrieb Ca

[tw5] Re: Generic Tags Fields: State Of Play

2020-09-27 Thread Cade Roux
er 26, 2020 at 1:10:02 PM UTC-5 Eric Shulman wrote: > > On Saturday, September 26, 2020 at 8:56:02 AM UTC-7, Cade Roux wrote: >> >> I thought these would be the intersection and should be equivalent: >> >> <$list filter="[[A]listed[my.field]]

[tw5] Re: Generic Tags Fields: State Of Play

2020-09-26 Thread Cade Roux
herwise you will find you need to parse the title to extract >info. > > > For a small or for purpose wiki do what you want with the tags and > prefixed titles, its only when you transfer tiddlers or grow wikis it may > become a problem. > > Regards > Tony > > On Saturday, 2

[tw5] Re: When running on node, disabling the Filesystem plugin has really nasty effects

2020-09-25 Thread Cade Roux
This is true about needing the filesystem plugin in nodejs even if not serving out over web but just using the command-line. First step I do after --init is to change the tiddlywiki.info file to add the plugin. The only use case would be if you do want changes to be kind of ephemeral until

[tw5] Re: How to make the tiddlywiki only can be edit in some of the ip or the read only mode?

2020-09-25 Thread Cade Roux
FWIW, if you have a process or something for publishing your wiki in another place for people to download, what I do is have a set of tiddlers that I import (ReleaseMode.json) during my build/publish process that turn off a bunch of buttons and UI elements, so I build a user version and an

[tw5] Generic Tags Fields: State Of Play

2020-09-25 Thread Cade Roux
I find myself looking to use this concept in my data mart data dictionary/user manual, as I want to have three types of tags for one set of generated tiddlers and three types of tags for another set of generated tiddlers and putting a prefix on each set and throwing them into tags field is

[tw5] Re: Styling list in columns - top alignment

2020-09-23 Thread Cade Roux
A ha! Thanks so much. Cade On Wednesday, September 23, 2020 at 12:35:16 PM UTC-5 PMario wrote: > Hi, > > The list UL element has a margin-top and a margin-bottom. If you remove > it, it should be OK. > > So if you add > > .threecolumns ul { > margin-top: 0; > margin-bottom: 0; > } > >

[tw5] Exporting several tiddlers to a JSON file using --rendertiddler - looking for more documentation

2020-02-20 Thread Cade Roux
I'm looking for any more examples or exposition of the --render, --rendertiddler, and --rendertiddlers commands. What I am doing is exporting a set of tiddlers from a tiddlywiki into a single JSON file to be processed by a program/script. This is my current command in PowerShell with

[tw5] Re: Getting from a non-linear notebook to something a little more linear

2019-12-06 Thread Cade Roux
This looks to have good potential to help with our users. Thanks for the input! Cade On Friday, December 6, 2019 at 12:00:33 AM UTC-6, Mohammad wrote: > > Hi Cade, > I have encountered the same problem before. There is a plugin help you > very much in this case and answer part of your

[tw5] Getting from a non-linear notebook to something a little more linear

2019-12-05 Thread Cade Roux
I've been using TW since August as a documentation target for the metadata and manual for our data mart of cardiovascular information and we are starting to get feedback from internal users and we are soon going to be sending it out to customers to get feedback on both the documentation and

[tw5] Re: Descenders in titles cut off at bottom

2019-10-23 Thread Cade Roux
My Chrome appeared a little out of date so I went ahead and let it update and it appears to have cleared it up: [image: descenders.PNG] On Wednesday, October 23, 2019 at 11:04:49 AM UTC-5, Cade Roux wrote: > > Everything seemed fine with all those numbers locally, and I don't think

[tw5] Re: Descenders in titles cut off at bottom

2019-10-23 Thread Cade Roux
specified in the > tiddler, they > might be having an effect. > > On Wednesday, October 23, 2019 at 7:35:39 AM UTC-7, Cade Roux wrote: >> >> [image: descenders.PNG] >> >> Is that something I have inadvertantly messed up? Where to look for a >> fix for that? >

[tw5] Descenders in titles cut off at bottom

2019-10-23 Thread Cade Roux
[image: descenders.PNG] Is that something I have inadvertantly messed up? Where to look for a fix for that? Thanks, Cade -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send

[tw5] Re: Struggling to nest a macro

2019-10-18 Thread Cade Roux
emptyMessage had had no success getting working nested so ended up with this working: <$list filter="[[releasemode]!is[missing]]">{{$title$}} <$list filter="[[releasemode]is[missing]]"><$list filter="[title[$title$]] +[has[title]]" emptyMessage=<>>{{$title$}} <> Thanks, Cade On Thursday,

[tw5] Struggling to nest a macro

2019-10-17 Thread Cade Roux
My existing macros allow me to present a transcluded tiddler with an (Edit) link after it and if the tiddler is missing, it presents it as (Missing), so that an editor can create and immediately the tiddler. So I can do <> and either get: Transcluded tiddler content (Edit) or (Missing)

[tw5] Re: Focus on edit after a tm-edit-tiddler message

2019-09-10 Thread Cade Roux
Bumping this up - is there any way to set the focus to the text instead of the title when you go into edit mode? Thanks in advance, Cade On Tuesday, September 3, 2019 at 5:17:49 PM UTC-5, Cade Roux wrote: > > I have a set of macros that let me transclude a tiddler and offer a link

[tw5] Re: [TW5] Introducing TiddlyTables a plugin for creating sortable tables.

2019-09-09 Thread Cade Roux
This is very exciting for me. I'm using a lot of tables of test results generated from my data warehouse build/deploy/test process. Currently they are regular TiddlyTables of the form |column|column|column| with checkboxes for when individual test case results have been validated against

[tw5] Focus on edit after a tm-edit-tiddler message

2019-09-03 Thread Cade Roux
I have a set of macros that let me transclude a tiddler and offer a link next to the transcluded tiddler to edit it if it exists or a link button to create it if it's missing. This is one of the relevant sub-macros for the Edit button: \define edit-btn(title) (<$button class="tc-btn-invisible

[tw5] Re: Keep losing my edit and add tiddler buttons - where to look?

2019-08-28 Thread Cade Roux
Thanks, Cade On Wednesday, August 28, 2019 at 9:48:18 AM UTC-5, @TiddlyTweeter wrote: > > Its then a serious issue of real substance. I can't replicate it on TW > stand alone so can't help. > > TT > > On Wednesday, 28 August 2019 16:45:18 UTC+2, Cade Roux wrote: >

[tw5] Re: Keep losing my edit and add tiddler buttons - where to look?

2019-08-28 Thread Cade Roux
that tiddler and re-run the import without any error. I'm going to try to experiment with increasing subsets of the import. Thanks, Cade On Wednesday, August 28, 2019 at 6:19:28 AM UTC-5, @TiddlyTweeter wrote: > > Cade Roux wrote: >> >> I have imported a lot of JSON tiddlers, som

[tw5] Re: Keep losing my edit and add tiddler buttons - where to look?

2019-08-28 Thread Cade Roux
It's not supposed to contain any system tiddlers. It is generated from my build process/database schema/testing results. But some are containing macros now, and of course, I occasionally find problems where things aren't escaped out or a stray line feed makes it through escaping. It's just

[tw5] Keep losing my edit and add tiddler buttons - where to look?

2019-08-27 Thread Cade Roux
I have imported a lot of JSON tiddlers, sometimes with errors, and I think these must bash something. Typically, it's something in the JSON that's not escaped properly - like \import instead of \\import (unexpected element i or something like that) or an embedded double quote in the JSON

[tw5] Re: Conditional macro: transclusion or tiddler creation button/link

2019-08-27 Thread Cade Roux
n Tuesday, August 27, 2019 at 2:21:19 PM UTC-7, Cade Roux wrote: >> >> I think I follow what you are doing, but now it's not putting out the >> button link at all. Is there any kind of debug mode so you can see all the >> processing steps before rendering? >> >>

[tw5] Re: Conditional macro: transclusion or tiddler creation button/link

2019-08-27 Thread Cade Roux
navigate $to="$title$" $scroll="yes"/> Missing: $title$ \end [image: Capture.PNG] \define conditionaltiddler(title) <$list filter="[title[$title$]] +[has[title]]" emptyMessage=<>>{{$title$}} ([[Edit|$title$]]) \end On Tuesday, August 27, 2019 at 4:21:19

[tw5] Re: Conditional macro: transclusion or tiddler creation button/link

2019-08-27 Thread Cade Roux
uesday, August 27, 2019 at 1:30:17 PM UTC-7, Cade Roux wrote: >> >> Where I want tiddlers to be transcluded if they exist and a button to >> create the tiddler if they don't exist in my table. >> > > try this: > > \define btn(title) > <$button class="tc-b

[tw5] Conditional macro: transclusion or tiddler creation button/link

2019-08-27 Thread Cade Roux
Where I want tiddlers to be transcluded if they exist and a button to create the tiddler if they don't exist in my table. \define conditionaltiddler(title : "Tiddler Title") <$set name="btn"> <$button class="tc-btn-invisible tc-tiddlylink"> <$action-createtiddler $basetitle="$title$" /> Create

Re: [tw5] Re: GitHub saving tips?

2019-08-27 Thread Cade Roux
r branch. But exactly how that works is > a mystery ... > > Good luck! > > On Monday, August 26, 2019 at 12:05:17 PM UTC-7, Cade Roux wrote: >> >> So I merged everything into master, switched over to master, pulled >> everything, opened the file f

[tw5] Re: GitHub saving tips?

2019-08-26 Thread Cade Roux
Saved by TiddlyWiki" [image: Capture.PNG] Thanks, Cade On Monday, August 26, 2019 at 12:40:19 PM UTC-5, Cade Roux wrote: > > I have a TW file in GitHub. I set up all the parameters for GitHub > saving, they seem to be correct. I got some errors in XMLHttpRequest 409, > w

[tw5] Re: GitHub saving tips?

2019-08-26 Thread Cade Roux
g somewhere, that retains "master" as a default. > > Good luck! > > On Monday, August 26, 2019 at 10:59:01 AM UTC-7, Cade Roux wrote: >> >> Sure. >> >> I have a token in the password >> >> >> This is what GitHub looks like in the We

[tw5] Re: GitHub saving tips?

2019-08-26 Thread Cade Roux
ify > > Path to target file (e.g. /wiki/) >> > > That is, that field can not be blank. I was using the top level, so put in > / > > Good luck! > > On Monday, August 26, 2019 at 10:40:19 AM UTC-7, Cade Roux wrote: >> >> I have a TW file in GitHub. I s

[tw5] GitHub saving tips?

2019-08-26 Thread Cade Roux
I have a TW file in GitHub. I set up all the parameters for GitHub saving, they seem to be correct. I got some errors in XMLHttpRequest 409, which perhaps indicates that a commit was not allowed due to a conflict? Sometimes it gives that error or sometimes it just sits there with the red

[tw5] Re: Doubled Single Quotes Behavior in text/vnd.tiddlywiki format - do these need to be escaped or is it a bug?

2019-08-14 Thread Cade Roux
I have decided to go ahead and use the backticks around it and (also to be careful when that text is empty to not put two consecutive backticks). I'm changing up the markup to generally use TW for now and potentially move to XML in front of that with an XSLT to transform to TW or other targets

[tw5] Re: Doubled Single Quotes Behavior in text/vnd.tiddlywiki format - do these need to be escaped or is it a bug?

2019-08-13 Thread Cade Roux
; > https://tiddlywiki.com/prerelease/#Formatting%20in%20WikiText > > You could switch the tiddler to HTML mode, if you're not going to use any > TW features. > > Perhaps you could explain why you need double single quotes? > > On Tuesday, August 13, 2019 at 4:47:08 PM UTC

[tw5] Doubled Single Quotes Behavior in text/vnd.tiddlywiki format - do these need to be escaped or is it a bug?

2019-08-13 Thread Cade Roux
I have this in a Tiddler and I was wondering if this is a bug or intentional? Empty Single Quotes: '' Single Quotes With a Space: ' ' I fixed it with: Empty Single Quotes: Single Quotes With a Space: Thanks in advance, Cade -- You received this message because you are subscribed to

[tw5] Re: TiddlyWiki node command line issue importing and/or rendering for offline

2019-08-12 Thread Cade Roux
now. Thanks, Cade On Saturday, August 10, 2019 at 3:19:53 PM UTC-5, Cade Roux wrote: > > I am importing a JSON array of 10 Tiddlers with title and text properties > only. > > After running the command below, I have a tiddlywiki.info file in the > folder, an output folder wit

[tw5] Re: Generating a complete TiddlyWiki from Excel

2019-08-12 Thread Cade Roux
As far as the concept of push, you can do that. I am currently using the nodejs command line to import tiddlers into TiddyWiki and then generate the single file: tiddlywiki MyWiki --verbose --import tiddlers.json application/json --build index My database is generating the json containing

[tw5] TiddlyWiki node command line issue importing and/or rendering for offline

2019-08-10 Thread Cade Roux
I am importing a JSON array of 10 Tiddlers with title and text properties only. After running the command below, I have a tiddlywiki.info file in the folder, an output folder with an empty index.html file and no sign of the tiddlers. This is what the JSON file looks like: [ {

[tw5] Re: TiddlyWiki as a target for generated help documentation

2019-08-10 Thread Cade Roux
as the limit now I think it is the stars. > > Regards > Tony > > > On Saturday, August 10, 2019 at 7:54:24 AM UTC+10, Cade Roux wrote: >> >> Yeah, I have a large amount of metadata that is changing, and the source >> of that data is either going to be: >>

[tw5] Re: TiddlyWiki as a target for generated help documentation

2019-08-09 Thread Cade Roux
Yeah, I have a large amount of metadata that is changing, and the source of that data is either going to be: 1. Originating in the metadata of the SQL tables (attached to the tables and columns) - kind of basic data dictionary things which will look like: Where we would want to generate a

[tw5] TiddlyWiki as a target for generated help documentation

2019-08-09 Thread Cade Roux
I'm working on some data dictionary documentation and am trying to generate a basic prototype of an HTML-based help system. At this point I haven't really chosen a platform or anything, but I'd like to just demo something simple as a possible starting point for the design discussion and I was