[tw5] $select widget formatting

2019-07-25 Thread Mohammad
The current $select-widget creates a drop down list which the padding/margin of items is two wide! How it is possible to format this list in Tiddlywiki for example adjust the margin/padding or font? [image: select-widget.png] --Mohammad -- You received this message because you are subscribe

[tw5] Re: Interesting Code Patterns? Handling the emptyMessage condition in the ListWidget Body, a CASE structure, complex formulas

2019-07-25 Thread Mohammad
Hi Tony This is interesting! Could you give some simple examples? We need to wrap inside a macro to present a construct like <> What do you think? I use a lot $list as if *filter**-not-**empty* do-this *else* do-that - filter is not empty do what is given inside $list widget - filt

[tw5] Re: list-links-draggable with templates

2019-07-25 Thread Luis Gonzalez
<$link>*<>* <$button> <$action-listops $subfilter="+[remove*<**currentTiddler>*]" /> {{$:/core/images/close-button}} But why the red currentTiddler works ok but the green one does not work? -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To uns

[tw5] Re: [TW 5.1.20] Formulas! [NonDev Announcement]

2019-07-25 Thread Mohammad
Great addition! Well documented and professionally presented! I have a point on range operator, have a look here https://github.com/Jermolene/TiddlyWiki5/issues/3598 Thank you Joshua! I star it at GitHub Cheers Mohammad On Friday, July 26, 2019 at 7:36:38 AM UTC+4:30, Joshua Fontany wrote: >

[tw5] Re: Interesting Code Patterns? Handling the emptyMessage condition in the ListWidget Body, a CASE structure, complex formulas

2019-07-25 Thread TonyM
Post Script the above is not tested. On Friday, July 26, 2019 at 2:20:31 PM UTC+10, TonyM wrote: > > I just wanted to share this code pattern I just discovered for Handling > the emptyMessage condition in the ListWidget Body. > > Sometimes the way we write Filters the only way to proceed is to us

[tw5] Interesting Code Patterns? Handling the emptyMessage condition in the ListWidget Body, a CASE structure, complex formulas

2019-07-25 Thread TonyM
I just wanted to share this code pattern I just discovered for Handling the emptyMessage condition in the ListWidget Body. Sometimes the way we write Filters the only way to proceed is to use the emptyMessage to deal with the null case. If the Null case response requires multiple lines of wiki

[tw5] Strange bug on installing Tiddlyweb plugin - Buttons disappear

2019-07-25 Thread Riz
OS: Arch Linux Browsers: Firefox 69.0b7 (64-bit), Chromium 75.0.3770.142 (Official Build) Arch Linux (64-bit) Tiddlywiki editions: Bug seen in 5.1.19 as well as 5.1.18. Not seen in 5.1.17 Bug: Upon installing tiddlyweb plugin to an empty tiddlywiki, the following buttons simply disappear from

[tw5] Re: [TW 5.1.20] Formulas! [NonDev Announcement]

2019-07-25 Thread TonyM
Cool! Thanks Josua. Thus I can invest time with formulas in 5.1.19 pending the release of 5.1.20 Great stuff Tony On Friday, July 26, 2019 at 1:27:00 PM UTC+10, Joshua Fontany wrote: > > Correct, these plugins will not work with 5.1.19. No syntax changes, so if > you fire up a 5.1.20 wiki or no

[tw5] Re: [TW 5.1.20] Formulas! [NonDev Announcement]

2019-07-25 Thread TonyM
Joshua, You are a fountain of value. this is great, and jes I await you JSON plugins with bated breath. I assume the new https://joshuafontany.github.io/TiddlyWikiFormula/ only works on 5.1.20 ? or does it also work on 5.1.20 ? If only 5.1.20 can we use the same syntax if we use the prior ver

[tw5] Re: [TW 5.1.20] Formulas! [NonDev Announcement]

2019-07-25 Thread Joshua Fontany
Correct, these plugins will not work with 5.1.19. No syntax changes, so if you fire up a 5.1.20 wiki or node/bob instance and drag another wiki that has older plugin versions, those will not be imported - only your tiddlers with formulas, etc. Best, Josh F On Thursday, July 25, 2019 at 8:22:56

[tw5] [TW 5.1.20] Formulas! [NonDev Announcement]

2019-07-25 Thread Joshua Fontany
Hi everybody! I've been suffering through some hard-drive failures at home, but working through other stuff on the side of fixing them seemed a good idea. As I need the code for my JSON plugins, I have updated Evan Balster's super-excellent Modloader Plugin, and all of the associated TiddlyWik

[tw5] Re: Interactive SVG Image Map Not Responsive

2019-07-25 Thread A Gloom
> > toc-tabbed-internal-nav and toc-tabbed-external-nav seem to do this > really interesting behavior, where it has the table of contents in a fixed > position, but open the page in another window. > I was wondering if there was some way to accomplish a similar effect, but > with the 'toc' bei

[tw5] Re: Interactive SVG Image Map Not Responsive

2019-07-25 Thread A Gloom
On Wednesday, July 3, 2019 at 10:22:05 PM UTC-4, Spooky Noodle wrote: > > *ANSWER:* When you're editing a Tiddler, edit the 'Type' from > image/svg+xml to application/x-tiddler. Copy and paste your svg code into > the box. You can clean up your code here >

Re: [tw5] Re: How can I build a stable js-macro (that does not produce a "network error" )

2019-07-25 Thread 'Mark S.' via TiddlyWiki
Sorry ... I should have said alert(url). I have no idea where "wait" came from. Don't sleep and type, I guess. On Thursday, July 25, 2019 at 2:18:44 PM UTC-7, Jan wrote: > > Hi, I checked the console it is this what it Reads. > I think wait is not the right path because the bug happens in Tiddlyw

Re: [tw5] Re: How can I build a stable js-macro (that does not produce a "network error" )

2019-07-25 Thread Jan
Hi, I checked the console it is this what it Reads. I think wait is not the right path because the bug happens in Tiddlywiki. ReferenceError: wait is not defined error https://www.szen.io/hak/:24135 onerror https://www.szen.io/hak/:24162 onerror$:/plugins/felixhayashi/vis/vis.js:3 Might

[tw5] Re: Tiddler Commander Release 1.2.0: Major release

2019-07-25 Thread Mohammad
The demo (index.html) on code page uses TW 5.1.20 which ir the recommended version. --Mohammad On Friday, July 26, 2019 at 1:11:08 AM UTC+4:30, Mohammad wrote: > > *Announcement: Tiddler Commander Plugin* > *Date: July 26, 2019* > *Release: 1.2.0 stable* > > Requirements: TW 5.1.19+ (5.1.20pre

Re: [tw5] Re: How can I build a stable js-macro (that does not produce a "network error" )

2019-07-25 Thread Jan
Hi Mark, thanks I think that is what I was looking for . I ended up building a timeout function which was to hard for me to handle;-). This seems friendlier. Thanks for the Idea with the console...to me that's little Ninja-Level but it sounds like a good idea. I will check an Mail Ahoi Am 2

[tw5] Tiddler Commander Release 1.2.0: Major release

2019-07-25 Thread Mohammad
*Announcement: Tiddler Commander Plugin* *Date: July 26, 2019* *Release: 1.2.0 stable* Requirements: TW 5.1.19+ (5.1.20pre is recommended) This is a major release. Commander now has a button on sidebar and can be in access very simply. What is Tiddler Commander? Tiddler Commander, in short *C

[tw5] Re: Consistent Style across all Icons

2019-07-25 Thread Ton Gerner
Hi Aidan, Have a look at: http://tw5custom.tiddlyspot.com/#Icons https://groups.google.com/forum/#!msg/tiddlywiki/xoBAOY7OMGY/pqHygsFFBQAJ Cheers, Ton -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop rece

[tw5] Re: Consistent Style across all Icons

2019-07-25 Thread Mat
What do you mean with consistent? It is trivial to apply the same CSS to them but all(?) core icons are custom drawn by Jeremy so your icons will not look the same unless his personal drawing style is imitated. You mention that you can't figure out how to replace existing icons with your own; t

[tw5] Consistent Style across all Icons

2019-07-25 Thread Aidan Grey
I need a consistent style across my icons on the editor toolbars, sidebar, etc. I've created my own buttons, and have no problem styling them, but I need them to match the built-in icons/buttons. I've tried using my own, with tc-image-button class, but they don't look the same. Can't figure ou

[tw5] Re: How can I build a stable js-macro (that does not produce a "network error" )

2019-07-25 Thread 'Mark S.' via TiddlyWiki
Since you're using PHP, I can't test anything. I suspect that the url is being passed as a title list, with [[ and ]], or that key characters are being stripped. One way to see, would be to use wait(url) ; immediately after function(url) { Of course you have to save your change and rel

[tw5] How can I build a stable js-macro (that does not produce a "network error" )

2019-07-25 Thread Jan
Hello! I am trying to build an Interactionmeckanism, were Useres can post and On http://szen.io/Test/ it seems to work well... at least for me becaus the speed of the connection seems to have impact on this. I allows to import texts from my server that can be seen in an Iframe in the sidebar, I

[tw5] Re: Fully numbered TOC

2019-07-25 Thread Ste Wilson
That is indeed quite awesome :) -- 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 visit

[tw5] Re: Fully numbered TOC

2019-07-25 Thread Ste Wilson
A.. Got 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 visit https://groups

[tw5] Re: Fully numbered TOC

