[tw5] Re: The-book weekly report

2020-01-16 Thread TonyM
Luis, Thanks for this work. I will view and respond when I can find a little more time. Regards Tony On Thursday, January 16, 2020 at 9:28:31 PM UTC+11, Luis Gonzalez wrote: > > In this new release I wrote Chapter 10 - Tiddlywiki Internals with some > information about the Tiddlywiki files

[tw5] Re: find field with unknown input

2020-01-16 Thread TonyM
I will just add the way I describe Mohammads instruction - has[fieldname] only finds fieldname if it exists and has non blank content - has:field[fielname] finds fieldname if it exists has any content including empty. - fieldname[value] finds a tiddler with a fieldname

[tw5] Re: Setting Fonts in TiddlyWiki

2020-01-16 Thread TonyM
Mario, Thanks for putting that eloquently. Perhaps I could have been a little more specific. I actually have a similarly deep understanding of the Role of fonts and print drivers etc.. as you do. - Fortunately for me I use windows/chrome and so do my clients. - Regardless of Default

[tw5] Re: Desktop Automation tip Windows

2020-01-16 Thread TonyM
TT, It is important to discuss this, because in time TiddlyWiki can provide a compelling application with full desktop interaction, on multiple OS's in addition to website, Apps and server functionality. By posting this tip however I wanted to bring to the attention of Windows users that by

[tw5] Re: Setting Fonts in TiddlyWiki

2020-01-15 Thread TonyM
e for tiddler body I need to change Line Height for Tiddler Body. I am not sure how px sizes replates to print size. [image: Snag_1a623bf.png] Regards Tony On Thursday, January 16, 2020 at 3:51:30 PM UTC+11, TonyM wrote: > > Folks, > > I have always accepted and being happy w

[tw5] Setting Fonts in TiddlyWiki

2020-01-15 Thread TonyM
Folks, I have always accepted and being happy with the default fonts used in tiddlywiki. However as a result of issues when printing tiddlers to PDF I am interested at looking to change the font settings. I have not found any instructions however on changing them except installing google and

[tw5] Re: Demo: SVG live editor

2020-01-15 Thread TonyM
For Example, The Following in the SVG editor works, but will not when pasted to a SVG tiddler Home Sweet Home Regards Tony On Thursday, January 16, 2020 at 10:57:19 AM UTC+11, TonyM wrote: > > Thomas, > > I am following the development of this closely, but bu

[tw5] Re: Demo: SVG live editor

2020-01-15 Thread TonyM
Thomas, I am following the development of this closely, but busy elsewhere at the moment. I just wanted to suggest a useful set of features, possibly already there, but perhaps in need of documentation. TiddlyWiki's standard icons are built in of course. If we want to make a custom

[tw5] Re: Conditionally format output of $view widget

2020-01-15 Thread TonyM
Sid, Not a full answer but I made some quick edits - Close the view widget differently - keep the span inside the view widget - Changed the BR - An more rearrangements. <$checkbox tag="done"><$link to={{!!title}}><$view field="title"/><$view field="priority"/> Regards Tony > >

Re: [tw5] plugin Generator (single file wikis) RFC

2020-01-15 Thread TonyM
Mario, Thanks for sharing "the principle of least surprise " great stuff. To be clear, since the temp and state tiddlers are automatically "unchecked",

[tw5] Re: Desktop Automation tip Windows

2020-01-15 Thread TonyM
andards, I see it would be possible to design a solution to be deployed to Standard Desktop Environments to support and empower users. Regards Tony On Thursday, January 16, 2020 at 4:36:36 AM UTC+11, TiddlyTweeter wrote: > > TonyM > > Nice to see such tips ... It might be worth collecting th

Re: [tw5] plugin Generator (single file wikis) RFC

2020-01-14 Thread TonyM
I agree Mario; Especially when there is a check box you can tick in front of temp and state tiddlers if there are such tiddlers in the import. The check boxes are not honored so perhaps its a bug? [prefix[$:/state]] [prefix[$:/temp]] can export them and they are listed on import, but

[tw5] Re: Desktop Automation tip Windows

2020-01-14 Thread TonyM
Mohammad, > Is there any reason to use TiddlyDesktop here? > *Yes*, it has the rights to the local desktop to address files, start programs and access files. A tiddlywiki.hta file on windows may also have the rights. Regards Tony -- You received this message because you are subscribed to

