Re: [tw] Re: [TW5] The Pan Widget

2018-02-05 Thread BurningTreeC
Am Montag, 5. Februar 2018 23:04:59 UTC+1 schrieb Jan: > > Great! > I guessed that seeing the big heap of data it gathers. > yeah, most of it isn't needed I think I changed it to only get the elements dimensions, the pointertype and the starting coordinates on panstart, and during pan it gathers

[tw] Re: Downloading a tiddlywiki for comments, critique etc

2018-02-05 Thread Mat
Steven Schneider wrote: > (for once: I am contributing! Not asking for help!)... > Your contributions in the form of spreading the word via your course is probably one of the more important contributions made. Wonderful! <:-) -- You received this message because you are subscribed to the Go

[tw] Re: Downloading a tiddlywiki for comments, critique etc

2018-02-05 Thread Mat
Steve, thanks for sharing. While I didn't try it out yet, it should be very useful! Just a note; The code you give is missing a closing . Also, because the macro is several lines, I'd recommend using the multi-line macro format, i.e \define download() $(file-name)$.html <$vars file-name={{$:/U

[tw] Re: Modifiying multiple tiddler fields

2018-02-05 Thread Mat
Shawn Murdock wrote: > > I would like to modify the same field on all of the plant tiddlers; is > there an easy way to do it without having to edit each one by hand? > http://batchmanipulator.tiddlyspot.com <:-) -- You received this message because you are subscribed to the Google Groups "Tid

[tw] Re: How to adjust the style of a spreadsheet (plugin: $:/plugins/ebalster/formula)?

2018-02-05 Thread coda coder
Does this help? Put it all in one tiddler... .my-ss-table th:nth-child(1) { background-color:yellow; } .my-ss-table th:nth-child(2), .my-ss-table td:nth-child(2) { display:none; } onetwothreefourfive 12345 12345 12345 -- You received this message because you are subscribe

[tw] Re: How to adjust the style of a spreadsheet (plugin: $:/plugins/ebalster/formula)?

2018-02-05 Thread coda coder
On Monday, February 5, 2018 at 5:43:00 PM UTC-6, Surya wrote: > > > It made a additional row above the table, the "" is now visible > under the table in view mode and it build a frame around the table and the > rest of the tiddler-text. > Then you have structural errors in your html. > > Ma

[tw] Re: Announcing v0.0.12 of TiddlyDesktop

2018-02-05 Thread Raymond McDowell
Hi Jeremy. I am so greatful for this latest update. I have been seriously considering moving on from TW now that Firefox is gone (as far as I am concerned) and On Friday, February 2, 2018 at 3:41:06 AM UTC+8, Jeremy Ruston wrote: > > I’m pleased to announce the release of v0.0.12 of TiddlyDesk

[tw] Re: How to adjust the style of a spreadsheet (plugin: $:/plugins/ebalster/formula)?

2018-02-05 Thread 'Surya' via TiddlyWiki
Hi Coda, hmmm, I almost reached that goal. The header (the first row) is now almost invisible (white background, font-size very very small. The same with the first column. And I made the one cell almost invisible. But there are some strange behaviours. It seems to me, that it counts the cells &

[tw] Re: Work on Spaced Repetition System

2018-02-05 Thread Diego Mesa
Hey all, I've put together a small demo of my current progress here: http://anwiki.tiddlyspot.com/ As always, any and all feedback is welcome. And I mean on *everything*, from the way I coded it up, to the way its structured, styled, etc. Anything! Best, Diego On Friday, February 2, 2018 at

Re: [tw] Re: [TW5] The Pan Widget

2018-02-05 Thread Jan
Great! I guessed that seeing the big heap of data it gathers. Yours Jan Am 05.02.2018 um 12:36 schrieb BurningTreeC: the pan widget currently is a bit heavy. I'm about to change it to selectively calculate and save only the values the user chooses -- You received this message because you a

[tw] Re: Modifiying multiple tiddler fields

2018-02-05 Thread TonyM
Mark, You are very Good at these almost one liner solutions. Do consider contributing menus and menu items into the MyMenus solution I just published. Regards Tony On Tuesday, February 6, 2018 at 6:44:45 AM UTC+11, Mark S. wrote: > > I believe something like this will do the trick: > > <$butto

[tw] Re: Modifiying multiple tiddler fields

2018-02-05 Thread Shawn Murdock
Thanks Mark, Thanks a lot. I figure there had to be a way without opening in something like notepad++. Now that I see it, it seems very simple. I guess I have a hard time with the docs. Again, thank you. On Monday, February 5, 2018 at 2:44:45 PM UTC-5, Mark S. wrote: > > I believe something lik

[tw] Re: [TW5] MyMenus Plugin Released - is there anything it can't do?

2018-02-05 Thread TonyM
Josiah, You are spot on there. It's quite easy to create menus that list system tags, toggle settings, access control panel functions and more. We can condense a lot of systems knowledge into a single tiddler. I hope to see some problems solved by referring to a menu toddler that has the requ

[tw] Re: Removing tiddler frame

2018-02-05 Thread coda coder
That's fine. Glad we nailed it. :) On Monday, February 5, 2018 at 1:31:42 PM UTC-6, elar...@gmail.com wrote: > > I forgot about the box-shadows...smh. Yes, I'm new at using CSS and the > inspector and just realized after this that I can tick items off in the > inspector. Thank you so much - "b

[tw] Re: Modifiying multiple tiddler fields

2018-02-05 Thread 'Mark S.' via TiddlyWiki
I believe something like this will do the trick: <$button>Genus Swap <$list filter="[field:genus[someA]]"> <$action-setfield $field="genus" $value="someB"/> Absolutely make a backup of your TW file before trying this. There's always the possibility of something going off the rails when doing b

[tw] Re: Removing tiddler frame

2018-02-05 Thread elarucci
I forgot about the box-shadows...smh. Yes, I'm new at using CSS and the inspector and just realized after this that I can tick items off in the inspector. Thank you so much - "box-shadows: none;" worked like a charm! On Monday, February 5, 2018 at 2:18:57 PM UTC-5, coda coder wrote: > > Okay

[tw] Re: [TW5] MyMenus Plugin Released - is there anything it can't do?

2018-02-05 Thread PMario
On Monday, February 5, 2018 at 2:25:25 PM UTC+1, TonyM wrote: > > Looks Like I found it - in cpanel Optimize Website > A whole of site setting. > The File is around 2.2 Mb and a test zip compression reduced it to < 500 > Kb > Let see if it make a difference > If you open the browser dev-panel wi

[tw] Modifiying multiple tiddler fields

2018-02-05 Thread Shawn Murdock
First off, I would like to thank all the devs that work on this project. Tiddlywiki is the best thing I have come across in a while. Hopefully someday I will understand the mechanics enough to help with it. But, at this point I have a question. I have one tiddywiki which I am using as notes / d

[tw] Re: [TW5] MyMenus Plugin Released - is there anything it can't do?

2018-02-05 Thread PMario
On Monday, February 5, 2018 at 2:06:47 PM UTC+1, TonyM wrote: > > I presume we gz the file and tell the server to serve it that way? No the server will do the compression on the fly, and browsers will cache the content. So the second loading will be much faster. It's probably a cPanel setting.

[tw] Re: Removing tiddler frame

2018-02-05 Thread coda coder
Okay, so, a quick click around in the inspector reveals... Turn off borders and box-shadows (and the prefixed versions) in all tc-tiddler-frame rules. Is that what you want? On Monday, February 5, 2018 at 1:02:26 PM UTC-6, elar...@gmail.com wrote: > > Sorry, I should have clarified - I want to

Re: [tw] Re: Question: using the link widget for external links

2018-02-05 Thread David Gifford
Hi Coda and Mark, T ​hanks! I see now what I was doing wrong... Here is my final output *<$view tiddler="gracia" field="showname"/>​ David Gifford Mexico team leader, Mexico City *Resonate Global Mission* *Engaging People. Embracing Christ.* A Ministry of the Christian Reformed Church resonateg

[tw] Re: Removing tiddler frame

2018-02-05 Thread elarucci
Sorry, I should have clarified - I want to figure out how to do it manually, as a learning exercise. I could download a theme, but I want to know how and why it works. On Monday, February 5, 2018 at 1:57:39 PM UTC-5, coda coder wrote: > > Is the "Seamless" theme not what you're looking for? > >

[tw] Re: Removing tiddler frame

2018-02-05 Thread coda coder
Is the "Seamless" theme not what you're looking for? On Monday, February 5, 2018 at 12:54:09 PM UTC-6, elar...@gmail.com wrote: > > In order to teach myself more about CSS, I've been working on an > image-focused, personal project in TiddlyWiki5 to catalog my collection of > card decks. > > I've

[tw] Removing tiddler frame

2018-02-05 Thread elarucci
In order to teach myself more about CSS, I've been working on an image-focused, personal project in TiddlyWiki5 to catalog my collection of card decks. I've managed to use a combination of CSS and the Palette settings to customize the wiki theme, but I cannot completely remove the tiddler fram

[tw] Re: [TW5] MyMenus Plugin Released - is there anything it can't do?

2018-02-05 Thread @TiddlyTweeter
Ciao TonyM It looks interesting. I can see its rich. Straight-off, one thing I can see it might do well is to be able to provide simpler access to configuration tiddlers. The "menus" are not just links--they can include Dynamic Actions. That might be worth documenting. I need play with it mo

[tw] Re: Question: using the link widget for external links

2018-02-05 Thread 'Mark S.' via TiddlyWiki
What method are using to create the static page? Do the file names have any special characters? Your first approach creates working links when I export a static page from the advanced search tiddler. -- Mark On Monday, February 5, 2018 at 5:02:21 AM UTC-8, David Gifford wrote: > > Hi all > >

[tw] Re: Question: using the link widget for external links

2018-02-05 Thread coda coder
David Perhaps I'm not understanding the issue, but both of these work for me: 1 {{recipes!!link-text}} 2 <$view tiddler="recipes" field="link-text"/> On Monday, February 5, 2018 at 9:34:13 AM UTC-6, David Gifford wrote: > > I found a workaround for now, by separating the showname from the l

[tw] Re: Noteself on TiddlySpot? @Danielo

2018-02-05 Thread Danielo Rodríguez
Hello TonyM El martes, 30 de enero de 2018, 2:58:42 (UTC+1), TonyM escribió: > > Danielo, > > Thanks for your extensive response, such contributions to the community > should never be a "rod for your back". I respect your position. We must all > respect your time. > At the end nobody forces me

[tw] Re: Noteself on TiddlySpot? @Danielo

2018-02-05 Thread Danielo Rodríguez
El jueves, 1 de febrero de 2018, 18:28:01 (UTC+1), Ste Wilson escribió: > > Cheers for the comprehensive reply. > I do use the android app and appreciate it. > Thank you :) > Glad to see that someone apart from me uses it. Report back any issue. Regards -- You received this message because

[tw] Downloading a tiddlywiki for comments, critique etc

2018-02-05 Thread Steven Schneider
Hi folks, As part of my work in designwritestudio.com I frequently want to download a tiddlywiki file, modify it, and share it. I'd rather not have to manually rename it, and am happy keeping the file name used by tiddlyspot (most of my students this semester are using Mat's fabulous tiddlywik

[tw] Re: Question: using the link widget for external links

2018-02-05 Thread David Gifford
I found a workaround for now, by separating the showname from the link. But I would still love it if there were a way to combine the two. *<$view tiddler="acercamientos" field="showname" format="text"/> - [ext[liga|./acercamientos.html]] On Monday, February 5, 2018 at 7:02:21 AM UTC-6, David G

[tw] Re: Copy to clipboard button?

2018-02-05 Thread stefct4
On Monday, February 5, 2018 at 12:29:09 PM UTC+1, PMario wrote: > > > It seems this function is part of the upcoming version 5.1.16 ... see: > https://tiddlywiki.com/prerelease/ > The code works there. > Great! I just downloaded the prerelease because I needed this feature for a particular pur

[tw] Re: [TW5] MyMenus Plugin Released - is there anything it can't do?

2018-02-05 Thread Diego Mesa
Tony, This is very impressive! Thank you! On Monday, February 5, 2018 at 7:25:25 AM UTC-6, TonyM wrote: > > Mario, > > Looks Like I found it - in cpanel Optimize Website > A whole of site setting. > > The File is around 2.2 Mb and a test zip compression reduced it to < 500 > Kb > > Let see if

[tw] Re: [TW5] MyMenus Plugin Released - is there anything it can't do?

2018-02-05 Thread TonyM
Mario, Looks Like I found it - in cpanel Optimize Website A whole of site setting. The File is around 2.2 Mb and a test zip compression reduced it to < 500 Kb Let see if it make a difference Tony On Monday, February 5, 2018 at 11:03:37 PM UTC+11, PMario wrote: > > On Monday, February 5, 2018

[tw] Re: [TW5] MyMenus Plugin Released - is there anything it can't do?

2018-02-05 Thread TonyM
I have full multiple cPanel and WHM control. I will research it tomorrow. I presume we gz the file and tell the server to serve it that way? Thank Mario Tony -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and st

[tw] Question: using the link widget for external links

2018-02-05 Thread David Gifford
Hi all I want to create a pretty link in an index where the link is to the URL of an external page (preferably relative path, but I could live with absolute path), but the text shown refers to a field of a tiddler within the tiddlywiki file. Use case: I use a standalone TiddlyWiki to generate

[tw] Re: [TW5] MyMenus Plugin Released - is there anything it can't do?

2018-02-05 Thread PMario
On Monday, February 5, 2018 at 12:51:36 PM UTC+1, TonyM wrote: > > Any links to the steps to do that ? > > Tony > It depends on your hosting provider. There are different GUIs, that they provide their users to change server settings. There should be a server option somewhere. ... Which GUI do

[tw] Re: Copy to clipboard button?

2018-02-05 Thread PMario
Hi Josiah, I did create an issue: https://github.com/Jermolene/TiddlyWiki5/issues/3107 -m -- 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...@

[tw] Re: [TW5] MyMenus Plugin Released - is there anything it can't do?

2018-02-05 Thread TonyM
Mario, I will look into it. Thanks Any links to the steps to do that ? 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.

[tw] Re: Copy to clipboard button?

2018-02-05 Thread @TiddlyTweeter
Ciao PMario Right the 5.1.16 works great for me. NOTE: The Examples are slightly confusing in that you have a "Try it" button that actually only reveals the "copy to clipboard" line. So to "try it" you have to click twice. Maybe the "Try it" button is not needed in those examples. Just the "co

[tw] Re: Copy to clipboard button?

2018-02-05 Thread hubertgk
OK, that's great, I'll wait. Thanks for letting me know! On Monday, 5 February 2018 11:29:09 UTC, PMario wrote: > > Hi Hubert, > > It seems this function is part of the upcoming version 5.1.16 ... see: > https://tiddlywiki.com/prerelease/ > The code works there. > > It doesn't work with tiddlywi

[tw] Re: [TW5] The Pan Widget

2018-02-05 Thread BurningTreeC
the pan widget currently is a bit heavy. I'm about to change it to selectively calculate and save only the values the user chooses -- 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,

[tw] Re: [TW5] The Pan Widget

2018-02-05 Thread BurningTreeC
Hi Jan, try $direction="horizontal" (it accepts horizontal/vertical) Am Samstag, 3. Februar 2018 17:16:21 UTC+1 schrieb BurningTreeC: > > Hello TW community, > > I want to introduce the *pan widget:* > > *<$pan $targets $startactions $endactions>targets* > > > A widget that consists of 2 Tiddler

[tw] Re: Copy to clipboard button?

2018-02-05 Thread PMario
Hi Hubert, It seems this function is part of the upcoming version 5.1.16 ... see: https://tiddlywiki.com/prerelease/ The code works there. It doesn't work with tiddlywiki.com which is v5.1.15 atm -m -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" gro

[tw] Re: [TW5] MyMenus Plugin Released - is there anything it can't do?

2018-02-05 Thread PMario
Hi Tony, It seems your server doesn't compress the file. So it needs 6 seconds to show up on my screen. You should switch server gzip compression on, if possible. ... For normal sites, I personally don't wait that long. -m -- You received this message because you are subscribed to the Go

Re: [tw] [TW5] The Pan Widget

2018-02-05 Thread Jan
Hello Simon, I have been playing around with the pan widget. Perhaps I will replace swipe with pan for the menu because it could give you the impression of really dragging the menu in by using the delta-x value. Before doing this: Is there a way of making it only listen to horizontal movements.

[tw] Copy to clipboard button?

2018-02-05 Thread hubertgk
Hi all, The following example is available in the documentation : <$button message="tm-copy-to-clipboard" param=<>> Copy date to clipboard On button press, the copy operation should either succeed or fa

[tw] Copy to clipboard button?

2018-02-05 Thread hubertgk
Hi all, The following example is available in the documentation : <$button message="tm-copy-to-clipboard" param=<>> Copy date to clipboard On button press, the copy operation should either succeed or f

[tw] Copy to clipboard button

2018-02-05 Thread hubertgk
Hi all, I'm trying to wrap the below macro in a button to copy some text to the clipboad on button press, but can't get it to work: <$macrocall $name="copy-to-clipboard" src={{$:/SiteTitle}}/> Would anyone have an

[tw] [TW5] MyMenus Plugin Released - is there anything it can't do?

2018-02-05 Thread TonyM
Announcing the First beta release of MyMenus *My First Plugin**By People, Systems and Things (PSaT)**Better known in the TiddlyWiki Google Forums as TonyM**Thanks to all those who helped me with technical issues, and the community as a whole who has inspired my work* Plugin and Plugin Site

[tw] Re: How to upload / import my local wiki to tiddlyspot?

2018-02-05 Thread Birthe C
Hi Diego, Why http://tiddlywiki5.tiddlyspot.com? I do not understand. You have a tiddlyspot and you want to upload a file to that one. Put the file you want to upload in your download folder. Open it in the browser. Adding password did not work for me either, I have to delete the wikiname first.

[tw] Re: TW5: how to turn off banner "Can you help us improve this documentation? Find out how to edit this tiddler on GitHub"

2018-02-05 Thread Ton Gerner
Hi Stuart, Create a tiddler containing: !!! Shadow tiddlers + 'normal' tiddlers <> !!! Shadow tiddlers incl. overridden shadow tiddlers <> For a fresh downloaded empty.html you get with this filter tiddler: *Shadow tiddlers + 'normal' tiddlers* - $:/core/ui/EditTemplate/controls - $: