[tw5] Re: Tip: Create Tiddler with unique title and sequence number

2019-02-21 Thread Mohammad
The post edited and the issue removed. For who receive this through email. See the original link: https://groups.google.com/d/msg/tiddlywiki/3_Xacb7H1p0/BN73J04iAQAJ -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group

[tw5] Tip: Create Tiddler with unique title and sequence number

2019-02-21 Thread Mohammad
*Tiddlywiki 5.1.20pre* Assume you want to create tiddlers all tagged with say myTag and have unique title with ordinal number. So 1. tiddlers have title like myTiddler-1 2. tiddlers all tagged with myTag Thanks to Math operator in TW 5.1.20, this is quite simple to implement \define

[tw5] Re: So I want to make ...

2019-02-21 Thread Mohammad
S.S This is a cascade menu! As Joshua pointed out using reveal widget is possible. Mohammad On Friday, February 22, 2019 at 8:47:46 AM UTC+3:30, S. S. wrote: > > So I want to make a custom drop down menu on my tiddler's view toolbar > that will: > >1. . . . >2. . . . >3. . . . >

[tw5] Re: syntax -- are "$"s important?

2019-02-21 Thread Mohammad
That's quite correct S.S. I would be great if in your TW Documentation project these difference highlighted. Cheers Mohammad On Friday, February 22, 2019 at 5:24:52 AM UTC+3:30, S. S. wrote: > > > Just as a note, the $vars widget is the opposite - the attribute > specifying the variable name

[tw5] Re: syntax -- are "$"s important?

2019-02-21 Thread Mohammad
Tony! I think the problem is backward compatibility. Cheers Mohammad On Friday, February 22, 2019 at 1:31:59 AM UTC+3:30, TonyM wrote: > > Mohammad, > > I understand but if you used $name in Wikify my rule above would be > broken, and it would be impossible to tell when to use it and when not

[tw5] Re: So I want to make ...

2019-02-21 Thread Joshua Fontany
You need an accordion reveal (two $reveal widgets with a button in each) inside of a pop-up reveal. <$reveal type="popup> <$list> <$reveal> Button <$/reveal> <$reveal> Button <$list> sub-list content here On Thursday, February 21, 2019 at

Re: [tw5] Re: Login to make changes?

2019-02-21 Thread Carl T. Holscher
Thanks. I'll check it out! On Fri, Feb 22, 2019 at 12:30 AM caw wrote: > I actually switched to Nginx after posting this because the configuration > was easier, but Apache also worked fine for me. > For Apache, you may want to check this out: >

[tw5] Re: Login to make changes?

2019-02-21 Thread caw
I actually switched to Nginx after posting this because the configuration was easier, but Apache also worked fine for me. For Apache, you may want to check this out: https://stackoverflow.com/questions/1997001/setting-up-a-basic-web-proxy-in-apache On Friday, February 22, 2019 at 1:01:54 PM

[tw5] So I want to make ...

2019-02-21 Thread S. S.
So I want to make a custom drop down menu on my tiddler's view toolbar that will: 1. . . . 2. . . . 3. . . . 4. . . . 5. AND ALSO ... 1. . . . 2. . . . 3. . . . How much time should I spend on it? https://xkcd.com/1205/ -- You received this message

[tw5] Re: Login to make changes?

2019-02-21 Thread Carl Holscher
How did you get the apache proxy setup? I'm hosting it using node.js on an ubuntu box at home and I'm getting stuck there. On Saturday, January 5, 2019 at 10:20:02 AM UTC-5, caw wrote: > > Hey guys, > > I just got TiddlyWiki working on my server with node.js and apache proxy, > and now everyone

[tw5] Re: Internal Javascript Error - Access Denied

2019-02-21 Thread TonyM
Tahoka, I stopped attempting to use TiddlyWiki single file in IE some time ago (IE as a whole actualy) - preferring FireFox, perhaps others will have some advice. However if the Wiki can be accessed at an IP address your are unlikely to have the same problem. Can you use nodejs, Bob even the

[tw5] Re: Variables, Parameters and transclusions - Cheat sheet RFC