[tw5] Re: Lean canvas creator plugin

2020-01-14 Thread TonyM
Actualy it is working on *5.1.21*Just not one of my wikis. Tony On Wednesday, January 15, 2020 at 12:31:49 PM UTC+11, TonyM wrote: > > Julio, > > I am having trouble getting this to work. I see it was published in > tiddlywiki version *5.1.11* > > Have you got it workin

[tw5] Re: Lean canvas creator plugin

2020-01-14 Thread TonyM
Julio, I am having trouble getting this to work. I see it was published in tiddlywiki version *5.1.11* Have you got it working on a recent release? Regards Tony On Wednesday, January 15, 2020 at 2:53:07 AM UTC+11, Julio Peña wrote: > > Hello all, > > Similar to the Open tab, yes, but there

[tw5] Desktop Automation tip Windows

2020-01-14 Thread TonyM
Folks, I thought I would share this working solution I have. - A Wiki running in TiddlyDesktop - Has the below tiddler called networkcheck Go <$button set="Networkcheck!!last-refresh" setTo=<> > Refresh {{Networkcheck!!last-refresh}} - Clicking on "Go" runs the command

[tw5] Re: to JSON or not to JSON?

2020-01-14 Thread TonyM
bit on the "splitting a Json Array into individual tiddlers" side > of things. That, of course, runs into the "what characters are legal in > tiddler field-names" issue that was raised recently - as Json is very > flexible with key-names... > > Best, > Joshua F >

[tw5] Re: plugin Generator (single file wikis) RFC

2020-01-14 Thread TonyM
the namespace change. Regards Tony On Wednesday, January 15, 2020 at 5:14:42 AM UTC+11, PMario wrote: > > On Tuesday, January 14, 2020 at 1:08:18 PM UTC+1, TonyM wrote: > ... > >> Before I go and make these plugins I want to let you know they are all >> macros and in json bundle

[tw5] Re: TW5: How can I show tiddlers that I import on the Recent tab?

2020-01-14 Thread TonyM
I added a suggestion to that issue. Tony On Tuesday, January 14, 2020 at 8:56:30 PM UTC+11, Mat wrote: > > Chuck R. wrote: >> >> When I drag a tiddler from one TW5 to another one, it imports fine but >> does not appear on my Recent tab. How do I get those tiddlers to appear on >> my Recent tab

[tw5] Re: plugin Generator (single file wikis) RFC

2020-01-14 Thread TonyM
Mario, Thanks for this advice. Before I go and make these plugins I want to let you know they are all macros and in json bundles already if not without readme and licences. I wonder if we should make bundle distribution more common, rather than me moving to plugins, although plugins have the

[tw5] Re: Position in list code pattern? Challenge

2020-01-14 Thread TonyM
: > > I think if it uses allbefore:include then there is no need for NOMATCH! > like below > > <$list filter="A B C D E +[allbefore:includecount[]] " /> > > --Mohammad > > On Tuesday, January 14, 2020 at 4:23:54 AM UTC+3:30, Eric Shulman wrote: >> >>

[tw5] Re: Lean canvas creator plugin

2020-01-13 Thread TonyM
, perhaps you do not need it, but I recommend trying it, I think it would be a nice way of working with this tool. Regards Tony On Tuesday, January 14, 2020 at 4:47:37 PM UTC+11, Abraham Samma wrote: > > Thanks TonyM. I assume the 3rd advise is something akin to what's under > the

[tw5] Re: Position in list code pattern? Challenge

2020-01-13 Thread TonyM
Folks, Using Erics Tips; here is an example of finding the current tiddlers position in a list of the give tag "Code Patterns" <$list filter="[[NOMATCH]] [enlist{Code Patterns!!list}] +[allbefore count[]]" /> Regards Tony On Tuesday, January 14, 2020 at 10:30

[tw5] Re: Position in list code pattern? Challenge

2020-01-13 Thread TonyM
Folks, I notice here, the list field only comes into existence if one drags and drops a tiddler in the tag pill popup. Is any one aware of a programmatic way to cause this to happen? Regards Tony On Tuesday, January 14, 2020 at 10:30:36 AM UTC+11, TonyM wrote: > > Folks, &g

[tw5] Re: Position in list code pattern? Challenge

2020-01-13 Thread TonyM
Eric, beautiful work. Love it. Nice and minimal. Thanks. I will now look to using this to get a compound number 1.2.4 from a toc structure. My design idea was to autogenerate a position in list or toc number and display it before or after the tiddler title eg; "chapter title" n or 1.2.3.4

[tw5] Re: Looking for in tiddler Kanban

2020-01-13 Thread TonyM
David I did not think it was in either but on review tekan has the following add on Tiddler to board button: A view tool bar button that will enable you to view the current tiddler as a tekan board temporarily. All the tiddlers that carries the tag of current tiddler will become lists, and

[tw5] Position in list code pattern? Challenge

2020-01-13 Thread TonyM
Folks, I have an interesting idea, that requires the ability to get the position of a tiddlers title in a list field and return it as a number. So if we consider the tag $:/tags/ViewTemplate then on tiddlywiki.com the Tiddler $:/core/ui/ViewTemplate/subtitle would return three (3) I have a

[tw5] Re: Lean canvas creator plugin

2020-01-13 Thread TonyM
Abraham, This looks really good. Most impressive. I look forward to using it. Some Quick Comments - I immediately had to change sidebarlayout to fluid-fixed - For me I had to stop the Zoomin view - I would add a tiddler tabbing plugin to navigate Thanks for your contribution.

[tw5] Looking for in tiddler Kanban

2020-01-13 Thread TonyM
Folks, Sometime in the last year or so one of the kanban solutions provides a sub feature that allowed you to build a simple Kanban board inside a tiddler based on a filter. Does anyone recall where this is? Thanks in advance Tony -- You received this message because you are subscribed to

[tw5] Re: TW5: How can I show tiddlers that I import on the Recent tab?

2020-01-13 Thread TonyM
Chuck, I use marios bundler plugin, which has an option to capture all tiddlers imported in an import bundle. I also have a variation of the recent tab for "recent System" tiddlers that allows me to see system tiddlers modified. An issue is that imported tiddlers bring with them their modified

[tw5] Re: plugin Generator (single file wikis) RFC

2020-01-13 Thread TonyM
(sometimes). But as you suggest if it was more than a few KB it would be best in an edition. Do you agree? Regards Tony On Monday, January 13, 2020 at 10:37:45 PM UTC+11, PMario wrote: > > On Monday, January 13, 2020 at 8:09:11 AM UTC+1, TonyM wrote: > .. > >> examples $:/plugins/bran

[tw5] Re: plugin Generator (single file wikis) RFC

2020-01-13 Thread TonyM
nel tab to configure how your tiddlers get organized into folders and > subfolders in your source code repository. > > Enjoy the *Third Flow*! > > --- > > On Monday, January 13, 2020 at 10:39:11 AM UTC+3:30, TonyM wrote: >> >> Folks, >> >> Request for C

[tw5] Re: Link to top of called tiddler

2020-01-13 Thread TonyM
Jacques As I remember the hover feature was basically to provide a popup menu. You could then use the default to specify your own buttons. So I think the feature you were talking about was jump, jump to the tiddler. In TW5 have a look at the sidebar Open tab, click on an open tiddler and

[tw5] plugin Generator (single file wikis) RFC

2020-01-12 Thread TonyM
Folks, Request for Comment from plugin builders. I am building a generator to create all related tiddlers when building a plugin. I am doing this because I will be migrating dozens of macro solutions to plugins. This post is seeking input, the result will be shared. The basic functionality

[tw5] Re: to JSON or not to JSON?

2020-01-12 Thread TonyM
SPringer, I forgot to say don't worry about having hundreds of tiddlers. A tiddler is a data record by another name. From memory and a little tweaking there are 66,000 plus tiddler single file wikis that work fine. Regards Tony On Monday, January 13, 2020 at 4:41:13 PM UTC+11, TonyM wrote

[tw5] Re: to JSON or not to JSON?

2020-01-12 Thread TonyM
ng go of this JSON curiosity for now, I hope the > discussion might prove useful to someone down the road, and I'm grateful > for your input! > > -Springer > > On Saturday, January 11, 2020 at 8:49:30 PM UTC-5, TonyM wrote: >> >> Springer, >> >> My own

[tw5] Re: GitHub Security

