[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 c

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

2019-12-30 Thread springer
> > ... >> >> (2) as needed: offer a single macro/button function that scans a subset >> of tiddlers (by default, all non-system tiddlers) for unmarked >> potential-link text (unbracketed strings that match tiddler titles and >> aliases), and furnish appropriate links throughout. >> > > This (2

[tw5] Re: math operators don't sum if same value

2019-12-30 Thread Dave
Thanks again Eric - that fixed it :) -- 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 this discussion on the web vi

[tw5] Re: Red text

2019-12-30 Thread Eric Shulman
On Monday, December 30, 2019 at 5:17:45 PM UTC-8, john mcginnis wrote: > > Sometimes when adding text, when I switch to non editing mode the follow > on text turns red. > * What causes it? > * How can I correct of find the offending error? > Is the red text using monospace font with a light gray

[tw5] Re: math operators don't sum if same value

2019-12-30 Thread Eric Shulman
On Monday, December 30, 2019 at 4:33:17 PM UTC-8, Dave wrote: > > I have this macro that sums up values from three different fields: > \define vassum2(here mynow) > VAS total: {{{[title[$here$]get[vashi.$mynow$]] [title[$here$]get[vaslo. > $mynow$]] [title[$here$]get[disabil.$mynow$]] +[sum[]]}}} >

[tw5] Red text

2019-12-30 Thread john mcginnis
Using TW5. Sometimes when adding text, when I switch to non editing mode the follow on text turns red. Questions: * What causes it? * How can I correct of find the offending error? Thanks! -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To u

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

2019-12-30 Thread Khalfani Wadlington
Note: When you move the side bar the you should change the tiddler width to fill the extra space. You can find this setting under Appearance --> Theme Tweaks and scroll down to Sizes There is a setting called "Tiddler width

[tw5] math operators don't sum if same value

2019-12-30 Thread Dave
I have this macro that sums up values from three different fields: \define vassum2(here mynow) VAS total: {{{[title[$here$]get[vashi.$mynow$]] [title[$here$]get[vaslo. $mynow$]] [title[$here$]get[disabil.$mynow$]] +[sum[]]}}} \end \define vassum() <$macrocall $name=vassum2 here="$(currentTiddler)$

[tw5] Re: For Moderators: Can we please clean up tags! So they remain useful.

2019-12-30 Thread TiddlyTweeter
I can probably add a few more. I'll sleep on it. Best wishes Josiah On Monday, 30 December 2019 23:55:04 UTC+1, Eric Shulman wrote: > > On Monday, December 30, 2019 at 2:09:39 PM UTC-8, TiddlyTweeter wrote: >> >> I am sure it could be thinned more. But this is what I think to remove 9 >> more i

[tw5] Re: For Moderators: Can we please clean up tags! So they remain useful.

2019-12-30 Thread Eric Shulman
On Monday, December 30, 2019 at 2:09:39 PM UTC-8, TiddlyTweeter wrote: > > I am sure it could be thinned more. But this is what I think to remove 9 > more items. > >> action - delete as redundant, it is too wide >> codemirror - THIS one is interesting. Should every plugin have a tag? I >> think n

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

2019-12-30 Thread Khalfani Wadlington
On Tuesday, October 10, 2017 at 4:04:38 AM UTC-5, Sylvain Naudin wrote: > > Hello, > > You can check Riz work here with a ready to use json : > https://tesseract-index.bitbucket.io/UI/leftsidebar.html > > > Cheers, > Sylvain > That link is broken. It is moved to here https://ibnishak.github.i

[tw5] Re: Easy local saving with Python

2019-12-30 Thread TiddlyTweeter
Mohammad wrote: > As there is a crowd of Windows user, as I explained above the backup > folder can be set by user in a simple way! > What I find interesting is that once installed Python is quite easy to configure on Windows, as far as I can see. For Windows users I'm wondering if we could pa

[tw5] Best option for TiddlyWiki on Android?

2019-12-30 Thread si
I am aware of Quinoid , Tiddloid , Tiddloid Lite and AndTidWiki . I need to be able to sync m

[tw5] Re: For Moderators: Can we please clean up tags! So they remain useful.

2019-12-30 Thread TiddlyTweeter
Ciao Eric I'm not sure when a count is 10 or below it makes sense in the way that, say 60 (e.g. "question") does. Meaning, because it is low, does not mean it is not useful. So from count 10 down I think this is more art than science. I have a few suggestions on further thinning below (I don't

[tw5] Re: Easy local saving with Python

2019-12-30 Thread Mohammad
On Monday, December 30, 2019 at 11:25:51 PM UTC+3:30, Panos Firbas wrote: > > Hi all, > > I fiddled with the script a bit today for my personal use, and since this > is a hot thread, I'm back to share my little improvements with you. > I'm very new to tiddly so please advise if

[tw5] Re: simple question about transclusion and fields

2019-12-30 Thread springer
OK, this gets me most of the way there, thanks!... The following string works as I need: <> Whew... I wonder: Is there a string I can use where I wrote WritingThisTiddlerTitleManuallyHere so that I have a simple copy-paste string that works wherever I put it? Typing or pasting {{childtabs}}

[tw5] Re: Easy local saving with Python

2019-12-30 Thread Panos Firbas
Hi all, I fiddled with the script a bit today for my personal use, and since this is a hot thread, I'm back to share my little improvements with you. I'm very new to tiddly so please advise if I should share these things somewhere else. In the tiddlyserver script

[tw5] Re: simple question about transclusion and fields

2019-12-30 Thread springer
Mark, I did see that the problem is mentioned there... I think I understand this much now: the problem is fixed NOT by changing how I refer to the field in the CHILD tiddler, but instead in the way the parent-tiddler (which contains the tab set) handles the tabs? Happily, I now see that the

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

2019-12-30 Thread Mohammad
On Monday, December 30, 2019 at 9:45:48 PM UTC+3:30, springer wrote: > > Mat, > > Yes, it matters that my subject-matter is dense with cross-references > among technical terms (that are still ordinary-language-like in their > presentation). > > Yes, having foo throughout the text field convert

[tw5] Re: simple question about transclusion and fields

2019-12-30 Thread 'Mark S.' via TiddlyWiki
This problem is referenced in the tabs macro documentation . Basically, make a template like "tabtemplate" with contents: <$tiddler tiddler=<>> <$transclude mode="block" /> and then reference it in the macro call, similar to: <> On Monday, December 30, 2

[tw5] simple question about transclusion and fields

2019-12-30 Thread springer
Deal all, I realize I'm not yet fluent enough to solve my nested childtabs problem. So, I'll ask a much simpler question, and crawl up from there... I'm using fields to hold scores in a multi-aspect grading rubric. I can pull info from a tiddler's accuracy field into that tiddler's regular vi

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

2019-12-30 Thread springer
Mat, Yes, it matters that my subject-matter is dense with cross-references among technical terms (that are still ordinary-language-like in their presentation). Yes, having foo throughout the text field converted to [[foo]] on save (for all of a specified class of tiddler titles, and their ali

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

2019-12-30 Thread springer
Jeremy, Thanks for the quick reply! As I mentioned last week, I'm really thrilled with so many aspects of TW5, and love your dedication in seeing this baby to maturity. I had seen the thread you mentioned, and interpreted it as cause for despair, at least in the near-term... I'm guessing that

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

2019-12-30 Thread Mat
For TWC(!) I believe Tobias' made a much improved version but which name I've now forgotten. AutoLink or some such. It was in deed really cool but I found that it would only be practical if the wiki was dedicated to quite narrow topics. Many of my wikis are pretty broad in scope (e.g "family wi

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

2019-12-30 Thread Jeremy Ruston
Hi Springer Welcome back! There has been some discussion about freelinking in TW5 a few years ago: https://github.com/Jermolene/TiddlyWiki5/issues/1342 The following comment gives the outline of a solution that I still think is viable: to make the text widget apply the autolinking at render ti

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

2019-12-30 Thread springer
Tony asked about RedirectMacro, and I realized that my answer was going to hijack his thread about transclusion. RedirectMacro can be found here: http://checkettsweb.com/styles/themes.htm#RedirectMacro In TW Classic, this plugin made for entirely seamless internal linking, no need for double-

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

2019-12-30 Thread springer
Tony, I'll start a new thread, since it's not about transclusion. -Springer On Sunday, December 29, 2019 at 12:15:40 AM UTC-5, TonyM wrote: > > Springer, > > Please describe "Clint Checkett's Redirect macro" because I have no idea > what it does, so I can't give an indicator if there is a metho

[tw5] Re: Easy local saving with Python

2019-12-30 Thread 'Mark S.' via TiddlyWiki
Added under saving. On Monday, December 30, 2019 at 5:01:28 AM UTC-8, Mohammad wrote: > > To David Gifford, > > Please add Python Server to Tiddlywiki toolmap! It is a single html file > saver > > --Mohammad > > On Sunday, December 29, 2019 at 11:14:37 AM UTC+3:30, Mohammad wrote: >> >> Added to

[tw5] Re: Easy local saving with Python

2019-12-30 Thread Mohammad
Hi Tony! Python is now available through MS stote https://devblogs.microsoft.com/python/python-in-the-windows-10-may-2019-update/ So, Microsoft Windows 10 has features to get Python installed very easily! If you are familiar with Python then you absolutely knows better than MS which version fi

[tw5] Re: Can I Steal Your Work?

2019-12-30 Thread TiddlyTweeter
Ciao Tony Good points in your post. Tx. I was more looking for* "OK to use MY work!" *from a few authors. I know that in a "LegoKit" you should acknowledge the component authors. I was looking I guess, for *enthusiasm* for the idea of more freely using other people's work. Its a an issue HERE

[tw5] Re: For Moderators: Can we please clean up tags! So they remain useful.

2019-12-30 Thread TiddlyTweeter
Eric Shulman wrote > > One thing to consider is how many times a particular tag has actually been > used to tag posts. > > I don't know of a way to get all the tag counts in one screen, but you can > view the list of tags: > https://groups.google.com/forum/#!tags/tiddlywiki > I did look at numbe

[tw5] Re: Easy local saving with Python

2019-12-30 Thread Mohammad
To David Gifford, Please add Python Server to Tiddlywiki toolmap! It is a single html file saver --Mohammad On Sunday, December 29, 2019 at 11:14:37 AM UTC+3:30, Mohammad wrote: > > Added to TW-Scripts. > > https://kookma.github.io/TW-Scripts/#Easy%20local%20saving%20with%20Python > > > On Sund

[tw5] Re: New Year Gift: Favorites Plugin 4.0.4

2019-12-30 Thread Mohammad
Note that how you can create custom export list somehow similar to Mario bundler! this can be done for selective list for deleting and like that. Tiddlywiki is endless.. Cheers Mohammad On Monday, December 30, 2019 at 4:19:44 PM UTC+3:30, David Gifford wrote: > > Hey I just got done pl

[tw5] Re: New Year Gift: Favorites Plugin 4.0.4

2019-12-30 Thread Mohammad
David, This is the main page on Github! https://github.com/kookma/TW-Favorites On Monday, December 30, 2019 at 4:19:44 PM UTC+3:30, David Gifford wrote: > > Hey I just got done playing with it. Great work! I love the folders idea > and how to rearrange them. > The design of button on Folders t

[tw5] Re: New Year Gift: Favorites Plugin 4.0.4

2019-12-30 Thread David Gifford
Hey I just got done playing with it. Great work! I love the folders idea and how to rearrange them. On Monday, December 30, 2019 at 2:33:47 AM UTC-6, Mohammad wrote: > > Happy new year! > > This is gift for all you nice Tiddlywikians! > > Wish all the best. > Mohammad > >

[tw5] Re: New Year Gift: Favorites Plugin 4.0.4

2019-12-30 Thread Mohammad
Hi David, Sorry, the demo link was wrong! You are right! Demo should open the demo wiki! It wrongly opened Shiraz! Favorites is a new independent plugin! I have corrected the main post and resend the links here *Demo*:https://kookma.github.io/Favorites/ *Code*: https://github.com/kookm

[tw5] Re: New Year Gift: Favorites Plugin 4.0.4

2019-12-30 Thread Mohammad
For email reader! The main post edited. The correct links are as below *Demo*:https://kookma.github.io/Favorites/ *Code*: https://github.com/kookma/Favorites *Tutorial*: https://kookma.github.io/TW-Favorites/#Favorites%20Tutorial --Mohammad -- You received this message because you are

[tw5] Re: New Year Gift: Favorites Plugin 4.0.4

2019-12-30 Thread David Gifford
Ah, I see now. You have separated the tutorial from the demo. I have always gone straight to the demo link to get tutorials, and tuned out the other options. My bad. Still, it is confusing to make your top link a demo link and not have any indications in the file whatsoever. Blessings. On Monda

[tw5] Re: New Year Gift: Favorites Plugin 4.0.4

2019-12-30 Thread David Gifford
Hi Mohammad Am I doing this wrong? Or is the demo link wrong? I click on the demo link, and the tiddler is not the favorites plugin. The list of 21 items in the Shiraz tutorials does not include Favorites. A search for Favorites in the search bar does not turn up anything. Blessings, Dave On

[tw5] Re: Easy local saving with Python

2019-12-30 Thread UBi
Do you mean somthing like this? * Python is a widely used multi purpose programming/scripting language available for free. * Linux: on most Linux distributions Python is pre-installed or can be added easily with the distribution specific package manager. * Windows: download it from https://www.p

[tw5] Re: New Year Gift: Favorites Plugin 4.0.4

2019-12-30 Thread Mohammad
More specific example: A simple table of contents A Simple Table of Content 30th December 2019 at 1:43pm docexample Assume you want to create a simple table of contents on Tiddlywiki.com using certain tiddlers. - Open Favorites Manager from

[tw5] Re: New Year Gift: Favorites Plugin 4.0.4

2019-12-30 Thread Mohammad
Specific example: Using Favorites plugin A Quick List 30th December 2019 at 1:12pm docexample Assume you want to create a favorite list of all common operators in Tiddlywiki.com . - Open Favorites Manager from right sidebar - Open the Fold

[tw5] Re: New Year Gift: Favorites Plugin 4.0.4

2019-12-30 Thread Mohammad
*Announcement: Favorites plugin* *Date: Dec 30th, 2019* *Release: 4.0.5 * *Status: **stable* A new stable update is available. *Demo*:https://kookma.github.io/Favorites/ *Code*: https://github.com/kookma/Favorites *Tutorial*: https://kookma.github.io/T

[tw5] New Year Gift: Favorites Plugin 4.0.4

2019-12-30 Thread Mohammad
Happy new year! This is gift for all you nice Tiddlywikians! Wish all the best. Mohammad ___ *Announcement: Favorites plugin* *Date: Dec 30th, 2019* *Release: 4.0.4 * *Status: **stable* A new stable update is available.