2019-02-21 Thread S. S.
Hi Josiah, The Introduction level tiddlers I am working on for Beginners is *100% only* for inclusion as documentation on the tiddlywiki.com website. I have no interest to make a separate help site. The first step was opening issue #3711

[tw5] Re: syntax -- are "$"s important?

2019-02-21 Thread S. S.
Just as a note, the $vars widget is the opposite - the attribute specifying the variable name *cannot* start with a $ All 7 Action Widgets use $*named* attributes, so: $macrocall $ActionCreateTiddlerWidget $ActionDeleteFieldWidget

[tw5] Internal Javascript Error - Access Denied

2019-02-21 Thread Tahoka Freeway
Just recently started getting "Internal JavaScript Error - Access Denied" for a wiki on a local drive. - Only happens with Internet Explorer 11. - The wiki works perfectly fine with TiddlyDesktop, Firefox and Chrome. - Using 5.1.19 - Happens at work and at home computer. -

Re: [tw5] Re: [TW5-JsonManglerPlugin] v2.0.2 Update!

2019-02-21 Thread TonyM
Thanks Joshua, There are some great options for helper apps now. We can publish html at a page address with servers or in iframes that may themselves contain javascript, php etc.. Basicaly the source can be contained in the wiki but independently delivered. My weakness is detailed internet

[tw5] Re: syntax -- are "$"s important?

2019-02-21 Thread TonyM
Mohammad, I understand but if you used $name in Wikify my rule above would be broken, and it would be impossible to tell when to use it and when not to. The only way out would be to change all widget parameters to begin with a $ This issue can only be solved by understanding why the $ is used

[tw5] Re: XSS Vulnerability and other security concerns

2019-02-21 Thread TonyM
//steve. I feel for you and the "two contradictory beliefs simultaneously". Just keep in mind, With a read only html file served to the world the content visible or not, can be found, its content is not protected in anyway. But of course the server is protected unless contained therein your

[tw5] Re: syntax -- are "$"s important?

2019-02-21 Thread Mohammad
Hello Tony! Thank you for clarification. I understood the reason! But for simplicity I asked why not use $ also for wikify widget attributes! I mean this way it much more simple to learn and it kind of semantic naming rule. By the way I respect developer opinion! I share my own experience, I

[tw5] Re: syntax -- are "$"s important?

2019-02-21 Thread TonyM
Mohammad, I may be confusing to you now but with respect it is not. In wikify you will never need to provide another parameter other than defined in the the wikify macro AttributeDescription name The name of the variable to assign text The text to parse and render type The ContentType

[tw5] Re: Tiddler Commander

2019-02-21 Thread Mohammad
Tiddler Commander updated See the original post here: https://groups.google.com/d/msg/tiddlywiki/w9Bv-WulKw8/CYf9D4H6BgAJ Demo: https://kookma.github.io/TW-Commander/ The main new feature is logging! That means some of Commander operation like creating new tiddlers or batch delete well be

Re: [tw5] Re: [TW5-JsonManglerPlugin] v2.0.2 Update!

2019-02-21 Thread Joshua Fontany
Hi Tony, I saw that thread, and yes that has definitely been on my mind (next up is rendering datasets with dynamic sort-able tables, tho). I think that Jeremy brings up a lot of good points regarding the new(ish) cross-site scripting security measures. Ideally, you would be able to setup

[tw5] Re: The Muuri StoryView is back

2019-02-21 Thread @TiddlyTweeter
BurningTreeC wrote: > > TT: Great potential I see in that. >> > > Pretty cool it is > It really is.. j. 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

[tw5] Re: Can the [recent] menu saturate?

2019-02-21 Thread Marty McGowan
Here's where I made my mistake. 1. the checkmark in the tools menu selects icons for the graphic menu. 2. I hadn't previously realized the labels in the tools menu have an action of their own: a. nothing b. toggle c. submenu d. direct action -- .e.g. close all tiddlers. 3. i

[tw5] Re: Need help testing new Documentation Tiddlers

2019-02-21 Thread talha131
Please keep an eye out if anything seems untoward in the text displayed in tiddlers (sounds better than saying “errors”). Changes might only show up where documentation macros have been used in tiddlers. These macros are used in order to keep the presentation style uniform, and to allow

