[tw5] Re: German Speaking Tiddlywiki users

2020-02-25 Thread TonyM
Thanks for Sharing On Wednesday, February 26, 2020 at 10:00:51 AM UTC+11, Julio Peña wrote: > > Alo Tony and all, > > For the French Forum go here: https://forum.tiddlywiki.fr/ > > > All the best, > > Julio > -- You received this message because you are subscribed to the Google Groups

[tw5] Re: Is there a way to create link link CamelCase but with dash in it?

2020-02-25 Thread TonyM
Mario, You are a wizard with this kind of thing, I hope you could assist me. I ask now because your above solution is slow close to what I have asked for for some time. - Is there a possibility you could generalise this so others could modify it to produce their own parser/pragma? -

[tw5] German Speaking Tiddlywiki users

2020-02-25 Thread TonyM
Please assist us in https://groups.google.com/forum/?hl=en#!topic/tiddlywiki/W2pVlzHI4CM Personally I find it hard to follow code where the naming standard, functions and macros are in another language. If you can assist the user or translate the macro so english speakers can help? Are

[tw5] Re: Query: Smart Quotes?

2020-02-24 Thread TonyM
There is this from a much earlier version of tiddlywiki http://skplugins.tiddlyspot.com/#Fancy%20Quotes Regards Tony On Tuesday, 25 February 2020 04:12:30 UTC+11, TiddlyTweeter wrote: > > Working with literary texts curly quotes are better. > > "This" is not as good as “this” or ‘this’. > > >

[tw5] Re: Cant use Search And Replace Tag normally after installation.

2020-02-24 Thread TonyM
Zhe, If using a tag only as a tag open a tiddler of the same name and it becomes both a tiddler and a tag, renaming the tiddler will update all tiddlers using that tag. Ther is anew plugin that takes this further also updating the text field and more. Regards Tony On Tuesday, February 25,

[tw5] Re: sum of column

2020-02-24 Thread TonyM
Gerald, This is a design approach I can see. You will need to calculate the row value in each row with the information available in that row. You can display it in the table. However to do an all of table sum you need to save these row details somewhere and sum them separately. Once you are

[tw5] Re: insertbefore operator and insertafter

2020-02-24 Thread TonyM
Mohammad, The list-before and list-after work for tags and list fields and the order operators offer a sufficiently rich set of options to do the equivalent. Perhaps the Putafter operator is the same as insertafter by another name https://tiddlywiki.com/#putafter%20Operator%20(Examples)

[tw5] Re: How to re-open tiddlywiki after it has been saved to GitHub?

2020-02-24 Thread TonyM
David, I followed all the steps recently to set up my own github page https://anthonymuscio.github.io/ see https://pages.github.com/ I access a local copy and the save mechanism uploaded it to https://anthonymuscio.github.io/ which is also the name of a special repository which can be seen

[tw5] Re: issue in append operator

2020-02-24 Thread TonyM
Mohammad, Without testing this can I suggest perhaps you are adding the string "Nella Routini" rather than delimiting it as a tiddler title, this the space is taken as the delimiter between tiddlers. Perhaps append the currentTiddler using a macro variable defined as [[$(currentTiddler)$]]

[tw5] Re: request extension to checkbox widget to support adding/deleting multiple keywords per field

2020-02-24 Thread TonyM
Steve, Some quick feedback, If faced with this requirement I would suggest looking at marios gentags or alternative tag plugin I would then look at cloning the process for the tagpill handling to include your checkbox. All of this can be achieved with some additional design, but I would not

[tw5] Re: Query: Legal TiddlyWiki Dates?

2020-02-24 Thread TonyM
TT, I do which to express a different view point in the sprite of collaborative diversity. Thanks for your concern. But I don't think it is an issue in the particular > use case. E.g. excerpts of scripts written in 1957. Works fine. That dating > identifies them well without need of an

[tw5] Re: Query: Legal TiddlyWiki Dates?

2020-02-24 Thread TonyM
Folks, I have being watching this discussion with interest but also with the memory of past conversations. As can be seen the details behind dates and calendars is complex. But I would like to reiterate some points from my perspective; - Don't mess with the current data fields tiddlers