2020-01-12 Thread TonyM
Philip, Others can give a Better GitHub answer, I believe only if you subscribe can you have a private one. Perhaps you can open up the question and let us know what if any other hosting you have available to you. Personally I would use TW-receiver on a PHP host and use the .htaccess to

[tw5] Re: New to TW5

2020-01-12 Thread TonyM
Nic, Welcome to TW5, as someone who has gone from TWC to TW5 I now how it feels, but it is very worth while. Keep in mind much of which needed plugins in TWC is now in the standard Distribution. On this current issue edit the tiddler https://tiddlywiki.com/?user=test#GettingStarted to see

[tw5] Re: tm-download-file Message and add remove fields/tags to exported tiddlers

2020-01-12 Thread TonyM
Mohammad, Have you considered the export facility available in advanced search? In this filter tab you can actually place multiple space separated filters until you have the list your require and hit the export button? But back to your original question, perhaps adding tiddlers to a list field

[tw5] Re: How to put tiddler`s title to of static HTML exported page?

2020-01-12 Thread TonyM
Siniy There is clearly another template being used. One with the html page definition. Most likely constructed from the sitetitle and subtitle tiddlers content. I think static river is for printing all open tiddlers. There is another template to be changed other than the view template. I will

[tw5] Re: to JSON or not to JSON?

2020-01-11 Thread TonyM
Springer, My own approach to this kind of issue would be to build a JSON using the multiple tiddler format you can see inside the $:/import temp tiddler, or plugins, this is a very simple json format and does not use complex json syntax. Each of these with be changed into a tiddler on import.

[tw5] Re: How to put tiddler`s title to of static HTML exported page?

2020-01-11 Thread TonyM
late]!has[draft.of]]" variable="listItem"**>*<$transclude tiddler=<>/> See how the underlined list widget brings in all items tagged *$:/tags/ViewTemplate* So you can change this to only include what you want But I do not think that is where you are? Reg