[tw5] Re: Quinoid v0.0.6alpha

2019-02-21 Thread 'Mark S.' via TiddlyWiki
Once again Android is making me alter plans. I'm back to saving to an external (not private) dir. This time it will be a subdir of a documents folder. I don't know if it will be on the actual external drive or not. One feature of this arrangement is that any files added to the directory will be

[tw5] Re: xlxs import tools are great! Anyone developed a way to auto-import a sheet from an xlsx file with column names read as field name?

2019-02-21 Thread steve
I just realized I left this thread dangling And I should have noted to the group, that the xlsx import *natively* will read column names in an xlsx file as field names, by selecting import by "column" instead of import by row. One caveat: It is necessary to have a column named "title" in

[tw5] Re: XSS Vulnerability and other security concerns

2019-02-21 Thread steve
Thank for the responses...I think I've got it (and this confirms my understanding): so I'll try to summarize: As Eric notes, as long as there are no server-side scripts, TiddlyWiki is just like any other HTML file, and the fact that visitors can modify **their** local "copy" of the wikii in

[tw5] Re: Can the [recent] menu saturate?

2019-02-21 Thread Marty McGowan
The FIX is in; thanks to @TIddlyWiki: my modified: field is off (or absent) time to restore it. Thanks. On Thursday, February 21, 2019 at 12:45:43 PM UTC-5, Marty McGowan wrote: > > Today, for the first time I can recall, the [recent] menu { open, recent, > tools, more } isn't showing the

Re: [tw5] Can the [recent] menu saturate?

2019-02-21 Thread Jeremy Ruston
I answered Marty on Twitter: > The tiddler “21st February 2019” doesn’t have a “modified” field and so > doesn’t show up in the recent changes tab. It’s because you’ve got > “$:/config/TimestampDisable” switched to “yes” Best wishes Jeremy. > On 21 Feb 2019, at 17:45, Marty McGowan wrote:

[tw5] Can the [recent] menu saturate?

2019-02-21 Thread Marty McGowan
Today, for the first time I can recall, the [recent] menu { open, recent, tools, more } isn't showing the latest tiddlers. See: http://mcgowans.org/marty3/IdeaWarehouse The ToC has a Journal tiddler, where i summarize SevenDays, ... I've tested in Safari, Chrome, Firefox, so it's not a cache

[tw5] Re: FYI another experiment with left menu, with tabs and toc

2019-02-21 Thread David Gifford
Thanks for the kind words, SS! On Wednesday, February 20, 2019 at 9:51:49 PM UTC-6, S. S. wrote: > > Dave, > > A few comments. > > It's a very clean comfortable layout, and I agree with you, the fonts look > great. > The left sidebar somehow feels more natural for navigating with the > purpose

[tw5] Re: FYI another experiment with left menu, with tabs and toc

2019-02-21 Thread David Gifford
Thanks Tony! On Wednesday, February 20, 2019 at 10:10:52 PM UTC-6, TonyM wrote: > > David, > > Congratulations on your 4 month sabbatical. May it be a productive one. > > Tony > > On Thursday, February 21, 2019 at 10:34:08 AM UTC+11, David Gifford wrote: >> >> Hi all >> >> Just thought I would

[tw5] Re: The Muuri StoryView is back

2019-02-21 Thread BurningTreeC
> > Ciao BTC > > Quick question. > > Is the gallery example "Muuri IN Muuri"? > Yes it is. A muuri IN/WITHIN another muuri is no problem. When dragging, it detects which muuri the drag corresponds to and moves only the items of that grid > > Great potential I see in that. > Pretty cool it

[tw5] Re: Quinoid v0.0.6alpha

2019-02-21 Thread Watt
Quinoid is the OS, List is the start menu, TW is the GUI, plugins are the apps? -- 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: Quinoid v0.0.6alpha

2019-02-21 Thread 'Mark S.' via TiddlyWiki
It occurred to me that if you had a configuration directory, with setup files and icons, you could essentially make your own TW-driven app. -- Mark On Wednesday, February 20, 2019 at 5:11:50 AM UTC-8, @TiddlyTweeter wrote: > > Ciao Mark S. > > This is *not* a request for you to do anything.