[tw5] Re: Query: Terminology For Differently Enabled Wiki?

2020-02-23 Thread TonyM
TT, If it helps I think of this method as; - Desktop interactive/Integrated/interaction - OS Integration - TW as a launcher - Locally interactive - Integrated with your desktop - With local access - Outside browser limitations I am not sure about the TiddlyDesktop

[tw5] Re: Open in modal edit mode

2020-02-23 Thread TonyM
T E, I was intrigued and planned to have something similar for some time. This includes edit in new window/or modal. The open in new window has a fix in the pre-release so I experimented with a copy. By using the edit template I have it working but some small artifacts that need work, for

[tw5] Re: Tiddlywiki as an Application

2020-02-22 Thread TonyM
A note on Bob BobEXE is excellent, and it allows you to create and manage folder based wikis very well. It also allows the same wiki to be opened including to edit by multiple people or browser/browser tabs, in effect it locks a tiddler for editing, this is as far as I now the only true

[tw5] Re: How to display yesterday's date? (And n days ago etc.)

2020-02-22 Thread TonyM
Si I have a code trick for past dates. Use the days operator twice in the one filter to get a tiddler with yesterdays or another past date and then extract the date from that tiddlers date field. It only works if a tiddler with that date field exists but that is often what we want any way.

[tw5] Re: Passing color around in macro

2020-02-21 Thread TonyM
T E The $param$ format is only valid in macros \define macroname(param) $param$ valid here however since you set the variable you can use $(col)$ here in the macro \end You may also find using the macro call widget is an easier way to pass parameters to a macro I know this is not a full

[tw5] Re: Showing sections matching a list of values

2020-02-21 Thread TonyM
Eric, Nice code. Using match after the possible values is economical, and works when only one value can be valid. Regards Tony On Friday, February 21, 2020 at 8:19:14 PM UTC+11, Eric Shulman wrote: > > On Friday, February 21, 2020 at 12:28:34 AM UTC-8, Luis Gonzalez wrote: >> >> I have a

[tw5] Re: Tiddlywiki as an Application

2020-02-21 Thread TonyM
Dave, I just thought, something that can allow quick use of Tiddlywiki is using the local storage plugin within tiddlywiki, there are issues using this method and if you decide to lean on it I suggest researching it to learn more. The changes are saved in the browser for the wikis url,

[tw5] Re: $linkcatcher widget, need an example

2020-02-21 Thread TonyM
Thanks for sharing the result Mohammad. I wanted to work on this as well. 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, send an email to

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

2020-02-20 Thread TonyM
Post script Installing this in an empty.html is enough to create a valuable tool and the results of the manipulations can then be transferred to any tiddlywiki but various means. Regards Tony On Friday, February 21, 2020 at 12:49:00 PM UTC+11, TonyM wrote: > > Josua, > > This is

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

2020-02-20 Thread TonyM
Josua, This is feature rich, thanks for continuing to develop it. There are a lot of things available given the existence of this tool that were not available to tiddlywiki users before. Anyone wanting to import, package json data including tiddler jsons would be advised to look at its

[tw5] Re: Create Non-Existing Tiddler from Search

2020-02-20 Thread TonyM
Existing manual method; - If you search for a non existent tiddler, eg tetrahedron - Click Advanced search > Filter - It will be listed below as missing and you can click to create it. I am looking at enhancing the search mechanism with me own plugin, I will consider adding this; As

[tw5] Re: Tiddlywiki as an Application

2020-02-20 Thread TonyM
stall the new Chromium version to see if .hta still works. >> >> On Thursday, February 20, 2020 at 3:34:10 PM UTC-8, TonyM wrote: >>> >>> Folks, >>> >>> On my windows 10 I load a hta at startup, and it continues to work. I >>> have Window

Re: [tw5] TiddlyWiki on HackADay.com

2020-02-20 Thread TonyM
Grigor, Triad is closely associated with triad gangs in asia, basically the asian mafia. However your idea is compelling with another form of "three", I am looking at tetra from the tetrahedra, the regular version being a triangular pyramid (regular tetrahedron) The nice thing about a