2019-07-25 Thread Aidan Grey
It works there. There aren't any tiddlers tagged TOC, so you've got to make them and tag (or parentify, for tocP) them as normal before you'll see the TOC. [image: dictTest.PNG] On Thursday, July 25, 2019 at 9:49:29 AM UTC-6, Ste Wilson wrote: > > I'm sure I'm being slow but do I just copy

[tw5] Fully numbered TOC

2019-07-25 Thread Ste Wilson
I'm sure I'm being slow but do I just copy that into a tidler? Just did that on tiddlywiki.com and nothing happened.. -- 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

Re: [tw5] Tiny Todolist Plugin 1.00 final release: Create todo item with different categories

2019-07-25 Thread Mohammad
Thanks Mat, I have few wikis on tiddlyspot! Yes, that is a solution, to keep pages on tiddlyspot! Cheers Mohammad On Thursday, July 25, 2019 at 6:26:08 PM UTC+4:30, Mat wrote: > > @Mohammad - if it is only a matter of demo sites, then I can recommend > tiddlyspot (most easily set up via this >

[tw5] Fully numbered TOC

2019-07-25 Thread Aidan Grey
Heya all, I posted this before, but wanted to repost / clarify. My weird typo accident trick works no matter whether you have tocP or not: <> <> Don't ask me why, but happy it does regardless. Aidan -- You received this message because you are subscribed to the Google Groups "TiddlyWik

Re: [tw5] Tiny Todolist Plugin 1.00 final release: Create todo item with different categories

2019-07-25 Thread Mat
@Mohammad - if it is only a matter of demo sites, then I can recommend tiddlyspot (most easily set up via this page) <:-) -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and sto

Re: [tw5] Tiny Todolist Plugin 1.00 final release: Create todo item with different categories

2019-07-25 Thread Mohammad
Thanks Jeremy, I hope I can remain active in TW community! Best Mohammad On Thursday, July 25, 2019 at 5:35:27 PM UTC+4:30, Jeremy Ruston wrote: > > Hi Mohammad > > That is indeed a sliver of encouraging news, and I will be hoping for more > positive developments. > > Best wishes > > Jeremy >

Re: [tw5] Tiny Todolist Plugin 1.00 final release: Create todo item with different categories

2019-07-25 Thread Jeremy Ruston
Hi Mohammad That is indeed a sliver of encouraging news, and I will be hoping for more positive developments. Best wishes Jeremy > On 25 Jul 2019, at 13:25, Mohammad wrote: > > Hi Jeremy! > Thank you for your support It seems GitHub pages are blocked! I cannot also > create organization bu

Re: [tw5] Tiny Todolist Plugin 1.00 final release: Create todo item with different categories

2019-07-25 Thread Mohammad
Hi Jeremy! Thank you for your support It seems GitHub pages are blocked! I cannot also create organization but old one are working! The good news is I can also send PR or open tickets on TW5 repo! Best Mohammad On Thursday, July 25, 2019 at 4:02:59 PM UTC+4:30, Jeremy Ruston wrote: > > Hi Moham

Re: [tw5] Re: How to make Edit Toolbar stay at top of page so that no matter how much I write the save button is always visible?

2019-07-25 Thread Jeremy Ruston
> > I dont' know how AndTidWiki is built but I can imagine it has a special > stylesheet. So, you might need to make the CSS targetting more specific. I believe that AndTidWiki is built with an extremely old version of the browser component, and is tripped up by many newer features. There are

[tw5] Re: How to make Edit Toolbar stay at top of page so that no matter how much I write the save button is always visible?

2019-07-25 Thread Mat
I dont' know how AndTidWiki is built but I can imagine it has a special stylesheet. So, you might need to make the CSS targetting more specific. A standard practice when creating a stylesheet for an application is to come up with a special definition name like "my-class" and then use this to ma

Re: [tw5] Tiny Todolist Plugin 1.00 final release: Create todo item with different categories

2019-07-25 Thread Jeremy Ruston
Hi Mohammad > Thank you for your email. It seems GitHub from yesterday has suspended all > accounts from people live in Iran or signed as Iranian. > I have received an email and yellow notification on my GitHub page stated > that > > Due to U.S. trade controls law restrictions, your GitHub acc

[tw5] list-links-draggable with templates

2019-07-25 Thread TonyM
Luis Your first step is to call the macro using the macrocall widget instead because you can pass parameters like this param=<> or param={{tiddlername}} param={{!!fieldname}} etc... Regards Tony -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group.

[tw5] Re: Tiny Todolist Plugin 1.00 final release: Create todo item with different categories

2019-07-25 Thread h0p3
That is fucked up. I'm sorry. If I can be of any use to you, please let me know. Yours, h0p3 On Thursday, July 25, 2019 at 12:09:16 AM UTC-4, Mohammad wrote: > > Hi Birthe > > Thank you for your email. It seems GitHub from yesterday has suspended all > accounts from people live in Iran or s