[tw5] Re: syntax -- are "$"s important?

2019-02-21 Thread @TiddlyTweeter
Ciao Mohammad That is a useful reply, because I can use it as a Rule I can understand simply. What confused me was seeing uses both with and without "$" that (mainly) worked. The problem comes in debugging code where you not sure if you made a logic problem or a syntax error. Best wishes

[tw5] Re: XSS Vulnerability and other security concerns

2019-02-21 Thread Lost Admin
Hi Steve, On the topic of your first point, TiddlySpot PHP... TiddlySpot uses a program on the server to save the Tiddlywiki file. When you press the save button on your tiddlywiki, it makes a call to the server side program to save itself on the server. The team is saying they need to review

[tw5] Re: XSS Vulnerability and other security concerns

2019-02-21 Thread Eric Shulman
On Thursday, February 21, 2019 at 6:47:20 AM UTC-8, st...@sunypoly.edu wrote: > > I'm working with the CIO at my University to see if it is possible to > serve tiddlywiki files on our Web site. > These are two concerns that have been raised: > >- Adding the TiddlySpot PHP script to enable

[tw5] Re: XSS Vulnerability and other security concerns

2019-02-21 Thread steve
(inline) On Thursday, February 21, 2019 at 9:58:49 AM UTC-5, PMario wrote: > > Hi Steve, > > How many users should be allowed to write back to the wiki? Or should they > be read-only? > in the public-facing version, they could be read-only, I think -- though I don't know what it means to

[tw5] XSS Vulnerability and other security concerns

2019-02-21 Thread steve
Hello old friends, I'm working with the CIO at my University to see if it is possible to serve tiddlywiki files on our Web site. These are two concerns that have been raised: - Adding the TiddlySpot PHP script to enable rewriting from the browser is a potential security vulnerability

[tw5] Re: XSS Vulnerability and other security concerns

2019-02-21 Thread PMario
Hi Steve, How many users should be allowed to write back to the wiki? Or should they be read-only? TW is able to save the whole content as static html files, without any javascript at all. ... BUT ... the usability will be completely different here! eg: no right sidebar, no tabs, no

[tw5] Re: Variables, Parameters and transclusions - Cheat sheet RFC

2019-02-21 Thread Mohammad
Hi Tony, This is great! Thank you for sharing. I may develop some examples using this cheatsheet in TW-Scripts. Cheers Mohammad On Thursday, February 21, 2019 at 8:33:32 AM UTC+3:30, TonyM wrote: > > Folks, > > I have a DRAFT copy of *Variables, Parameters and transclusions* - Cheat > sheet -

[tw5] Re: syntax -- are "$"s important?

2019-02-21 Thread Mohammad
Unfortunately it is confusing <$wikify name= ... <$macrocall $name= ... I would recommend for widget, use widget parameter with $ and everything else without it! But seems for backward compatibility there are very hard to revise! --Mohammad -- You received this message because you are

[tw5] Re: The Muuri StoryView is back

2019-02-21 Thread @TiddlyTweeter
Ciao BTC Quick question. Is the gallery example "Muuri IN Muuri"? Great potential I see in that. Josiah -- 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

Re: [tw5] Storing the result of a macro in raw form and pass it to a tiddler text field

2019-02-21 Thread Mohammad
Hi Jeremy, I tried to reproduce a simple example though may seem meaningless. \define utility(a, b) This is //$a$// and ''$b$''. \define test(tidName, v1, v2) <$wikify name="newText" text="""<$macrocall $name="utility" a=<<__v1__>> b=<<__v2__>> />"""> <$action-setfield

[tw5] Re: Regarding Filters -- IMO an entire website exploring TW filters is needed.

2019-02-21 Thread @TiddlyTweeter
for those on email ... On Thursday, 21 February 2019 15:26:10 UTC+1, @TiddlyTweeter wrote: > > The title says it. > > J. > -- 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

[tw5] Re: is[missing] !is[tiddler]