[tw5] Re: How to display yesterday's date? (And n days ago etc.)

2020-02-20 Thread TonyM
SI, I am having a look a loop, and it may be of some value. I have a sophisticated bespoke todo organizer in tiddlywiki and have dates covered, so if you have any more specific questions I can answer. To meet your original request you need to use the days operator with [-7] against the

[tw5] Re: Tiddlywiki as an Application

2020-02-20 Thread TonyM
Folks, On my windows 10 I load a hta at startup, and it continues to work. I have Windows Explorer 11 installed but providing the hta file to edge it opens and continues to work. However they make it hard for me to determine the version of edge running. So I am now installing the "latest". On

[tw5] How to use copy-to-clipboard with pre-formatted text?

2020-02-19 Thread TonyM
You could build your own macro that you give your code snipits to as a parameter wrapped in triple quotes <> The in a tiddler tagged as a macro \define yourmacro(code) Display and provide copy to clipboard $code$ here \end The advantage being you can enhance your macro later without touching

[tw5] [Plugin Tidgraph] How to use variables in filters for tiddlers tagged with StartupAction

2020-02-19 Thread TonyM
Manoel The defaut startup actions can be limited. Look for the plugin version if you want more sophisticated startup actions. Regards Tonu -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails

Re: [tw5] TiddlyWiki on HackADay.com

2020-02-19 Thread TonyM
Mat Promoting it as the "tiddlywiki platform" has not being done. Promoting can be as simple as tiddly wiki.com and published wikis. You can make the phrase appear in tiddlywiki with metadata and thus in any search that results in a tiddlywiki. If going to a new name having it in the phrase

Re: [tw5] TiddlyWiki on HackADay.com

2020-02-19 Thread TonyM
Folks Compelling arguments from everyone here. Please however respond to my suggestion. If we start promoting tiddlywiki as the "tiddlywiki platform" it looses its diminutive quality. If we follow this with a catch phrase we can reposition tiddlywiki without loss of our unique name and search

[tw5] Re: HTML "href" to a local Tiddler

2020-02-19 Thread TonyM
Mohammad This is curious behavior but for links between tiddlers we tend to use wiki links and not html links. In your code I see the odd thing that could be influencing this like no quotes around =#tiddlername an ;; in a style. But finding little oddities can be put to use later. It why not

[tw5] Re: TiddlyWiki on HackADay.com

2020-02-18 Thread TonyM
Folks, The usability and complexity associated with saving tiddlywiki's arises again in this thread because naming tiddlywiki is about the popularisation. This is where I think a carefully selected "additional" name would provide a metaphor that helps people grasp what tiddlywiki is. I do not

[tw5] Re: Weaviate: applicable to TW one day?

2020-02-18 Thread TonyM
Dave, Thanks for sharing. I believe there are others offering similar services because this seems to follow the big data model of importing data into a machine learning environment. The older term was data warehouse. Jeremy has placed tiddlywiki on top of AWS (Amazon Web Services) which has

[tw5] Re: Processing imported HTML

2020-02-18 Thread TonyM
Quick tip There are browser plugins that allow you to copy online tables in other formats such as text and csv. Perhaps you should investigate intermediate steps to reach your goal. Regards Tony -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group.

[tw5] Re: TiddlyWiki on HackADay.com

2020-02-18 Thread TonyM
Mohammad I would not have any fear if I had their marketing budgets. I do think we need to be realistic, thus why I think it can be managed with a planned and staged transition as I posted earlier. Tony -- You received this message because you are subscribed to the Google Groups

[tw5] Re: TiddlyWiki on HackADay.com

2020-02-17 Thread TonyM
t;> are less about the name, but more of the initial technical hurdle to save >>> changes. TiddlyWiki requires the user to set up some sort of saving >>> mechanism. Obviously those of us here are all familiar with our chosen >>> particular method, but the

Re: [tw5] Create a link to static tw.com showing arbitrary tiddler combos?

2020-02-17 Thread TonyM
Mat, Did you try my object tag code above, I thought this would be what you need? Also one could transclude more than one tiddler in a third tiddler and export that as static HTML. Regards Tony On Monday, February 17, 2020 at 7:16:25 PM UTC+11, Mat wrote: > > TonyM wrote: >> &g

