[tw5] Re: List unknown number of items in a Table - Known number of columns - Unknown number of rows

2019-01-29 Thread S. S.
The button size solution was so obvious I almost laughed when I realized the reason. There's no use changing the svg image size - it's the that needs the styling! Here is what I finally have: In the display tiddler: \define link-to-clipboard(parameter) <<.button-images $(currentTiddler)$>>

[tw5] Re: Current state of multi-user with access control

2019-01-29 Thread Greg Hodgins
Just a quick update. I started asking myself why my previous "go to" solution for TiddlyWiki/TiddlyMap installation, Noteself, wasn't what tried first for multi-user. Given the success I had with it in the past (after some real struggles with CORS) if should have been my default. Last

[tw5] Re: List unknown number of items in a Table - Known number of columns - Unknown number of rows

2019-01-29 Thread Ton Gerner
Hi S. S. One small thing: You don't need ` ... ` in a stylesheet (tiddler tagged with $:/tags/Stylesheet). You need ` ... ` if you embed style e.g. in your image display tiddler. Cheers, Ton -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group.

[tw5] Re: List unknown number of items in a Table - Known number of columns - Unknown number of rows

2019-01-29 Thread Mohammad
Good job S.S. Cheers Mohammad On Tuesday, January 29, 2019 at 7:10:07 PM UTC+3:30, S. S. wrote: > > > The button size solution was so obvious I almost laughed when I realized > the reason. > > There's no use changing the svg image size - it's the that needs > the styling! > > Here is what I

[tw5] Re: The Tips Section --- Features in TW its worth knowing about ...

2019-01-29 Thread Mohammad
Tony, Have you seen this: https://tiddlywiki.com/#changecount%20Macro --Mohammad On Tuesday, January 29, 2019 at 11:02:25 AM UTC+3:30, TonyM wrote: > > S S > > All I would add is don't limit them at all. Remember it is the number of > tiddlers changed, not the number of changes to tiddlers,

Re: [tw5] Re: $(currentTiddler)$ and "Title of new journal tiddlers"

2019-01-29 Thread Pit.W.
Thanks again, works  and solved a major problem -- Pit.W Am 2018-12-15 um 21:34 schrieb 'Mark S.' via TiddlyWiki: Where are you using this? Offhand, this should work in most places: <$macrocall $name="toc-selective-expandable" tag=<> sort="sort[title]" /> Good luck! -- Mark On Saturday,

[tw5] Re: List unknown number of items in a Table - Known number of columns - Unknown number of rows

2019-01-29 Thread Thomas Elmiger
Just for those who like alternatives: Here's what I use to list all my icons (copy to clipboard is missing here). I usually click an image to open it and copy the title from there. Put this in a tiddler: System images (ie, tiddlers tagged [[$:/tags/Image]]): .my-gallery svg { width: 1.5em;

[tw5] Re: Is this useful? Search your local wiki from your main wiki (other wiki)

2019-01-29 Thread Mohammad
The solution is given below: -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to tiddlywiki+unsubscr...@googlegroups.com. To post to this group, send email to

[tw5] Re: The Tips Section --- Features in TW its worth knowing about ...

2019-01-29 Thread TonyM
Mohammad, Yes, I have played with this - but I thought it increments in a session but the number is saved and continues, is not reset on reload, as the document implies. I need to recheck this. I played with it for version control, I save the change count when I stamp it with a new version

[tw5] Re: How to use external (local) files, attachments on Windows?

2019-01-29 Thread bimlas
S. S. :D Maybe you're right. Hear me roar not to sleep. :) -- 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: How to use external (local) files, attachments on Windows?

2019-01-29 Thread S. S.
Bimlas, I believe you would have solved this faster if you were not listening to Enrico Caruso singing Ave Maria. It put me to sleep! Cheers! -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving

[tw5] Re: How to use external (local) files, attachments on Windows?