2019-02-21 Thread Mohammad
Thanks Mal, Thanks Tony, I use this checking inside a list widget, so for me the [is[tiddler]] may be the most semantic form. Best Mohammad On Thursday, February 21, 2019 at 10:52:51 AM UTC+3:30, Mal wrote: > > Mohammad, > > >> So, for checking if a title is an existing tiddler what can I do

[tw5] Re: is[missing] !is[tiddler]

2019-02-21 Thread Mohammad
Added to TW-Scripts. On Thursday, February 21, 2019 at 10:52:51 AM UTC+3:30, Mal wrote: > > Mohammad, > > >> So, for checking if a title is an existing tiddler what can I do >> >> [!is[tiddler]] [is[missing]] [has[title]] >> >> I think you can use any of these to test if a tiddler already

Re: [tw5] Storing the result of a macro in raw form and pass it to a tiddler text field

2019-02-21 Thread Jeremy Ruston
Hi Mohammad Please could you post a complete example? Many thanks, Jeremy > On 21 Feb 2019, at 14:06, Mohammad wrote: > > > One way to store the result of a macro has some parameters is to store it in > wikified variable as below > > > Example > See the below code extracted from a longer

[tw5] Re: WikiText for Dummies

2019-02-21 Thread TonyM
Josiah, In attempting to build a table of key items here I am finding iteration a valuable thing. Assuming my test are validated this table can collapse into a few key facts that will be easy to

[tw5] Re: Variables, Parameters and transclusions - Cheat sheet RFC

2019-02-21 Thread @TiddlyTweeter
Ciao TonyM, Cheat / Crib sheets are good! This one looks in the right direction--though maybe a little prolix? Just FYI, recently there was an important public blog post at: https://opensource.com/article/19/2/tiddlywiki The one problem with it is it refers to a PDF cribsheet for TW Classic

[tw5] Storing the result of a macro in raw form and pass it to a tiddler text field

2019-02-21 Thread Mohammad
One way to store the result of a macro has some parameters is to store it in wikified variable as below Example See the below code extracted from a longer code. This works correctly. It calls utility, and save the results in newText and then the action-setfield passes it to a tiddler as its

[tw5] Re: How to use variables in filter expressions

2019-02-21 Thread TonyM
Hopefully that will get fully documented in the link I gave. Please contribute On Thursday, February 21, 2019 at 7:06:13 PM UTC+11, Werner wrote: > > Thanks Tony, works. Still, what kind of string/variable concatenation > works under what circumstances is pretty confusing. Bit of a learning

[tw5] Re: The Muuri StoryView is back

2019-02-21 Thread BurningTreeC
> > BTC > > I understand. What mechanisium would you suggest I use?, a tiddler button > to alter the viewtemplate of any given tiddler a tag that selects a css > style that hides elements? > Good question! I think a button like the export-tiddler button would be useful, that stays within the

[tw5] List css

2019-02-21 Thread Subi 54
Hello, I am trying to make list tiddlers. My tiddler is like this: # [[textlink]] by [[textlink]] text #* [[textlink]] by [[textlink]] text # [[textlink]] by [[textlink]] text text I already have the tiddler tagged with a tag list which does this: [data-tags*="list"] li {

[tw5] Re: WikiText for Dummies

2019-02-21 Thread @TiddlyTweeter
S. S. wrote: > > ... I think I am finding it takes so much time because there is so much > about the software's complex internals that are difficult to easily > understand. Thus, though it seems the topic is simple, it's not so easy to > present it to a beginner while ensuring no language is

[tw5] Re: is[missing] !is[tiddler]

2019-02-21 Thread TonyM
Mohammad, Another method discovered recently is using the $view widget https://tiddlywiki.com/#ViewWidget The content of the <$view> widget is displayed if the field or property is missing or empty. This means if you want to display say the text or title field of a named tiddler, and no such

[tw5] Re: How to use variables in filter expressions

2019-02-21 Thread 'Werner' via TiddlyWiki
Thanks Tony, works. Still, what kind of string/variable concatenation works under what circumstances is pretty confusing. Bit of a learning curve actually. Best Werner Am Mittwoch, 20. Februar 2019 23:42:48 UTC+1 schrieb TonyM: > > Werner, > > Just remove the [ ] from [] > >