[tw5] Re: Filter to change Applepie into ApplePie

2020-02-17 Thread TonyM
Nice! On Tuesday, February 18, 2020 at 8:24:27 AM UTC+11, Mark S. wrote: > > Maybe > > <$list > filter="[list[]removesuffix[pie]addsuffix[Pie]][list[]!suffix[pie]]+[sort[]]"/> > > > > On Monday, February 17, 2020 at 12:39:25 PM UTC-8, Mat wrote: >> >> A list of arbitrary but alphabetical words

[tw5] Re: Search and replace widget

2020-02-17 Thread TonyM
Ruslan, Much of what you ask for alrteady exists or is only a few customisations away. Some quick responses below > * multiple users authentication and authorization (and OAuth for web) > Not really, I too wish, but there are ways to approach this. The node versions have user ID and

[tw5] Re: TiddlyWiki on HackADay.com

2020-02-17 Thread TonyM
Jeremy, Some carefully considered thoughts follow; I agree a name change may be necessary despite my contentment with it, others seem to read it differently, the recent podcaste that made reference to it is a case in point. However we have a clear legacy of plugins and editions and solutions

[tw5] Re: Displaying a tiddler's "root" tag next to the search results?

2020-02-16 Thread TonyM
Luca, If I understand this correctly I think the answer is the kin filter https://bimlas.gitlab.io/tw5-kin-filter/ Dropping, save and reload this on tiddlywiki.com Now I put this in a tiddler tagged $:/tags/ViewTemplate <$list filter="[kin]"> Every tiddler will not display its "kin" if

Re: [tw5] Create a link to static tw.com showing arbitrary tiddler combos?

2020-02-16 Thread TonyM
Mat, I assume you are aware of the published versions of static tiddlywiki tiddlers; For example The Originals of the all operator https://tiddlywiki.com/#all%20Operator https://tiddlywiki.com/#all%20Operator%20(Examples) The static versions

[tw5] Re: TiddlyWiki on HackADay.com

2020-02-15 Thread TonyM
Folks I have always believed there should be an empty edition but once one knows tiddlywiki and wants to build your own an empty edition is a great place to start. I do believe a standard edition with just a little more is needed to make the introduction to tiddlywiki a little smoother. I

[tw5] TiddlyWiki on Ipad (not Quine)

2020-02-15 Thread TonyM
Fernando I do not have or use apple products but if you have internet access from the iPad and at work you could use an internet hosted tiddlywiki. The most common off the shelf is tiddlyspot. A few others are available but need your own internet facing server. Some of us like me can use php

[tw5] Re: TW5 : Get unique values from nested lists output

2020-02-13 Thread TonyM
Mat, This example, where by another method, I avoided the problem > This is not the pattern I was thinking of but it does what the original > request wanted? > > I call these values the namespace > > <$list > filter="[all[shadows]removeprefix[$:/]splitbefore[/]removesuffix[/]]"> > > > > Or

[tw5] Re: And the winner is... Tiddlywiki

2020-02-13 Thread TonyM
Dave, Thanks for sharing that, do you enjoy the podcast as a whole? There are lessons to be learned from listening to this. - For one I do think we should have a standard edition that is different from empty containing the TOC and a few other things as I raised before. - I also think

Re: [tw5] Re: More actions sub-menu

2020-02-13 Thread TonyM
myfta, Perhaps ask here what kind of change you are thinking of and we may have a better answer! Tony On Friday, February 14, 2020 at 7:06:47 AM UTC+11, myfta wrote: > > Thank you. I can see where to go now but might take a deep breath before I > think about making any changes! > > On

[tw5] Re: ListWidget Bug?

2020-02-13 Thread TonyM
Jarard, So something you can take from Marks point is you can make your own template which handles this however you wish (within limits). use the template=tiddler parameter on the list widget For inspiration look at the one that is (most likey) used by default $:/core/ui/ListItemTemplate

[tw5] Re: [meta] discussion of tags vs links / relations in TW.