[tw5] How to put tiddler`s title to of static HTML exported page?

2020-01-11 Thread TonyM
Siniy, find the template used to generate static html output and modify that to emphasise the title. I did this in the past to make A sidebar free static page. With a little more work tiddlywiki could generate almost any html page. Let me know if you need more info Toby -- You received this

[tw5] Re: Fields name in lowercase and with no space: Is this a bug?

2020-01-10 Thread TonyM
Folks It would be nice if we had a macro to which we pass a string such as a tiddler title which returns a predictable string that complies with the field naming standard. And the reverse to some degree. The advantage over tags is you can store the relationship in both directions. One could

[tw5] Gasolintable calculate

2020-01-09 Thread TonyM
Gerald Since this is a pure htmp table with literal values you would need a html solution which javascript is limited. If however the data was in tiddlers or fields you could use maths operators in filters to calculate the results. Regards tony -- You received this message because you are

[tw5] Demo: SVG live editor

2020-01-09 Thread TonyM
thomas Great work. Thanks for sharing. It would be nice to use this with a workflow to copy and customise core images for aesthetics or for consistency in tiddlywiki. Toony -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from

[tw5] Re: Question: A simple way to create a tiddler with many fields (on demand)

2020-01-09 Thread TonyM
Mohammad, I am quite interested in the coding methods you are using. I thought this was an appropriate place to share other methods of adding fields to tiddlers, part of "creating a tiddler". The "just in time field addition" is where your view template allows you to edit, thus create fields

[tw5] Re: Sort Order in Data Tiddlers Question

2020-01-09 Thread TonyM
Mohammad Sorry i just cant see how. Keep in mind i dont want any sorting at all. I will look more deeply tomorrow. Regards tony -- 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,

[tw5] Re: when to use state tiddlers and when temp tiddlers

2020-01-08 Thread TonyM
Eric, Nice answer. However did you mean $:/config/SaverFilter? for detecting dirty? The fact that the dirty indicator is different from what gets saved is a useful fact and possible trick. Regards Tony On Thursday, January 9, 2020 at 3:30:58 PM UTC+11, Eric Shulman wrote: > > On Wednesday,

[tw5] Re: The most useful templates in creating new tiddlers

2020-01-08 Thread TonyM
Mohammad, My answer is genuinely "My own templates". Bothe object templates (To create a new tiddler "object" and View Templates to display each object-type). I build a tiddler with all the content and values desired, although I do avoid using the text field, One of the key field values is an

[tw5] Re: Sort Order in Data Tiddlers Question

2020-01-08 Thread TonyM
Mohammad, I think you may be referring to this https://groups.google.com/forum/?hl=en#!searchin/tiddlywiki/data$20dictionary$20sort$20eric%7Csort:date/tiddlywiki/LJpK7t31G98/74DPWE83AwAJ However that is about sorting the titles of the tiddlers in which an index occurs, as IO read it a

[tw5] Re: Capture permalink value

2020-01-08 Thread TonyM
Stobot, Have you looked at the https://tiddlywiki.com/?user#InfoMechanism eg try this https://tiddlywiki.com/?hithere#InfoMechanism https://tiddlywiki.com/?user $:/info/url/search Search portion of URL of wiki (eg,

[tw5] Sort Order in Data Tiddlers Question

2020-01-08 Thread TonyM
Folks, Using the following code I am extracting a list of field names from a dictionary tiddler, and retrieving the description <$list filter="[[fields-dictionary]indexes[]]" variable=fieldname> <$checkbox field=<> checked="yes" unchecked="no" default="no"> <$text text={{{

[tw5] Re: Fields: system fields and user fields

2020-01-07 Thread TonyM
*Post script : *There will be more fields since Tobias updated this documentation. Tony On Wednesday, January 8, 2020 at 4:46:34 PM UTC+11, TonyM wrote: > > A Gloom, > > Thanks for pointing this out. I would hope in someway's this did not work! > Why?, because anyone adding

[tw5] Re: Fields: system fields and user fields

2020-01-07 Thread TonyM
A Gloom, Thanks for pointing this out. I would hope in someway's this did not work! Why?, because anyone adding a new fieldname should perhaps provide a $:/language/Docs/Fields/fieldname tiddler as needed for the language. If this were the case then this would only list those with/without the

Re: [tw5] Fields: system fields and user fields

2020-01-07 Thread TonyM
, Mohammad wrote: > > Added to TW-Scripts > > This is a better solution as it gives all types of fields! > > --Mohammad > > On Wednesday, January 8, 2020 at 5:14:09 AM UTC+3:30, TonyM wrote: >> >> Mohammad, >> >> I continue to develop this >&

Re: [tw5] Fields: system fields and user fields

2020-01-07 Thread TonyM
onfig/hiddenFields {{{ [all[]prefix[$:/config/EditTemplateFields/Visibility/]text[hide]removeprefix[$:/config/EditTemplateFields/Visibility/]] }}} Regards Tony On Wednesday, January 8, 2020 at 10:10:23 AM UTC+11, TonyM wrote: > > Mohammad, > > Do it however you want, but I think th

[tw5] Re: Printable embedded spreadsheets

2020-01-07 Thread TonyM
Sean, Search for other TiddlyWiki spreadsheet tools however Evans solution discusses row column addresses here https://evanbalster.com/tiddlywiki/formulas.html#Spreadsheet%20Prototype However it will not operate on a range. However for you to make some data appear in a spreadsheet you no doubt

[tw5] Re: TW5: textfield in a template

2020-01-07 Thread TonyM
Odin Where you want text to appear in a html template you can use <$transclude mode=block/> Which defaults to currenTiddler and the text field. Not sure if this solves your problem but it is another way. Tony On Wednesday, January 8, 2020 at 7:45:05 AM UTC+11, Odin Jorna wrote: > > Hi Eric! >

[tw5] Re: Question: A simple way to create a tiddler with many fields (on demand)

2020-01-07 Thread TonyM
Mohammad, I am working on something similar so will avoid reviewing yours for now. Note your typo "create-recoreds" should be "create-records". Regards Tony On Wednesday, January 8, 2020 at 7:56:01 AM UTC+11, Mohammad wrote: > > The below code uses a button to create more input boxes to get >

Re: [tw5] Fields: system fields and user fields

2020-01-07 Thread TonyM
Mohammad, Do it however you want, but I think this is a global variable worthy of definition. In Which case a tiddler $:/config/systemFields containing "text title modified modifier color tags list etc.." See https://tiddlywiki.com/#TiddlerFields for the full list and a Global macro

[tw5] Fields: system fields and user fields

2020-01-07 Thread TonyM
Mohammad I use a define system-fields() text title modified -modifier color tags list then use -[subfilter] as needed such as following [all[current]fields[]] regards tony -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from

[tw5] Re: Fields should have definitions

2020-01-06 Thread TonyM
collaboration would make sense. Regards Tony On Tuesday, January 7, 2020 at 9:44:00 AM UTC+11, TonyM wrote: > > Mark et al, > > Field definitions field-types and macros can provision sophisticated by > easy to use field without any core change or the use of Javascript. We > already

[tw5] Re: Printable embedded spreadsheets

2020-01-06 Thread TonyM
Sean, Evans solution https://evanbalster.com/tiddlywiki/formulas.html has the full set of functions to use sophisticated spreadsheet calculations. However when using a range you need to consider how your data is organised. I currently print sophisticated tables via open in new window (Although

[tw5] Re: Fields should have definitions

2020-01-06 Thread TonyM
Mark et al, Field definitions field-types and macros can provision sophisticated by easy to use field without any core change or the use of Javascript. We already have all the tools available in tiddlywiki, I am building my own solution but a community developed defacto standard would have

Re: [tw5] Fields should have definitions

2020-01-05 Thread TonyM
> > > I think that besides being able to read these settings, they should be > adjustable. For example, if I want to use a custom macro instead of > "<>", which can open all tiddlers, I simply replace the template in > the "tags" field definition with a macro I want. > Bimlas, Actually

Re: [tw5] Anyone good with bookmarklets? QUick config of tiddlywikis

2020-01-05 Thread TonyM
src to the body. Haven’t tested it but it should work. > > On Thu, Jan 2, 2020 at 08:57 TiddlyTweeter > wrote: > >> TonyM >> >> Some comments. >> >> I have become very aware that you are keen on leverage of (a) browsers >> and (b) Windows to b

Re: [tw5] Why RedirectMacro was the best thing ever, and a TW5 solution would be amazing

2020-01-04 Thread TonyM
Jeremy, Please find response to each question/statement of yours. No offence intended. > I think you’re suggesting that we give users the ability to limit the > tiddlers to which freelinks are created. That’s certainly a potential > performance improvement under consideration. > Not only

[tw5] Re: if not bug is an issue: mathematics operator

2020-01-04 Thread TonyM
Mohammad, the Larger point is all filters act on a set of titles, the default is as Eric said, is all[tiddlers] When I first read your examples, I immediately saw you have not defined the scope of this set and it would thus default to all[tiddlers] You no doubt often start a filter with

[tw5] Re: Multi User Summary

2020-01-04 Thread TonyM
Stobot, This is a big subject. Let me try a concise initial answer by example. My Example. I have produced a commercial solution on tiddlywiki. It involves multiple users, over time, what I call serial editing. Tiddlywiki is deployed on SharePoint as an aspx file and only the checked out user

[tw5] Re: Fields should have definitions

2020-01-04 Thread TonyM
Bimlas, I have produced a commercial solution on tiddlywiki. To save time I developed a field definition solution and learned a lot in the process. No javascript needed it works very well. The key design points are below; - How do you reference the field(s)? Via the view template using a

[tw5] Re: How to remove from <$view tiddler="1111" field="text" format="htmlwikified"/> ?

2020-01-03 Thread TonyM
Siniy, What about simply retrieving the text and wrapping it again with the div? or perhaps treat it as a template? {{||}} Just some thoughts although I do not know how to hide the I think it comes from the render process. Regards Tony On Saturday, January 4, 2020 at 2:41:35 AM

[tw5] Re: Why RedirectMacro was the best thing ever, and a TW5 solution would be amazing

2020-01-03 Thread TonyM
ce appearances of the term with double-bracketed > reference? Someone who asks this has not been adding wiki content at the > last minute while running late toward a classroom full of students. ;) > > If an equivalent could be generated for TW5, I would be beyond delighted. > > -Springer

[tw5] Re: Tiddler Commander 2.0: Proposal

2020-01-02 Thread TonyM
Mohammad, One thing I would ask for, but may already be possible is it possible to install commander while designing then disable or remove it cleanly? If not this would be great or may simply need some instructions. Regards Tony On Thursday, January 2, 2020 at 2:11:29 AM UTC+11, Mohammad

[tw5] Re: Best option for TiddlyWiki on Android?

2020-01-02 Thread TonyM
Si, I forgot to mention using any of the Android apps, if you connect your Phone via usb to the desktop you can open the file from the desktop and using something such as Timimi on FireFox save back. Just close the android app while editing on the desktop. This is a simple approach to multiple

[tw5] Re: Best option for TiddlyWiki on Android?

2020-01-02 Thread TonyM
Mark Importiant warnings re termux. I have not used it for a while but I did not get these symptoms. I purchased the app component to load on reboot but never got it working. When working it offers mobile first and desktop access which is nice but a strategy to deal with other Wi-Fi networks

[tw5] Re: Request for Comment: Extended button actions and Autotag

2020-01-02 Thread TonyM
Bimlas The existing buttons are used to perform key actions in a wiki such as saving or reloading, closing tiddlers or viewing the sidebar. By permitting additional actions the designer can add actions that add functionality at the exact moment they are needed with no additional user triggers.

[tw5] Re: Request for Comment: Extended button actions and Autotag

2020-01-02 Thread TonyM
Bimlas I am happy to illustrate the value in adding additional actions to core buttons. I am writing now as I sit in a hospital waiting room. The two general approaches are to intervene at appropriate times and add features while simplifying interaction. The proposed solution is designed to be

[tw5] Re: Request for Comment: Extended button actions and Autotag

2020-01-02 Thread TonyM
Post script When using a transclusion of the form `{{actioname||$:/actions}}` the currentTiddler will become "actionname", if you want to refer to the original "display" tiddler use the `<>` variable. Regards Tony On Thursday, January 2, 2020 at 7:13:04 PM UTC+

[tw5] Request for Comment: Extended button actions and Autotag

2020-01-02 Thread TonyM
Folks, I am working on a way to add custom actions to any button in the core and that you create. I want this to result in the smallest change possible to see if it is worthy of core inclusion or plugin. I have also designed an approach to make this reusable, and set some standards. This

Re: [tw5] Anyone good with bookmarklets? QUick config of tiddlywikis

2020-01-01 Thread TonyM
Observations on Bookmarklets I use my config bookmarklet daily now. I am working on a generic tool and a config management one that captures manually set configs and toggles. In another area I am looking at bundles and plugins and realised the plugin build in the browser see tiddlywiki.com/dev

[tw5] Re: nested tables?

2019-12-31 Thread TonyM
Dave, As soon as I start to nest tables, I revert to the full HTML tables (Which works and cancontain lists and other markup), rather than the tiddlywiki markup for tables. However nesting can get messy in any case and that is why I use the more structured approach of html table to keep it

[tw5] Re: suggest examples for tiddliwiki.com?

2019-12-31 Thread TonyM
Dave You could always publish your content here and encourage someone else to do it for you, but we need more contributors anyway. Regards Tony On Wednesday, January 1, 2020 at 3:45:31 PM UTC+11, Dave wrote: > > oooh Github... that's another mysterious area of the internet I have yet > to

[tw5] Re: simple question about transclusion and fields

2019-12-31 Thread TonyM
Springer Learning to use tiddlers tagged $:/tags/ViewTemplate is the next step in your self education. They are displayed when viewing a tiddler and can overlay the current tiddler with code that applies to the currentTiddler, can access currentTiddler text and fields. You can then have your

[tw5] Re: Best option for TiddlyWiki on Android?

2019-12-31 Thread TonyM
Another approach is installing Termux and hosting the wiki on node from your phone. The phone becomes the source of truth and you enable access from your PC on the LAN when home so no sync needed. There are some google drive and dropbox possibilities and any server hosted wiki on the internet

[tw5] Re: TW5: How to move the sidebar from the right side to the left

2019-12-31 Thread TonyM
Khalfani, Thanks for sharing this, simple but useful option. Its something I would like to have in the standard distribution, with a toggle. The fact is a lot of us have wide screen computers now so I would be nice if we could introduce a custom sidebar to either (or both) sides, in addition

[tw5] Re: Easy local saving with Python

2019-12-31 Thread TonyM
ll options. It eats up some of your > disk >space, adds new entries to your start menu, but has no impact otherwise. >Except that you now can create and/or run Python programs, twserver.py for >example. > > UBi > > Am Sonntag, 29. Dezember 2019 23:37:29 UT

[tw5] Re: Can I Steal Your Work?

2019-12-31 Thread TonyM
on't have that many people, so I rarely can > form a definitive idea. > Not from lack of interest, just lack of numbers. > > Best wishes > TT > > > > On Sunday, 29 December 2019 23:29:37 UTC+1, TonyM wrote: >> >> TT >> >> So thoughts >> >>

[tw5] Re: [TW5] extracting .jpg from wiki

2019-12-31 Thread TonyM
I would love to extend this to saving small executables and other binary tiddlers. I believe some discussion has already occured, but there was no "simple instructions" Tony On Tuesday, December 31, 2019 at 8:23:15 PM UTC+11, Jon wrote: > > Hi, > > Once you embed a .jpg in the wiki, is it

[tw5] Re: suggest examples for tiddliwiki.com?

2019-12-31 Thread TonyM
Dave, Get yourself a GitHub account (if not already) edit tiddlers on TiddlyWiki.com and you will see a contributions link, you can propose your own pull request to alter any tiddler. Tiddlywiki.com however as a set of documentation macros you may need to familiarize yourself with but opening

[tw5] Re: Two-dimensional list/array?

2019-12-31 Thread TonyM
David, I was looking at something similar myself and started building it, not finished yet. The approach I took was to create a field for any ingredient, consider the fieldname it's short name, the field value will then contain the quantity. I then created a tiddler with the title fieldname in

[tw5] Happy new year as it rolls around the globe

2019-12-31 Thread TonyM
Sydney +11 hours in 19 minutes Happy new year virtual buddies -- 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

[tw5] Re: Why RedirectMacro was the best thing ever, and a TW5 solution would be amazing

2019-12-30 Thread TonyM
Folks Any tiddler could be parsed for any tiddler title but the performance requirements will grow with the number of tiddlers. What about an indicator on tiddlers who's title may be worth linking to if found in another tiddler (ignoring case). Then at render one would only need to search the

[tw5] Re: Easy local saving with Python

2019-12-29 Thread TonyM
Folks Can we include a simple overview for people not familiar with python and its environment? I presume you can get it for multiple os implementations and make use of it on most platforms. Does it have defaults that may clash with other local hosts or specific ports etc... Basicaly we need

[tw5] Can I Steal Your Work?

2019-12-29 Thread TonyM
TT So thoughts Each plugin should specify its licence but typically they are so open you can modify and redistribute. The only fair limitation is to not pass one plugin off as someone else's with changes as this can undermine the authors version control. Bundled plugins have typically being

[tw5] Re: [TW5] Linking tiddlers between wikis

2019-12-29 Thread TonyM
Jon, The nature of the permalinks depends on how you are accessing the wiki in the firstplace such as https://tiddlywiki.com/#HelloThere http://192.168.1.81/Development/!SandboxWikis/CustomButtons.html#HelloThere or file:///C:/Data/TW5/Development/ClassNotes.html#HelloThere There are ways to

[tw5] Using a variabvle to transclude tagged tiddlers - assistence please

2019-12-29 Thread TonyM
Folks, In the following code I just can't get the list widget to display its contents, including "hi" and transclude all tiddlers tagged with transcludeTag or \define transcludeTag() {{{ [addprefix[$:/autotag/transclude/]] }}} $:/autotag/transclude transcluding items tagged <> <$wikify

[tw5] Re: Looking for a transclude trick (Challenge)

2019-12-28 Thread TonyM
s ago > (in a post to which you responded), and I'm perplexed that nothing like it > seems possible with TW5. But in all other ways, TW5 is looking like such a > runaway boost to everything I already loved about TW Classic! > > Best, > > -Springer > > On Saturday, Decemb

[tw5] Re: Looking for a transclude trick (Challenge)

2019-12-28 Thread TonyM
y treading water with my upgrade process. I'm still > very far from getting up to speed with TW5 widgets and macros, and have > been cobbling together solutions found on others' pages, with minor > patches... > > On Saturday, December 28, 2019 at 8:19:37 PM UTC-5, TonyM wrote: >

[tw5] Re: Looking for a transclude trick (Challenge)

2019-12-28 Thread TonyM
; Tony, I have a feeling your challenge may be related to my question about > finding a way for transclusions to "behave" as I would hope them to when > the tiddlers they're in get rendered as tabs, etc. Yes? I'll watch this > post... Cheers. > > On Monday, December 23,

<    7   8   9   10   11   12   13   14   15   16   >