2019-01-29 Thread bimlas
My journey is over, but my question has not been answered: could anyone try to find out if the example works without "files" directory? Are local files available in wiki using tiddlywiki.files and relative _canonical_uri paths (as shown in the example at

[tw5] Re: Is this useful? Search your local wiki from your main wiki (other wiki)

2019-01-29 Thread Mohammad
*For those receive posts by email:* [The original post revised] The solution is given below: https://kookma.github.io/TW-Scripts/#Search%20in%20Local%20Wiki%20Files Thanks to S.S. for his great idea on "Online Dictionary Lookup". --Mohammad -- You received this message because you are

[tw5] Re: Quinoid

2019-01-29 Thread 'Mark S.' via TiddlyWiki
If anyone is interested in testing, I've added quinoid-190129a.apk to the current v0.0.5alpha release. It may, or may not, add the ability to import (but not export) files. Thanks for your feedback! https://github.com/Marxsal/Quinoid01/releases/tag/v0.0.5alpha -- Mark -- You received this

[tw5] Re: Current state of multi-user with access control

2019-01-29 Thread TonyM
Greg, Thanks so much for sharing to the community and a timely reminder that noteself allows multi-user Tiddlywikis (Along with Bob). The fact is any external database store can potentially hold tiddlers and serve them to wikis. I would like to see this on for MySQL/Maria DB databases since

[tw5] Re: Quinoid

2019-01-29 Thread TonyM
Mark, I am very Interested. Just installed on my LG V20 android 8.0.0 Looking very good, once again ahead in leaps and bounds. Cute new Icon on Home screen and in app. - When Installing it requests no permissions - When Starting it asks for file access - Local Files Select wiki,

[tw5] Re: Question: Tiddlywiki file name

2019-01-29 Thread TonyM
Mohammad, Here is what I do, I am always cautious about my choice of words. I say a "Tiddlywiki instance" for any tiddlywiki, - file or folder based. Remember that it is irrelevant for most of us whether or not it is a file or folder based because it can be either or both. If and when I need

[tw5] Re: How to use external (local) files, attachments on Windows?

2019-01-29 Thread TonyM
Bimlas, Thanks for sharing your "Journey". Tony On Tuesday, January 29, 2019 at 6:17:11 AM UTC+11, bimlas wrote: > > I like to use local (audio) files in Node Tiddly on Windows, but I cannot > let it work. > > I made a directory (./mp3) in the wiki's main directory (where > tiddlywiki.info

[tw5] Re: How to use external (local) files, attachments on Windows?

2019-01-29 Thread TonyM
Bimlas, Given the 5.1.18 Update including https://tiddlywiki.com/#Using%20the%20integrated%20static%20file%20server Perhaps the places outside the files directory are no longer accessible. Perhaps look in github for the original change? I am quite sure people were using /images etc...

[tw5] [plugin] My simple tiddler version control

2019-01-29 Thread Mal
All, For information, I've put together a simple system for managing saved versions of tiddlers. You can try it out or install the plugin from my tiddlyspot site . When I am setting up a tiddlywiki for a particular purpose, I usually end up with various

[tw5] Re: filter operators on dictionary contents

2019-01-29 Thread S. S.
Alex, I don't know if this is the best way to do it, but I believe it should work until someone posts a more elegant solution. <$list filter="[type[application/x-tiddler-dictionary]]" variable=dataTid> <$list filter="[getindex[validateAll]]"> <$reveal type="match" text="true"

[tw5] Re: Quinoid

2019-01-29 Thread TonyM
More... - Changing site title in wiki was reflected in Qinoid WIki list next time Quinoid was reloaded - Can open html and txt files only (no longer select .tw files) which displayed as text before. - Can Import Text files into a tiddler. - Can open text file in a Quinoid

[tw5] Is this useful? Search your local wiki from your main wiki (other wiki)

2019-01-29 Thread Mohammad
1. Assume you have several wiki files (Tiddlywiki) on your local drives. 2. You have one wiki (e.g *myNotes.html*) for your daily use 3. Is it useful to have a a search box in *myNotes.html* to search all your local wiki (or selected wiki) Note: This solution just returns link

[tw5] Re: Is this useful? Search your local wiki from your main wiki (other wiki)

2019-01-29 Thread bimlas
This could be possible in Node: see "includeWikis" on https://tiddlywiki.com/#tiddlywiki.info%20Files (BTW: never tried yet). -- 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: How to use external (local) files, attachments on Windows?

2019-01-29 Thread bimlas
Half-working: On the one hand, I misunderstood the documentation and "directories" was written to tiddlywiki.info instead of tiddlywiki.files. On the other hand, I placed the tiddlywiki.files file in the main directory (where tiddlywiki.info is), not in a subdirectory inside "tiddlers".

[tw5] Question: Tiddlywiki file name

2019-01-29 Thread Mohammad
For documentation purpose what is the correct name for a Tiddlywiki instance? I mean when we are talking about a single html file which is a copy of empty Tiddlywiki or any other type of Tiddlywiki (like editions) What we should say 1. A wiki file 2. A Tiddlywiki file 3. A TW file

[tw5] Re: List unknown number of items in a Table - Known number of columns - Unknown number of rows

2019-01-29 Thread S. S.
Mohammad, thanks! I had forgotten about that. This is definitely one possibility. <$list filter="[all[shadows]tag[$:/tags/Image]]"> <$set name="image" value=<>> <$list filter="[removeprefix[$:/core/images/]]"> <$transclude tiddler=<>/><> And

[tw5] Re: List unknown number of items in a Table - Known number of columns - Unknown number of rows

2019-01-29 Thread TonyM
Here is an Image Picker macro \define edit-fields-image-picker(actions,filter:"[all[shadows+tiddlers]is[image]] [all[shadows+tiddlers]tag[$:/tags/Image]] -[type[application/pdf]] +[!has[draft.of]sort[title]]",subfilter:"") <$vars state-system=<>> <$checkbox tiddler=<> field="text"

[tw5] Re: TW-Scripts Weekly Update

2019-01-29 Thread TonyM
Very helpful Mohammad Perhaps I should send you my repository as well? Regards Tony On Tuesday, January 29, 2019 at 6:43:58 PM UTC+11, Mohammad wrote: > > This is a weekly update of TW-Scripts > > Page: https://kookma.github.io/TW-Scripts/ > Github code: https://github.com/kookma/TW-Scripts > >

[tw5] Re: TW-Scripts Weekly Update

2019-01-29 Thread Mohammad
Hello Tony, I would be happy to have it! Cheers Mohammad -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to tiddlywiki+unsubscr...@googlegroups.com. To post to

[tw5] Re: How to use external (local) files, attachments on Windows?

2019-01-29 Thread bimlas
I'm a bit confused about the documentation... * The description of "_canonical_uri" says it's the "The full URI of an external image tiddler" * The tiddlywiki.files example on https://tiddlywiki.com/#tiddlywiki.files%20Files using relative paths * It's possible to use relative paths, but you

[tw5] Filters by Tobias Beer: How to update to TW 5.1.19

2019-01-29 Thread Mohammad
A very useful resource on Filters is the below repo http://tobibeer.github.io/tw/filters/#Filter%20Examples It was developed by Tobias Beer (which is absent in this forum and GitHub for a long time) I am trying to update it for using the features of search operator in TW 5.1.19 but failed.

[tw5] Re: List unknown number of items in a Table - Known number of columns - Unknown number of rows

2019-01-29 Thread S. S.
Thanks Tony & Mohammad! I think I am almost there. The below works quite well. <$list filter="[all[shadows]tag[$:/tags/Image]]"> <$set name="image" value=<>> <$list filter="[removeprefix[$:/core/images/]]"> <$button message="tm-copy-to-clipboard" param=<>tooltip=< >

[tw5] Re: Filters by Tobias Beer: How to update to TW 5.1.19

2019-01-29 Thread PMario
Hi, It overwrites a core module: http://tobibeer.github.io/tw/filters/#%24%3A%2Fcore%2Fmodules%2Fwiki.js which is extremely error prone. You should remove it try again. -m -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from

[tw5] Re: How to use external (local) files, attachments on Windows?

2019-01-29 Thread bimlas
Seeking is a Chrome issue, see https://stackoverflow.com/a/9549404 -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to tiddlywiki+unsubscr...@googlegroups.com. To

[tw5] Re: Is this useful? Search your local wiki from your main wiki (other wiki)

2019-01-29 Thread HC Haase
YES! this is very interesting. thanks I was looking at your solution for searching daves list from the scripts wiki and thinking that this could be modified for local wikis. I much prefer the simplicity of the single file tw, but when it becomes to big and perforamce go down, the only solution

[tw5] Re: Filters by Tobias Beer: How to update to TW 5.1.19

2019-01-29 Thread @TiddlyTweeter
Mohammad when you wrote "failed" did you mean you could not update the wiki to 5.1.19? Or do you mean something else? By the way I think its a great idea to update Tobias' filters. Best wishes Josiah On Tuesday, 29 January 2019 11:43:30 UTC+1, Mohammad wrote: > > A very useful resource on

[tw5] Re: Is this useful? Search your local wiki from your main wiki (other wiki)

2019-01-29 Thread @TiddlyTweeter
Its definitely a good idea. Several of the search tools you document well on TW-Scripts are changing the way I use TW already. Making working with it a lot more efficient. This would be a neat addition to those. Best wishes Josiah On Tuesday, 29 January 2019 09:29:40 UTC+1, Mohammad wrote: >

[tw5] Re: List unknown number of items in a Table - Known number of columns - Unknown number of rows

2019-01-29 Thread TonyM
I am no expert but you need to set either or both hight="55px" and width= in svg. I believe you can wrap an svg with another svg tag Image Tony -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving

[tw5] Re: How to use external (local) files, attachments on Windows?

2019-01-29 Thread bimlas
Ok, I'm almost done: The directory structure: | tiddlywiki.info | +---files | \---audio | Caruso-AveMaria.mp3 | \---tiddlers | $__StoryList.tid | \---audio tiddlywiki.files Everything in the `files` directory is available on http://127.0.0.1/files/ thus

[tw5] Re: Question: Tiddlywiki file name

2019-01-29 Thread S. S.
So far I have been using: A Tiddly*W*iki with the W capitalized - and without generally calling it a file: Save your TiddlyWiki Find your TiddlyWiki But generally I see it written as: You can copy an individual tiddler from one TiddlyWiki file to another by dragging a link to the tiddler from

[tw5] Re: Filters by Tobias Beer: How to update to TW 5.1.19

2019-01-29 Thread Mohammad
Hello Mario, Many thanks it works now. @Josiah The problem was when upgraded, it showed the red JS error window. As Mario pointed out the problem was with wiki.js. No it works like a charm. Thanks all Mohammad On Tuesday, January 29, 2019 at 4:04:11 PM UTC+3:30, PMario wrote: > > Hi, > > It