2020-02-13 Thread TonyM
HC, I would just make a couple of points - Titles, in camel case or [[square brackets]] are fully operational links as you know, to just a title is enough to have a link. Recently auto linking tiddler titles found in text was discussed and implemented. This allows auto linking. So any field

[tw5] Re: Providing a download link to complete wiki

2020-02-13 Thread TonyM
Eric/myfta Eric Thanks for this simple and elegant solution. I will just add this will not save recently edited and unsaved tiddlers. To do so you will need something like the "big green button" on Tiddlywiki.com which can be researched to make other alternatives which can include and

[tw5] Re: TW5 : Get unique values from nested lists output

2020-02-13 Thread TonyM
Mat, I also support something of the ilk of your suggestion Request: Memory variable filter ops #4452 Regards Tony On Thursday, February 13, 2020 at 4:36:04 PM UTC+11, Mat wrote: > > TonyM wrote: >> >> When I recently raised the push pop suggestion it was pointed out this &

[tw5] Re: TW5 : Get unique values from nested lists output

2020-02-13 Thread TonyM
n that can address this kind of issue, yet I am yet to uncover any universal patterns to use, to be able to use a single filter for nested problems. Regards Tony Regards Tony On Thursday, February 13, 2020 at 4:36:04 PM UTC+11, Mat wrote: > > TonyM wrote: >> >> When I

[tw5] Re: Search and replace widget

2020-02-13 Thread TonyM
Ruslan, I have tiddlywiki in a business environment, but as is common for commercial software it contains a whole lot of commercial in confidence data, unless the solution is for public consumption they often can not be shared. The same happens for bespoke personal wikis, I think that may be

[tw5] Re: New plugin: Highlight searched text

2020-02-13 Thread TonyM
Bimlas, Thanks so much for this, it is fantastic when writing complex macros and wiki text, to find, highlight and modify a variable name and its references for example. I would like to see a method to bulk open the searched tiddlers so we can then see the exact text. I will possibly make it

[tw5] Re: Query: Legal TiddlyWiki Dates?

2020-02-13 Thread TonyM
TT, I advise against this, use a new field for the dates you want to back date. I do not think this additional field is unneeded, on the contrary it is needed in my view. Why? Because created date is an important record of when the tiddler was first created. One day it may get you out of a

[tw5] Re: Check the existence of an index: dataTiddler

2020-02-12 Thread TonyM
aid > one can get the values and check with !is[blank] > > --Mohammad > > On Monday, February 10, 2020 at 2:51:52 PM UTC+3:30, TonyM wrote: >> >> Mohammad >> >> If an index exists but has no value it may as well not exist. Can you >> simply get the val

[tw5] Re: TW2 to TW5

2020-02-12 Thread TonyM
Paul, There is a way to import TWC markup or wiki text, have a look on the tiddlywiki.com for "classic" however the macro calls etc.. with not work. Hopefully you previouse wiki kept the data separate from the logic. However this is not as daunting as you would think because much of that which

[tw5] Re: Operator that supports filters wihout formatting as link

2020-02-12 Thread TonyM
Jarard A little more info The list widget has a template parameter which defaults to the listitem template, otherwise it uses the content of the list widget (between list open and close) to define how to display the list items. The examples given to you use this method but you could create

[tw5] Re: TW5 : Get unique values from nested lists output

2020-02-12 Thread TonyM
Push pop Each time a macro calls a macro, as in toc or recursive macros that call themself, a variable which is set is valid for that call of the macro. When it ends it reverts to the previous value. In a way each set of the same variable is a push, and when you arrive at the /$set its a pop.

[tw5] Re: tag dropdown slowdown - solution/discussion

2020-02-11 Thread TonyM
ds Tony On Tuesday, February 11, 2020 at 6:33:47 PM UTC+11, HC Haase wrote: > > > > søndag den 9. februar 2020 kl. 03.11.14 UTC+1 skrev TonyM: >> >> HC, >> >> Thanks for starting this discussion - it really helps both learning and >> development to run su

[tw5] Re: state mechanism and state tiddlers

