[tw5] Re: list-links-draggable macro defect (blank caption)

2021-05-27 Thread 'c pa' via TiddlyWiki
Ah... I see that this is the transclude docs: The TranscludeWidget treats any contained content as a fallback if the target of the transclusion is not defined (ie a missing tiddler or a missing field). I had been under the impression that

[tw5] list-links-draggable macro defect (blank caption)

2021-05-27 Thread 'c pa' via TiddlyWiki
I notice that the updated list-links-draggable macro shows a blank entry in the case where the tiddler referred to has a caption field but the field is empty. title: test text: <$macrocall $name=list-links-draggable tiddler=<> field="flow-list">> flow-list: this that the other title: that

[tw5] Re: TidGraph and Link Rendering

2021-05-21 Thread 'c pa' via TiddlyWiki
So tidgraph looks cool. I would love to add features but you've minified the code making it almost impossible to figure out what the code is doing. Is there a version where the functions have human readable names? On Friday, May 21, 2021 at 6:55:03 AM UTC-7 jvpo...@productmicro.be wrote: >

[tw5] Re: Help on translating a virtual stack of cards to wikitext needed...

2020-11-18 Thread 'c pa' via TiddlyWiki
The tiddlywiki way is to have the radio buttons set a value into a field and then display the corresponding card based on the field being populated Pseudo code: <$radio tiddler=<> field="card-state" value="Card-1">Card 1 <$radio tiddler=<> field="card-state" value="Card-2">Card 2 <$radio

[tw5] Re: [TW5] JsonMangler v2.0.9 Release!

2020-03-22 Thread 'c pa' via TiddlyWiki
I just installed this latest version on a clean tiddlywiki download... It throws an error. I only see the error if I close all tiddlers. Then this pops up from the bottom of the screen. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To

[tw5] Re: [TW5] JsonMangler v2.0.9 Release!

2020-03-07 Thread 'c pa' via TiddlyWiki
Joshua, I've been using the plugin for a couple of weeks. Excellent useful plugin. I have one request. Is it possible to add an "attributes" operator or something like that that would return the direct children of each item? I've found that I have to manually maintain and index in the JSON so

[tw5] Setting a field value from within SVG

2019-11-21 Thread 'c pa' via TiddlyWiki
I want to use clickable SVG images from within my Tiddlywiki. The documentation says to use the foreignobject element to enclose wikitext This is problematic because it is so difficult to position and size the button to coincide with the drawing element and manage elemnt ordering etc. I went to

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

2019-10-03 Thread 'c pa' via TiddlyWiki
OK this works. This copies the selected text into a temp tiddler, then sorts the text in the temp tiddler. (That returns a title list) Then joins the list with spaces title: _cpa/ui/EditorToolbar/sort-text tags: $:/tags/EditorToolbar caption: Sort Selected Text condition:

[tw5] Re: Referencing an SVG image in CSS content property

2018-10-24 Thread 'c pa' via TiddlyWiki
OK sorry that doesn't 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 tiddlywiki+unsubscr...@googlegroups.com. To post to this group, send email to

[tw5] Re: Referencing an SVG image in CSS content property

2018-10-24 Thread 'c pa' via TiddlyWiki
Try using the full URL: And then tell us if it works. file:///C:/Users/yourname/tiddlywikilocations/yourfile.html#Pie%20Chart -- 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: Sort Text List without Writing It into a Field?

2018-10-24 Thread 'c pa' via TiddlyWiki
\define sortEm(string) <$list filter="$string$ +[nsort[]]"> \end <> -- 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

[tw5] Odd Transclude behavior using WikiText vs. Widget transcludes within SVG