2020-02-10 Thread TonyM
Mohammad, Personally I feel we have all the possibilities available to use already. - However I must ask where are you wanting to use state tiddlers? I ask because arguably they usually relate to an open tiddler, but then if you want to toggle states one or more transclusions deep or

[tw5] Re: Tiddlymap save as png resolution issue

2020-02-10 Thread TonyM
myFta, Would a screen capture tool be a good way? I think the output can be influenced by the resolution of the background. Regards Tony On Tuesday, February 11, 2020 at 7:54:13 AM UTC+11, myfta wrote: > > Tiddlymap has the capability of saving an image of the map to a png file. > However,

[tw5] Re: Locator 2.0.0: Innovative table of contents and search plugin (any field as tags; visual filter builder; mindmap)

2020-02-10 Thread TonyM
Bimlas,, Once again you seem to have produced an elegant solution. Having being involved in a number of conversations on these very matters you have made a very powerful interface into the details of tiddlers and their relationships. Despite my involvement I see I need to take a conceptual

[tw5] Check the existence of an index: dataTiddler

2020-02-10 Thread TonyM
Mohammad If an index exists but has no value it may as well not exist. Can you simply get the value of a particular index and if its empty it does not exist (or is empty). regards Tony -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To

[tw5] Re: When do my wiki edits get saved to the local file system?

2020-02-09 Thread TonyM
*Never mind*, It made a liar out of me and worked this time. Thanks anyway Regards Tony On Monday, February 10, 2020 at 11:54:35 AM UTC+11, TonyM wrote: > > Mark, > > Setting it up now, after trying before. > > I can upload to it, and see it at https://anthonymuscio.github.io/

[tw5] Re: When do my wiki edits get saved to the local file system?

2020-02-09 Thread TonyM
Folks, It would seem to me a solution to meet the original requirement would be a timer that after 15 mins of inactivity saved to github only if their were unsaved changes. Personally I am having trouble getting my github saver to work, any good doco anyone can point to? Regards Tony On

[tw5] Re: TW5 : Get unique values from nested lists output

2020-02-09 Thread TonyM
This is not the pattern I was thinking of but it does what the original request wanted? I call these values the namespace <$list filter="[all[shadows]removeprefix[$:/]splitbefore[/]removesuffix[/]]"> Or you could add prefix at the end $:/ -- You received this message because you are

[tw5] Re: TW5 : Get unique values from nested lists output

2020-02-09 Thread TonyM
Mat Interesting suggestion. When I recently raised the push pop suggestion it was pointed out this kind of function works already. Which makes me think there is a possibility of an existing pattern that can do this. I will explore and report Tony -- You received this message because you are

[tw5] Re: named links in TiddlyDesktop

2020-02-08 Thread TonyM
Sjaak, In a tiddlydesktop wiki these work for me https://tiddlywiki.com/#Filter%20Operators [[Filter Operators|https://tiddlywiki.com/#Filter%20Operators]] Is this not the case for you? I have a default Browser set on my windows desktop and it opens in a new tab with the Filter Operators

[tw5] Re: tag dropdown slowdown - solution/discussion

2020-02-08 Thread TonyM
HC, Thanks for starting this discussion - it really helps both learning and development to run such threads. I would find a limit on the tags would inevitably confuse me and possibly result in my creating new tags of a similar name. Personally I just quickly type a number of characters to

[tw5] Re: Is it possible to have a custom export button that changes the theme/appearance settings?

2020-02-08 Thread TonyM
I think you will find there is at least half a dozen ways to do this. In the single file and server you should be able to. If you use the innerwiki plugin you can set the toddlers to be included along with the core. In the innerwiki you can save/download it to the published wiki. Yes we can

[tw5] sort operator: difference between different sort operators

2020-02-08 Thread TonyM
Mohammad Are you saying the documentation is incomplete? On tittlywiki.com searching for sort seems show them all. 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: Making it easier to share demos/snippets in Google Groups

2020-02-07 Thread TonyM
Thomas, The Big Link did not work for me - clicked, or copy and pasted in both chrome and firefox, this because it results in a "Redirect Notice", then a redirect link that results in a fault. I have tried to generate other links with my own payload with no success. Here is an example that

[tw5] Re: Making it easier to share demos/snippets in Google Groups

2020-02-07 Thread TonyM
Mario I appreciate your ever security aware feedback. Can we step back to the original need and use case and find a solution informed by your observations. A mentor of mine many years ago said he is happy for me to bring problems to him, but can I bring a possible solution at the same time.

[tw5] Re: tabs macro issue with transclusion, why not use a default template

2020-02-07 Thread TonyM
Mohammad The storyTiddler variable is set when displaying each tiddler in The story and is not reused as often as currentTiddler so it should be available in any viewed tiddler or the tiddlers or macros within them. Regards Tony -- You received this message because you are subscribed to the

Re: [tw5] Re: I often think that life is the London basic rail network ...

2020-02-07 Thread TonyM
Ilya, do checkout the free version of foxit pdf reader. Lots of off annotation and more. 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, send an email to

[tw5] Re: Relationship pairs between tiddlers

2020-02-06 Thread TonyM
Moogirl, > Getting more specific wouldn't really work either since I'd have to make a > new field every time a new relationship type comes up, and there could be > unique ones out there. > If you have an effective solution you need not create any fields manually and it happens with the act

[tw5] tabs macro issue with transclusion, why not use a default template

2020-02-06 Thread TonyM
If I recall the tabs macro uses a default template anyway. But if you want to act on the containing tiddler or the currentTab just converting current tab to current tiddler is your choice. Typically the tab is just the content of the tab tiddler but it could contain buttons to operate on any

[tw5] Re: The Good and Bad of Qualify

2020-02-06 Thread TonyM
Mohammad A large part of the factors used to create a qualified name is the tiddler name. Thus it depends on what current Tiddler value is. It is designed to generate a unique and reproducible qualification on a per tiddler and title. I have developed a tiddlyserial number that issues a

[tw5] Re: Relationship pairs between tiddlers

2020-02-05 Thread TonyM
have you thought of being more specific like; Each character eg; has a sister field containing Alice etc... (better sibling as below) Field for friends, rivals and partners field as well, ideally each can have multiple values such as friends I suggest a sibling field containing brothers and or

[tw5] Re: [data tiddlers] dealing with ":" (from <>)

2020-02-05 Thread TonyM
On Data Dictionary tiddlers; I believe the handling of ata Dictionary tiddlers needs improvement not deprecation, even if it is not a de jure standard. Why? Because even just the "index: value" format is used all over the internet. a Range of settings files, calendar or address file standards

[tw5] Re: Display date last modified of a field?

2020-02-05 Thread TonyM
Aaron, My suggestion includes how I would do it, I believe it would be easy to maintain a last modified date for each field if you desired, but you would need control the methods used to modify the fields so your field timestamp gets updated. The design concept I have should not add

Re: [tw5] Making it easier to share demos/snippets in Google Groups

2020-02-05 Thread TonyM
Jeremy, you said; There are security risks around this plugin, in particular it makes it > possible to construct certain phishing attacks: I can make a URL which > accesses Perhaps you were going to say more? On Thursday, February 6, 2020 at 9:39:56 AM UTC+11, Jeremy Ruston wrote: > As is

[tw5] Re: Making it easier to share demos/snippets in Google Groups

2020-02-05 Thread TonyM
HC, Before the url shortening the key is what I would call "loaded URL's" urls to an online wiki (eg tiddlywiki.com/share.html) but the URL contains tiddlers encoded in it. The plugin allows generation of such links, if referenced in Google Groups (and elsewhere) would open the wiki and dump

[tw5] Could this sidebar hack be done in TiddlyWiki?

2020-02-05 Thread TonyM
David I believe this has being done before. Search for sidebar editor. However we could build one. Or a special tiddler containing two tiddlers with separate modes. Tony -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this

[tw5] named links in TiddlyDesktop

2020-02-04 Thread TonyM
Sjaak In a similar situation to you I make Firefox my default browser and it includes timimi so I can save wikis with a file address. This allows me to build a directory of links inside a tiddlydesktop wiki that will open them in the browser. Tiddly desktop allows my directory wiki to open