2018-10-24 Thread 'c pa' via TiddlyWiki
''This works under all circumstances:'' <$edit field="slice1" /> <$view field="slice1" /> This fails (text doesn't display) if there are no spaces in the transcluded text "Sausage Pizza" works "SausagePizza"fails <$edit field="slice1" /> {{!!slice1}} Can anyone tell me why? --

[tw5] Odd behavior using wikitext transcludes vs. widget transcludes in SVG

2018-10-24 Thread 'c pa' via TiddlyWiki
''This *works *under all circumstances:'' <$edit field="slice1" /> *<$view field="slice1" />* This *fails *(text doesn't display) if there are no spaces in the transcluded text *"Sausage Pizza" works* *"SausagePizza"fails* <$edit field="slice1" /> *{{!!slice1}}* Can anyone tell me

[tw5] $linkcatcher doesn't work with SVGs

2018-09-04 Thread 'c pa' via TiddlyWiki
Here's the code. This demonstrates that linkcatcher does not catch links sent from within an SVG diagram. Is there a work-around (other than using foreignObject and buttons) ? \define linkaction()<$action-setfield $tiddler=<> $field="curitem" $value="u"/> <$linkcatcher actions=<> >

[tw5] Re: Css, before: and svg

2018-08-19 Thread 'c pa' via TiddlyWiki
The problem is probably in the number of quote marks. If there are "" in the svg then you have to surround them with 3 quotes. Also the code for the SVG is part of a longer string so you have to set a variable to the contents of the svg and then insert that variable in the text using

[tw5] Re: Css, before: and svg

2018-08-11 Thread 'c pa' via TiddlyWiki
OK, when I paste your code into a new tiddler on TiddlyWiki.com I get a red circle followed by a green square. If I take the style and put it in a tiddler tagged "$:/tags/Stylesheet. I get a red circle followed by a green square. Same thing with the code in a web page. So I'm not sure what

[tw5] Re: Calling action widgets from within the Select Widget

2018-06-03 Thread 'c pa' via TiddlyWiki
To do what I wanted to do I decided to fake the Select. I wanted to select from a list to "Not a list" - In this case tagged tiddlers. So I could have a source list of tiddlers that are eligible to be tagged, and then turn those tags on and off from a multi-select. This is a UI option that I

[tw5] Calling action widgets from within the Select Widget

2018-06-02 Thread 'c pa' via TiddlyWiki
I don't understand how we use action widgets within the Select Widget So can I do this? Call an action widget with the value that is selected? Here's what doesn't work: <$select tiddler=<> field="test2"> -- <$list filter="one two three" actions="""

[tw5] Re: Is there a way to include an SVG image together with text as the placeholder of an <$edit-text> field?

2018-05-02 Thread 'c pa' via TiddlyWiki
input type="text" name="txtName" class="input" /> .input{ border: 0px solid #44; height:39px; width:346px; background:url(images/Contact_05.jpg) no-repeat right top; color:#fff; padding-left:4px; font-size:20px; } -- You received this message because you

[tw] Re: Possible to have filter use value that depends on the filters output?

2017-09-13 Thread 'c pa' via TiddlyWiki
Mat, When faced with this problem in the past I have always resorted to a 2 step process 1. Create a button that sets a field value in every tiddler in the Wiki = "# words in the tiddler" 2. Execute the filter sorted by that value I haven't figured out how to execute both those steps except

[tw] Re: action-listops and the prepend operator odd behavior

2017-09-11 Thread 'c pa' via TiddlyWiki
Also I notice that insertbefore fails because I'm following these instructions suffix B = the name of a variable containing the title of the tiddler before which this one should be inserted -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To

[tw] Re: action-listops and the prepend operator odd behavior

2017-09-11 Thread 'c pa' via TiddlyWiki
OK I've created a test suite here: http://cpashow.tiddlyspot.com/#%24%3A%2F_cpa%2Ftest%2FTest-Suites%2Faction-listops That steps through all of the operators. Almost all of the operators fail in conjunction with a variable (So we can manually refer to an item with spaces in it) As a work

[tw] Re: action-listops and the prepend operator odd behavior

2017-09-11 Thread 'c pa' via TiddlyWiki
I've been checking some more and maybe I'm completely missing how these operators work. This code simply deletes the last item rather than moving the last two items after the item in the variable. This is distressing since the examples only use list items with no spaces, while saying that

[tw] Re: Home Sweet Home ... are TiddlyWikiDev & TiddlyWikiDocs worth keeping?

2017-09-05 Thread 'c pa' via TiddlyWiki
>> DUMP TiddlyWikiDocs & TiddlyWikiDev These 2 groups experience periodic spurts of activity when clever folks get into really deep discussions that are off the general topic >>START a TiddlyWikiNewbie that contains ONLY info for beginners Because TiddlyWiki is such a complex and functional

[tw] Re: Is there a way to make a Radio Button create a tag? TW5

2017-06-02 Thread 'c pa' via TiddlyWiki
Aaron, You can do it this way if there is only one tag at a time on the tiddler you are tagging - Switches the tags between Jane and Joe Bloggs <$radio tiddler="test" field="tags" value="JoeBloggs"> Joe Bloggs <$radio tiddler="test" field="tags" value="JaneBloggs"> Jane Bloggs The other

[tw] Re: A few newbie questions

2017-05-08 Thread 'c pa' via TiddlyWiki
Conner, >> Why google groups? Because it was easy to set up. There have been many discussions on can't we have something better and more searchable >> what does .tc-X stand for? Tiddlywikiclass? Yes. Look in $:/themes/tiddlywiki/vanilla/base and associated tiddlers to see the list of defined

[tw] Re: Automatically referencing to hot spots

2017-04-24 Thread 'c pa' via TiddlyWiki
Dear Mr. Hole, Yes this is practical. You need to decide how you want it to work, based on your needs Easiest way: [[HowTo:Define a class]] creates a link in this tiddler to a tiddler named "HowTo:Define a class" Then in a different tiddler you can create a list that returns all internal

[tw] Re: [TW5] Core drag-and-drop improvements

2017-03-21 Thread 'c pa' via TiddlyWiki
Jeff, Notice in the demo that Jeremy has defined a macro called drop-actions() that specifically edits the contents of that list field. That macro is then called in the associated droppable widget. \define drop-actions() <$action-listops $tiddler="Days of the Week"

[tw] Re: [TW5] Etch-A-Sketch Demo to illustrate drawing of SVG paths

2017-02-03 Thread 'c pa' via TiddlyWiki
Mat, The Etch-A-Sketch has the capability to do that. It works like this: 1. All of the stamps are held in the tiddler [[SVG Bumps]] 1. Right now there are only bumps for directions and various curves 2. Each bump has a name 3. Each bump has a relative path instruction

[tw] [TW5] Etch-A-Sketch Demo to illustrate drawing of SVG paths

2017-02-01 Thread 'c pa' via TiddlyWiki
I've created an Etch-A-Sketch Demo to illustrate drawing of SVG paths http://cpashow.tiddlyspot.com/#Etch-A-Sketch Fun. Not a plug-in or anything. Required that I create a couple custom string manipulation javascript macro commands to allow the manipulation of the path elements. -- You

[tw] Re: fiddling with italic

2016-12-05 Thread 'c pa' via TiddlyWiki
// """ Axolagabe, ardura barik, berekoi, gaizto eta gainontzeko apal zein egundoko beste keria saldo guztiez jori, bapo elikatzen diren pentsaera, jarrera, jokaera trauskil, lakar, gordin edota ankerki atxilotzaile, herstaile, zapaltzaile, erauzle, moztaile, zikiratzaile ororen aitzi """ // IZAN

[tw] Re: Am I alone on mobile usage of TW?

2016-09-26 Thread 'c pa' via TiddlyWiki
Daniello, As a mobile user you wish your device to display web hosted TW5s in a style that * Minimizes horizontal scrolling * Allows the user to switch easily between the sidebar and the story * Allows the user to more easily choose items from a drop down select As a TW5 developer you wish

Re: [tw] [TW5] What to edit to get numbered Header level

2016-09-22 Thread 'c pa' via TiddlyWiki
Phillippe, After much fiddling. . . here is the stylesheet you want: div.tc-tiddler-body is the css selector for the tiddler content display area div.tc-tiddler-preview-preview is the css selector for the preview pane when editing a tiddler div.tc-tiddler-body, div.tc-tiddler-preview-preview

[tw] Re: [TW5] What to edit to get numbered Header level

2016-09-21 Thread 'c pa' via TiddlyWiki
The numbering of lists is controlled via style sheets (css) You can see this with something like this OL { counter-reset: item } LI { display: block } LI:before { content: counters(item, ".") " "; counter-increment: item } # One ## One ## Two ### One ### Two ## Three #Two ## One ## Two ##

[tw] Re: Tabular story/result view ?

2016-09-08 Thread 'c pa' via TiddlyWiki
Yes with the creative use of the filter operators you can do it Here's an example using the letters of the alphabet as the input filter expression <$list filter="1 5 9 13 17 21 25" variable ="rows"> <$list filter="a b c d e f g h i j k l m n o p q r s t u v w x y z +[nth]"

[tw] Re: A List of Checkboxes that will delete and add tags to Tiddlers

2016-09-07 Thread 'c pa' via TiddlyWiki
So if I read you right. You want something like this: 1. Starts with a tag that identifies an item "item" a. If you want all tiddlers to be an item, Add this code Add a tiddler as an item <$list filter="[all[tiddlers]] -[is[system]!has[tags]] -[tag[item]]" variable="none"> <$checkbox

Re: [tw] [TW5] How to get numbers 1 2 3 ... in $list filter? Solution and new question: How to integrate this in a footnote macro....

2016-08-25 Thread 'c pa' via TiddlyWiki
Ah hah. Got it Use Case: 1. I want to create footnotes in my document in the form of <> e.g.: This is some text <> And this is a formula: 2+3=5 <> should display as: This is some text *1* And this is a formula: 2+3=5 *2*with the footnote numbers popping up the text when clicked 2. I

Re: [tw] [TW5] How to get numbers 1 2 3 ... in $list filter? Solution and new question: How to integrate this in a footnote macro....

2016-08-24 Thread 'c pa' via TiddlyWiki
I've seen this problem expressed in a number of posts. I solve this problem (How to access the place number of the current item from within a list) as follows You'll have to do some parsing of the variables to understand how this works. I've had to rewrite this method in many different ways to

[tw] Re: adding comments after global macros

2016-08-09 Thread 'c pa' via TiddlyWiki
I create all of my ready to be reused macros this way: (With documentation after the macro definition) Works just fine \define macroname(param1, param2, param3) do stuff here \end `<>` <> -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To

[tw] Re: Presenting: StretchText - an alternative to links or popups

2016-08-07 Thread 'c pa' via TiddlyWiki
Here's the replacement. Seems to work \define strex(content:"TextStretch", label:"…", start:"[", end:"]", class:"", id:"default") <$set name="state" value=<> > <$reveal type="nomatch" state=<> text="visible" animate="yes"> <$button set=<>

[tw] Re: Presenting: StretchText - an alternative to links or popups

2016-08-07 Thread 'c pa' via TiddlyWiki
I copied and used your macros. Cool Your instructions are missing how to import the uuid macro so I replaced it with <> Within the macro definitions you don't need to set so many variables, Rather than using <$set name="var" value="$var$"><$macrocall $name="macroname" variable=<> /> Use

[tw] Re: A separate forum to discuss issues to improve the documentation

2016-08-04 Thread 'c pa' via TiddlyWiki
This is the tiddlywiki docs forum https://groups.google.com/forum/#!forum/tiddlywikidocs -- 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

[tw] Re: Help

2016-08-02 Thread 'c pa' via TiddlyWiki
You have attached an html file that shows the control panel The control panel page shows the list of tiddlers to display when the tiddlywiki is started You have asked for help If you write a list of tiddler names in this box (as shown below) and then save, then the next time you start the

[tw] Re: Project Management in TW - reopening the topic

2016-07-31 Thread 'c pa' via TiddlyWiki
I didn't test any of this. So you'll have to write it yourself and debug my errors. But here is what you want (What you want isn't simple) User Requirements: 1. A tiddler contains a list of todo items, the items don't need to exist as separate tiddlers 2. An item may contain another list of sub

[tw] Re: .json import

2016-07-29 Thread 'c pa' via TiddlyWiki
Q: How many TW users does it take to support a question about json imports A: Zero - I just imported a JSON file on my machine here and it works just fine Please do the following: 1. Create a small example file that refuses to import 2. Attach the text of that small file in your reply 3.

Re: [tw] Re: Transcluding the title of the current tiddler

2016-07-26 Thread 'c pa' via TiddlyWiki
It doesn't work in preview because during editing the title is "Draft of" + title Draft of + title isn't contained in any foreign fields -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails

Re: [tw] Re: Need another filter

2016-07-23 Thread 'c pa' via TiddlyWiki
\define List_Articles(article) <$list filter="[field:article[$article$]]" variable="article_tiddler"> <$transclude tiddler=<> field="text" mode="block"/> <$link to=<> > <$view tiddler=<>

[tw] Re: Need another filter

2016-07-22 Thread 'c pa' via TiddlyWiki
\define List_Articles(article, template) <$list filter="[field:article[$article$]]"> $template$ \end <$macrocall $name="List_Articles" article={{!!title}} template=""" Code to be run per article such as listing the title: {{!!title}} """/> And yes. It does seem to be

[tw] Re: Insert text depending on field value

2016-07-22 Thread 'c pa' via TiddlyWiki
Try building a tiddler something like this (correctanswer ans sentence are fields you need to add) title: "Question1" correctanswer: "five" sentence: "I have <> fingers" text=""" \define Get_Answer_Text(question) <$view tiddler="$:/state/answers/$question$" /> \end \define

[tw] Re: Xlist TW5 question

2016-07-22 Thread 'c pa' via TiddlyWiki
>> I plan to use tagging, not list fields OK then use the tagging operator filter="searchterm1 searchterm2 +[tagging[]]" or [all[current]tagging[]] or [all[searchterm]tagging[]] -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe

[tw] Re: Xlist TW5 question

2016-07-21 Thread 'c pa' via TiddlyWiki
Yes. The "listed" filter operator the format is something like the following: filter="[[searchterm]listed[filedname]]" -- 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

[tw] Re: [TW5] Saved searches and external links in 5.1.12

2016-07-20 Thread 'c pa' via TiddlyWiki
OK here is the results of my testing: Test script a. Open TW 5.1.12 fresh install in Chrome b. Enter text in search bar c. Save TW and exit d. Reopen TW e. Clear search bar f. Save TW and exit g. Reopen TW h. Clear search bar i. Create a new tiddler j. Save

[tw] Re: [TW5] Variables in List Filter

2016-07-20 Thread 'c pa' via TiddlyWiki
This works on tiddlywiki.com as long as you do the following: Create New tiddler 1, new tiddler 2 etc. add the field due set due = "20.07.2016" - or today's date string returned <$set name=today value=<>> <> <$list filter="[due]"> <$checkbox tag="done"> <$link

[tw] Re: [TW5] Saved searches and external links in 5.1.12

2016-07-20 Thread 'c pa' via TiddlyWiki
Yes. I've had the same problem, not just with 5.1.12 though. For mew it seems to have to do with 2 things 1. Using the search bar and clearing the search bar doesn't make the TW dirty a. So if you use the search bar and then save the wiki, the search text is saved b. If then you clear

[tw] Re: Random Thoughts about the new version of TW.

2016-07-19 Thread 'c pa' via TiddlyWiki
>> How do we handle the importing of Tiddlers with the same Title? I have not looked at the twederation code but here's my 2 pfennings The easiest way to do this without dependencies would be to do the following 1. The importing TiddlyWiki would assign a GUID (guid_tw_path) to the path to the

[tw] Re: How to reset a state field when a tiddler is closed and reopened?

2016-07-19 Thread 'c pa' via TiddlyWiki
Robert, You can do this if the user is opening the exercise tiddler from a button rather than a link. This means that in your index of exercises, rather than [[exercise name]]or <$link to="exercise name"> Exercise name Use <$button to="exercise name"> exercise name

[tw] Re: [TW5] use reveal for showing/hiding a button depending on if tiddler with a specific name does exist?

2016-07-19 Thread 'c pa' via TiddlyWiki
Eric, >> and it works just fine to use the transclusion in the macro syntax. # You are absolutely right. # There are edge cases where things don't work as expected # My brain can't remember what the edge cases are # Since debugging the source of the error takes longer than writing the code,

[tw] Re: [TW5] use reveal for showing/hiding a button depending on if tiddler with a specific name does exist?

2016-07-18 Thread 'c pa' via TiddlyWiki
Hans, Yes. the shortcut macro call method does not allow you to pass evaluated parameters. You need to use the long form macro call method <> does not work <$macrocall $name="Make_Something" thing={{$:/isms/tmp/NewISMSElement!! name_base}} /> will work -- You received this message because

[tw] Re: [TW5] Plugins files not saved

2016-07-14 Thread 'c pa' via TiddlyWiki
Also you need to manually save your tiddler before exiting. -- 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 post to

[tw] Re: [TW5] use reveal for showing/hiding a button depending on if tiddler with a specific name does exist?

2016-07-14 Thread 'c pa' via TiddlyWiki
Try something like the following: \define Do_Some_Buttons(item_one, item_two) <$list filter="[all[$item_one$$item_two$]is[tiddler]]" emptyMessage=""" Button to create tiddler named "$item_one$$item_two$" """> Hey it exists already \end \define Make_Something(text)

[tw] Re: Trying to make a re-usable drop-down list.

2016-07-13 Thread 'c pa' via TiddlyWiki
OK so you're trying to use a $select widget to update an external list maintained as the value portion of an index in a data tiddler . Awesome. What you're trying to do is hard. The standard way to do this is to set the status in a field on the tiddler itself. <$select

[tw] Re: Introducing the <$dropaction> widget.

2016-06-21 Thread 'c pa' via TiddlyWiki
Matt, Awesome concept. I would love to use this. >> This plugin is available at my plugin library as the "DropAction Widget". So I followed these instructions and get a tiddler with http://mklauber.github.io/tw5-plugins/library/index.html in the url field. I saved and then I get "Undefined

Re: [tw] Re: Navigating and transcluding Slices...Missing Features for the atomic concept:

2016-06-17 Thread 'c pa' via TiddlyWiki
>> Can you give an example of #3. I've never had luck calling a widget from inside a widget and I would like to know how it's done Oh right. I do all my editing from dashboards because all my tiddlers are structured. The concept is as follows: Analysis # Decide on a structure for

[tw] Re: TW5 - Make it read only permanently

2016-06-17 Thread 'c pa' via TiddlyWiki
Oh this is an easy one. #1 Edit the edit template and change it to look exactly like the view template #2 Open up the tiddlywiki in a text editor, find the shadow edit template, and make it look exactly like the view template. #Save the text file #Load in a browser and test -- You received

Re: [tw] Re: [TW5] TiddlyWiki code structure and documentation, try 2. Any volunteers?

2016-06-17 Thread 'c pa' via TiddlyWiki
I'm trying to do this same thing at tw-for-bunnies, but I'm approaching it from the other end. Here are my observations (some of which I'm thinking of on the fly) # As a user I need to understand the structure of widgets and macros so I can use them myself #* The structure of widgets and

Re: [tw] Re: Navigating and transcluding Slices...Missing Features for the atomic concept:

2016-06-17 Thread 'c pa' via TiddlyWiki
Folks, Whenever I feel the need to include slices in my tiddlers, I implement each slice using a combination of the following: 1. a field and an <$edit-text tag="textarea" $field="slicename" /> widget. 2. the same field and an <$transclude mode="block" $field="slicename" /> widget. 3. a tag

[tw] Re: Macros to show different results all depending on a single field value?

2016-06-10 Thread 'c pa' via TiddlyWiki
\define Get_He_She(gender) {{He_She##$gender$$}} \end \define Get_Him_Her(gender) {{Him_Her##$gender$$}} \end Create tiddlers title: "He_She" text: " # This tiddler is a Data Dictionary that translates gender designations to personal pronouns male: He female: She " type: Data

[tw] Re: Why is there no actual "TiddlyWiki For Dummies" book? Someone please write one!

2016-06-10 Thread 'c pa' via TiddlyWiki
Mat says >> What makes this one different from the previous initiatives from other people? Nothing >> What would make it successful Success = helps me. This is an exercise in setting things up so in 5 years I can dig out old code and use it >> IMO the faint blue font color is difficult to see

[tw] Re: Why is there no actual "TiddlyWiki For Dummies" book? Someone please write one!

2016-06-10 Thread 'c pa' via TiddlyWiki
Ed, >> For total beginners, novices this is useless information. >> Please NO, jargon to start with as in "individual divs stored in the single file" What are "divs"? >> Why for Pete's sake do you want to explain Excellent points. Changes made. Everyone, These are the kinds of comments I'm

Re: [tw] Re: TiddlyFox is not signed and may not work in the future

2016-06-08 Thread 'c pa' via TiddlyWiki
I have 47 it saves just fine. -- 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 post to this group, send email to

[tw] Re: Why is there no actual "TiddlyWiki For Dummies" book? Someone please write one!

2016-06-08 Thread 'c pa' via TiddlyWiki
OK I've started the doc on tiddlyspot here: http://tw-for-bunnies.tiddlyspot.com/ Please provide comments on style and usability. Right now many of the pages are empty. Also if you have suggested edits, either post the wiki text here or create a page of your own and post it here. I'll copy and

[tw] Re: Why is there no actual "TiddlyWiki For Dummies" book? Someone please write one!

2016-06-06 Thread 'c pa' via TiddlyWiki
So to be clear you want a book, or a wiki on tiddlyspot that gives step by step instructions on how to "use" TiddlyWiki. One of the difficulties in this is the term "use" which implies use-cases for the product. I've had conversations with a number of people who use TiddlyWiki, folks seem to

Re: [tw] Select tiddler doesn't populate if only one option ??

2016-06-03 Thread 'c pa' via TiddlyWiki
Mark I always do the following for my selects: Select source: <$select tiddler="$:/Generate_source" default='Incoming'> * -- * <$list filter='[tag[DATA]sort[title]]'> >><$view field='title'/> -- You received this message because you are subscribed to the Google Groups

Re: [tw] [TW5] Issues understanding filters

2016-06-03 Thread 'c pa' via TiddlyWiki
William, The code with comments <$list filter="[is[current]field:catégorie/article|livre/]"> <$count filter="[field:catégorie/citation/source{!!title}]"/>   <$button message="tw-new-tiddler" class="btn-invisible" param="$:/_Template/Citation">cit.,  <$count

[tw] Unexpected behavior for the allbefore:include operator

2016-06-01 Thread 'c pa' via TiddlyWiki
Good day, This behavior requires me to add a +[first[]] block and then a +[rest[]] block all over the place Code being executed <$list filter="one two three four" variable="component"> <$count filter="one two three +[allbefore:include]" /> Expected results 1 2 3 4

[tw] Re: [TW5] list filter; How access particular element and particular output format

2016-05-27 Thread 'c pa' via TiddlyWiki
\define mymacro(first_parameter second_parameter third_parameter) This is the second parameter: $second_parameter$ \end \define mymacro2(first_parameter second_parameter third_parameter) This is the second component of the second parameter: <$set name="part" filter="$second_parameter$

[tw] Re: Query about Makedatauri Macro

2016-05-27 Thread 'c pa' via TiddlyWiki
Josiah, The purpose of a data uri is to encode a web page or some part of a web page into a url. Thus, you don't need to have access to that external resource in order to display it. This is great for single page wikis like TiddlyWiki. Example: Clicking on the following . . .(from the datauri

[tw] Re: [TW5] Another way to make multiple tag-like fields

2016-05-23 Thread 'c pa' via TiddlyWiki
Jed, I created a get all values in a list filter here: http://cpashow.tiddlyspot.com/#%24%3A%2F_cpa%2Fmodules%2Ffilters%2Fgetfieldlist.js -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails

[tw] Re: (Classic) Defining start number in ordered lists

2016-05-23 Thread 'c pa' via TiddlyWiki
! Ordered list # First item #* First item child #* First item child That spans several lines # Second item -- 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,

[tw] Re: [TW5] Button to quickly set tiddler type

2016-05-23 Thread 'c pa' via TiddlyWiki
<$select field="type"> Regular TiddlyWiki Stuff Plain Text -- 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 post

[tw] Re: Howto write a book with TD

2016-05-18 Thread 'c pa' via TiddlyWiki
Mario, TiddlyWiki is not set up to write a book out of the box because there are so many methodologies out there. But, once you've decided on a methodology you can write macros to help you follow that method. Let's say you want to use an outliner to write your book, meaning you create an

[tw] Re: RoF vs ROF

2016-05-13 Thread 'c pa' via TiddlyWiki
I think you are looking at the difference between a TiddlyLink to a non-existing tiddler vs. straight text ROF does not create a link to the corresponding text because it doesn't contain a mixture of upper and lower case letters RoF creates a tiddlyLink. If there is no tiddler named RoF then

[tw] Re: Colour Pallete Options

2016-05-04 Thread 'c pa' via TiddlyWiki
Stephen, [[ControlPanel]] Select the tab Appearance Select the tab Pallette Click on the pallettes in turn until you have the background etc. you want If you want to add a new pallette In the right side Click on "More / Shadows" Search for $:/palettes/Blanca

[tw] Re: Using TW5 for project management - nested lists of checkboxes with strikethrough

2016-04-19 Thread 'c pa' via TiddlyWiki
Try this: create the following tiddlers. Using this you store the task status as a tag in one tiddler (taskmanager) title: "taskme" text: <$checkbox tiddler="taskmanager" tag=<> > {{!!title}} title: mytasks text: * {{What am I doing?||taskme}} * {{I have some time||taskme}} -- You received

[tw] Re: [TW5] Using sort order field, changing sort order

2016-04-10 Thread 'c pa' via TiddlyWiki
Matthew, Here's an example of how to do this. I did it as a table. To make it work like you want you'll have to edit the html in the example. http://cpashow.tiddlyspot.com/#Sort%20List -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To

[tw] Re: [TW5] Overriding $:/core/images/save-button with a PNG file

2016-04-08 Thread 'c pa' via TiddlyWiki
Excellent: So what twaddle says is that you need to provide styling for your icon like .tc-dirty-indicator {border: 3px solid red} or something like that -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop

[tw] Re: A View Mode Editor and a simple Calcualtor

2016-04-08 Thread 'c pa' via TiddlyWiki
Yes the title is inviolate, meaning if you want to manage first name and surname as separate fields (make sure to add Middle Initials) and display the record as {{!!first}} {{!!mi}} {{!!last}} then I would go with the GUUID idea and hide the title. I'd also store the {{!!first}} {{!!mi}}

[tw] Re: A View Mode Editor and a simple Calcualtor

2016-04-08 Thread 'c pa' via TiddlyWiki
Hegert, The techniques that I am using are as follows: 1. Create a defined tag for each object type (person, company, call, document, etc. ) (tag names are all lower case) 2. Create a tiddler for each object type tag and tag that tiddler with "object" 3. Edit the object tiddler to create an

[tw] Re: Linking to definitions

2016-04-08 Thread 'c pa' via TiddlyWiki
Lyn, Yes. TiddlyWiki can be used for context based definitions. Of course to make it work you need well defined contexts and terms. I've created a demo of what you can do with context based definitions here: http://cpashow.tiddlyspot.com/#Context%20based%20definitions I've often thought about

[tw] Re: Linking to definitions

2016-04-05 Thread 'c pa' via TiddlyWiki
Ah hah. Try this \define showTerm(term) $term${{glossary##$term$}} \end TermDefinition <$list variable="term" filter="[[glossary]indexes[]]" > <$macrocall $name="showTerm" term=<> /> As shown here: http://cpashow.tiddlyspot.com/#glossary:glossary%20[[List%20Terms]] -- You received this

[tw] Re: A View Mode Editor and a simple Calcualtor

2016-04-05 Thread 'c pa' via TiddlyWiki
To edit a tiddler you have open in view mode you need to have edit widgets embedded in the page template. The downside, you can't edit the tiddler's text in view mode. You can easily change field values in view mode. by having the template create select and/or edit widgets. The other option

[tw] Re: Linking to definitions

2016-04-04 Thread 'c pa' via TiddlyWiki
You could use the regex filter to search the text of your glossary. Or you could convert your glossary to type=json title: glossary text: { "aTerm":"aDefiniton", "aSecondTerm":"aSecondDefinition" } Type: application/json And then link using: {{glossary##aTerm}} -- You received this message

[tw] Re: Multi-User & Accountability in Corp Env

2016-04-04 Thread 'c pa' via TiddlyWiki
>> Multi-User logins TiddlyWiki is a single user wiki and has no multi-user capability. There is work on TWederation to add multi-user functionality but it is nowhere near corporate ready >> Signing of Tiddlers TiddlyWiki marks each Tiddler with the author who created and modified each

Re: [tw] [TW5] Filter output "format" is either links or string - that's a problem!

2016-04-01 Thread 'c pa' via TiddlyWiki
You can use $list instead of set Paste this into your tiddler and you get one item at a time: <$list variable="first" filter="[list[tid!!text]first[]]"> <> <$list variable="second" filter="[list[tid!!text]nth[2]]"> <> <$list variable="third" filter="[list[tid!!text]nth[3]]"> <>

[tw] Re: Create a list of data-dictionary tiddlers that contain a certain text field

2016-04-01 Thread 'c pa' via TiddlyWiki
Put an X in the list like this: <$list filter="[getindex]"> X -- 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

[tw] Re: Image before Tiddler possible?

2016-03-31 Thread 'c pa' via TiddlyWiki
There are a bunch of images in the tiddlywiki core You can list them by creating a tiddler with this as the text. You can place them into your text by copying the {{image name}} text into your tiddler. I personally haven't yet figured out how to remember the method to paste new images into TW

[tw] Re: Create a list of data-dictionary tiddlers that contain a certain text field

2016-03-31 Thread 'c pa' via TiddlyWiki
OK first you should be using application/json tiddlers rater than Data-dictionary tiddlers because you are defining the same variable with different values in 2 different places The easiest solution is to use the room name instead of X and just return the room names title: $:/data/Kitchen

[tw] Re: CSS for tooltips in link widget?

2016-03-21 Thread 'c pa' via TiddlyWiki
On Monday, March 21, 2016 at 8:34:08 PM UTC-7, c pa wrote: > > David, > > I looked into it. TiddlyWiki 5 converts the tooltip attribute into an html > title attribute. The title attribute can't be styled. So, to get the effect > you are looking for you'ld have to do some css trick like those

[tw] Re: [TW5] How to put "[["<>"]]" to tiddler?

2016-03-05 Thread 'c pa' via TiddlyWiki
OK, I see two spots in your code where you are using variables that are not local to the ttt macro. I've always had problems when I don't pass in the variables explicitly Try calling the macro with <$macrocall $name="ttt" listName=<> tiddlerName=<> /> And change the macro like this so it

[tw] Re: [TW5] How to put "[["<>"]]" to tiddler?

2016-03-05 Thread 'c pa' via TiddlyWiki
Ah now I see, I made a sample site for you here : http://cpashow.tiddlyspot.com/#Flower%20Editor:macro_flowerchooser%20[[Flower%20Display]]%20[[Flower%20Editor]] -- You

  1   2   >