[tw5] Re: Dynamic readOnly interface (for everyone but me, over Tiddlyspot) on TW5?

2020-02-04 Thread TonyM
Folks Just a pointer that with or without the aformentiond tool you can steel the save empty button from tiddlywiki.com and modify it to save other editions based on selected tiddlers. Jeremy s innerwiki plugin does this and provides a tool to iframe a new wiki including one that you choose

[tw5] Re: Display date last modified of a field?

2020-02-04 Thread TonyM
Aaron >From your original post I imagin it is clear now that there is no date field >associated with each field in a tiddler only the created and modified dates >for the tiddler as a whole. In some operations it is possible to change the value of a field without touching the modified date.

Re: [tw5] Making it easier to share demos/snippets in Google Groups

2020-02-04 Thread TonyM
Folks Great to see the progress on this. I to have come undone on my android/fire fox with the Redirect Notice The page you were on is trying to send you to There must be something that causes the link to be treated differently to other links. I suppose the question is can we change the

[tw5] Re: Making it easier to share demos/snippets in Google Groups

2020-02-04 Thread TonyM
Josiah If I and mats design considerations are taken into account it would be very easy to store such urls elsewhere including a dynalist. Easy to add them to a curated collection outside of GG to support what you prefer, only by default a click will open a wiki and you can view test in the

Re: [tw5] Re: Making it easier to share demos/snippets in Google Groups

2020-02-04 Thread TonyM
Jeremy, Yes if we want to redirect a loaded url found in GG that say opens the proposed share wiki, if share wiki has the plugin the users wiki address can be provided and they can open it in there wiki if the want it. If share wiki has local storage on it will remember their wiki destination.

[tw5] [data tiddlers] dealing with ":" (from <>)

2020-02-03 Thread TonyM
Buy the way if you choose what's in the title why not usesemi colon 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, send an email to tiddlywiki+unsubscr...@googlegroups.com.

[tw5] [data tiddlers] dealing with ":" (from <>)

2020-02-03 Thread TonyM
One thing you can do is avoiding : in tiddler titles but system tiddlers include it. So you could store tiddlers with the prefix of $:/ as $/ and after and then provide a method to remove and restore this prefix. This only causes problems it tiddlers begin $/ You could hide this in a macro

Re: [tw5] Re: Making it easier to share demos/snippets in Google Groups

2020-02-02 Thread TonyM
Jeremy Thanks so much. I expect this could be a game changer. I imagin we could also use this to provide the loaded url to our own wikis even only localy accessible. Imagin I install a plugin in a directory wiki, nominate the plugin as the payload, then select the target wiki e.g.

Re: [tw5] Making it easier to share demos/snippets in Google Groups

2020-02-02 Thread TonyM
All What is the next step to make Jeremy's idea happen and my greater vision. Provide a filter only and generate bookmarlettes or loaded urls. Mohammad Love your work. I will try and package it differently. Tony -- You received this message because you are subscribed to the Google Groups

[tw5] Re: TiddlyBlink - fixed, new location, accompanying example file

2020-02-02 Thread TonyM
David I am grateful to you for asking for a real world solution and managing it to a reality. We need not expect more. 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, send

[tw5] Re: TiddlyBlink - fixed, new location, accompanying example file

2020-02-02 Thread TonyM
David I will repackage asap. But I'm on the road. I hope to empower any one to package anything including a repackage. Edit tiddlers. Repackage, reimport new. This my recent discovery so needs to be matured. Are the tiddlers correct on the demo? regards Tony -- You received this message

[tw5] Re: What does "wikify" mean?

2020-02-02 Thread TonyM
Mario How do I get some wiki text evaluated and stored as plain text result I can use in subsequent steps? I don't want it to evaluate differently later, I want to store it as text in a variable. now I can use match !match, split join and more how can I wikify and use a text result in the

[tw5] What does "wikify" mean?

2020-02-01 Thread TonyM
Mat This has always confused people. I take wikify to translate the text it is given according to the rules of wiki text and store the result in the named variable. To be truthful this does not always seem to be true. Anything in wiki text and looks like wiki text is always converted at the

<    5   6   7   8   9   10   11   12   13   14   >