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 the delta-x and delta-y and the center-x and 
center-y of the mouse pointer
with these values one should be able to do a lot of stuff

You can also provide $steps="stepspersecond" (default is 24) ... this lets 
you adjust how many times per second it gathers values
$decimals="0" sets the decimal places to 0, default is 2

At muritest  I have an example for how to 
slide the sidebar in and out

all the best,
Simon

-- 
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 tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/d720ad75-f4d0-44a0-8c46-a546ec910dca%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[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 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 tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/9ba7205b-35d1-497e-a6fb-6c8a49a63835%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[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={{$:/UploadName}}>
  <$button class="tc-btn-big-green">
<$action-sendmessage $message="tm-save-wiki" filename=<>/>
Download <> to default save location
  

\end

<:-)

-- 
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 tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/0799927a-171c-4090-bba1-df483418faff%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[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 
"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 tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/a5566b93-895a-4780-a623-ce4cb33ad3f9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[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 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 tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/d9af43e9-311c-4569-9c32-b1d35a808e5c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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

>
> Maybe, I should build a new wiki on tiddlyspot for testing-purposes- so 
> that you could better see, what I mean and see my mistakes better?
>

Yes, please. :) I'm sorry I couldn't follow your description -- an example 
online would be better and tell us which columns you would like to 
hide/change with CSS.


-- 
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 tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/d5f6de5e-b720-4dbb-8917-ff16542310ba%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[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 TiddlyDesktop
>
> https://github.com/Jermolene/TiddlyDesktop/releases/tag/v0.0.12
>
> • Update to nw.js v0.28.0
> • Allow wiki list to be reordered with drag and drop
> • Add support for disabling backups for individual TW5 wikis
> • Fixed two crashes on quit
> • Fixed two issues with TiddlyWiki Classic wikis crashing
> • Fixed handling of non-ASCII filepaths for TWC and TW5 on all platforms
>
> Questions/comments
>  
> welcome,
>
> Best wishes
>
> Jeremy.
>

-- 
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 tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/9bf80e64-daf4-44ad-b4d8-6cd4b7120749%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[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 & rows different than I would count them:
The first row (header) seems to be td:nth-child(1), there I had to count 
every cell (th:nth-child) from 1-9, two give the whole head-row the same 
style. Okay fine, I understood.
So, in my logic the style-command for the cell "h1" should be .my-ss-table 
th:nth-child(9), .my-ss-table td:nth-child(2) { 
background-color:white;font-size:0.2em; }.
But it is: .my-ss-table th:nth-child(1), .my-ss-table td:nth-child(9) { 
background-color:white;font-size:0.2em; }.


Okay, maybe, I don't have to understand everything. Just like almost always 
in TW: "Try & error" to reach my goal ;-)

But also it made some other strange things:
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.

And: I can make the width of a column wider than now, but *not* smaller 
than it is now.

Maybe, I should build a new wiki on tiddlyspot for testing-purposes- so 
that you could better see, what I mean and see my mistakes better?
Surya

-- 
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 tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/d73f172f-cf16-4474-b4cf-1004cc1b0c40%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[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 3:35:15 PM UTC-6, TonyM wrote:
>
> Diego,
>
> Does sound a useful tool to put in tiddlywiki. I was interested in 
> building something similar for review and study times rather than at the 
> question level. Its more about scheduling study.
>
> Once such a question answer solution exists it seems to me the next 
> opportunity is how to populate it with questions. Imagin if you could dump 
> a translation dictionary on it. Alternativly manual question creation needs 
> to be quick and easy. Could questions even be created from marking up your 
> study notes?
>
> Regards
> 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.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/90b09c7e-23bf-48d6-9b96-242beab37897%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 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 tiddlywiki@googlegroups.com 
.

Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/46276e89-c356-4c6b-83dc-11e0a096c99a%40googlegroups.com 
.

For more options, visit https://groups.google.com/d/optout.


--
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 tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/5A78D4FC.2070405%40googlemail.com.
For more options, visit https://groups.google.com/d/optout.


[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:
>
> <$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 bulk 
> changes like this.
>
> -- Mark
>
> On Monday, February 5, 2018 at 11:28:49 AM UTC-8, Shawn Murdock wrote:
>>
>> 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 / database (of sorts) for my plant collection. All of my 
>> individual plant tiddlers have several fields. 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?
>>
>> To clarify: say I have 200 plant tiddlers each with a field for the genus 
>> of the plant. I want to change all of them from "somegenusA" to 
>> "somegenusB". How can I bulk change a number of tiddlers easily? Is there a 
>> way in tiddlywiki or do I have to edit the actual file?
>>
>> Thanks for the help. 
>>
>

-- 
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 tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/774f314c-2a07-4d8d-b96a-005b52298c4b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[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 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 bulk 
> changes like this.
>
> -- Mark
>
> On Monday, February 5, 2018 at 11:28:49 AM UTC-8, Shawn Murdock wrote:
>>
>> 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 / database (of sorts) for my plant collection. All of my 
>> individual plant tiddlers have several fields. 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?
>>
>> To clarify: say I have 200 plant tiddlers each with a field for the genus 
>> of the plant. I want to change all of them from "somegenusA" to 
>> "somegenusB". How can I bulk change a number of tiddlers easily? Is there a 
>> way in tiddlywiki or do I have to edit the actual file?
>>
>> Thanks for the help. 
>>
>

-- 
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 tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/27aee5da-fec9-4579-8640-de8b73a07466%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[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 
required features.

Please ask for or give me menus and menu items that address any need and I can 
publish them.

Regards
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.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/222022c7-2cd2-4ea2-9377-9695723cf5a5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[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 - "box-shadows: none;" worked like a charm!  
>
> On Monday, February 5, 2018 at 2:18:57 PM UTC-5, coda coder wrote:
>>
>> 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 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?

 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 managed to use a combination of CSS and the Palette settings to 
> customize the wiki theme, but I cannot completely remove the tiddler 
> frame.  I've managed to remove most of the frame, but a very thin line 
> still shows up between tiddlers and on the right-hand side.  In order to 
> isolate which element is responsible for generating the frame, I used the 
> "inspect" viewer.
>
> Here's the weird thing: When I'm viewing the "inspect" panels, the 
> frames utterly disappear and the wiki appears as I want it to appear.  As 
> soon as I close "inspect", the frames are back.  None of the following 
> CSS 
> settings have worked:
>
> /* To remove tiddler frame */
>
> .tc-page-container {
>   border: rgba(255, 255, 255, 0);
> }
>
> .tc-page-view-classic {
>   border: rgba(255, 255, 255, 0);
> }
>
> .tc-tiddler-frame {
>   border: none;  [Also tried making it transparent, no go]
>   padding: 10px;
>   margin: 0px;
> }
>
> .tc-story-river {
>border: rgba(255, 255, 255, 0);
> }
>
> div.tc-sidebar-scrollable {
>border: rgba(255, 255, 255, 0);
> }
>
> .tc-dropzone  {
>border: rgba(255, 255, 255, 0);
> }
>
> .story-backdrop {
>   border: rgba(255, 255, 255, 0);
> }
>
> I originally thought, "hey, it's so small and barely visible, why make 
> it into a big issue?" But now that I can't seem to figure out how to 
> change 
> it, it's become a major problem for me to solve.  I searched the TW 
> Google 
> Group forum and found a couple instances of frame manipulation, but they 
> didn't fix 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 post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/bb830a00-bc05-4355-a90e-43fd91849be5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[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 bulk changes 
like this.

-- Mark

On Monday, February 5, 2018 at 11:28:49 AM UTC-8, Shawn Murdock wrote:
>
> 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 / database (of sorts) for my plant collection. All of my 
> individual plant tiddlers have several fields. 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?
>
> To clarify: say I have 200 plant tiddlers each with a field for the genus 
> of the plant. I want to change all of them from "somegenusA" to 
> "somegenusB". How can I bulk change a number of tiddlers easily? Is there a 
> way in tiddlywiki or do I have to edit the actual file?
>
> Thanks for the help. 
>

-- 
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 tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/910c8eea-cb4a-4ae6-968a-c89bccb8f7be%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[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, 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 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?
>>>
>>> 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 managed to use a combination of CSS and the Palette settings to 
 customize the wiki theme, but I cannot completely remove the tiddler 
 frame.  I've managed to remove most of the frame, but a very thin line 
 still shows up between tiddlers and on the right-hand side.  In order to 
 isolate which element is responsible for generating the frame, I used the 
 "inspect" viewer.

 Here's the weird thing: When I'm viewing the "inspect" panels, the 
 frames utterly disappear and the wiki appears as I want it to appear.  As 
 soon as I close "inspect", the frames are back.  None of the following CSS 
 settings have worked:

 /* To remove tiddler frame */

 .tc-page-container {
   border: rgba(255, 255, 255, 0);
 }

 .tc-page-view-classic {
   border: rgba(255, 255, 255, 0);
 }

 .tc-tiddler-frame {
   border: none;  [Also tried making it transparent, no go]
   padding: 10px;
   margin: 0px;
 }

 .tc-story-river {
border: rgba(255, 255, 255, 0);
 }

 div.tc-sidebar-scrollable {
border: rgba(255, 255, 255, 0);
 }

 .tc-dropzone  {
border: rgba(255, 255, 255, 0);
 }

 .story-backdrop {
   border: rgba(255, 255, 255, 0);
 }

 I originally thought, "hey, it's so small and barely visible, why make 
 it into a big issue?" But now that I can't seem to figure out how to 
 change 
 it, it's become a major problem for me to solve.  I searched the TW Google 
 Group forum and found a couple instances of frame manipulation, but they 
 didn't fix 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 post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/977eeb6a-86f9-4e47-bb3c-e8efe95d172c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[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 with F12 you can switch to the Network 
Tab. ... If you shift - reload the page, you should see the compressed and 
expanded sizes + timing. 

-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...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/246b1607-d532-4277-80cf-e2b4620bc5ab%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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

-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...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/27b09de8-4f14-45fc-aef3-41820d98452c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[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 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?
>>
>> 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 managed to use a combination of CSS and the Palette settings to 
>>> customize the wiki theme, but I cannot completely remove the tiddler 
>>> frame.  I've managed to remove most of the frame, but a very thin line 
>>> still shows up between tiddlers and on the right-hand side.  In order to 
>>> isolate which element is responsible for generating the frame, I used the 
>>> "inspect" viewer.
>>>
>>> Here's the weird thing: When I'm viewing the "inspect" panels, the 
>>> frames utterly disappear and the wiki appears as I want it to appear.  As 
>>> soon as I close "inspect", the frames are back.  None of the following CSS 
>>> settings have worked:
>>>
>>> /* To remove tiddler frame */
>>>
>>> .tc-page-container {
>>>   border: rgba(255, 255, 255, 0);
>>> }
>>>
>>> .tc-page-view-classic {
>>>   border: rgba(255, 255, 255, 0);
>>> }
>>>
>>> .tc-tiddler-frame {
>>>   border: none;  [Also tried making it transparent, no go]
>>>   padding: 10px;
>>>   margin: 0px;
>>> }
>>>
>>> .tc-story-river {
>>>border: rgba(255, 255, 255, 0);
>>> }
>>>
>>> div.tc-sidebar-scrollable {
>>>border: rgba(255, 255, 255, 0);
>>> }
>>>
>>> .tc-dropzone  {
>>>border: rgba(255, 255, 255, 0);
>>> }
>>>
>>> .story-backdrop {
>>>   border: rgba(255, 255, 255, 0);
>>> }
>>>
>>> I originally thought, "hey, it's so small and barely visible, why make 
>>> it into a big issue?" But now that I can't seem to figure out how to change 
>>> it, it's become a major problem for me to solve.  I searched the TW Google 
>>> Group forum and found a couple instances of frame manipulation, but they 
>>> didn't fix 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 post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/cb236a10-9725-4d6b-b4db-70200633679b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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
resonateglobalmission.org


On Mon, Feb 5, 2018 at 11:49 AM, 'Mark S.' via TiddlyWiki <
tiddlywiki@googlegroups.com> wrote:

> 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
>>
>> 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 static pages, and a
>> static index. I use the title fields of the tiddlers for the filename of
>> the static pages, and a separate field called 'showname' to display the
>> viewable title of the article in the tiddler. Since I plan to change
>> shownames often (eg, from '8 things about this topic' to '10 things about
>> this topic'), I want the index to automatically update so I don't have to
>> hand enter each change in the index. That way, when I generate the static
>> index, the showname titles will be baked in, but the links will be to web
>> pages relative to the location of the index.
>>
>> I tried the following but they didn't work. I realize the problem is that
>> I am mixing html tags with TiddlyWiki widgets. What could I do to get this?
>>
>> *<$view tiddler="presentaciones"
>> field="showname"/>
>>
>> *<$link to="./presentaciones.html"><$view tiddler="presentaciones"
>> field="showname"/>
>>
>>
>>
>> --
> You received this message because you are subscribed to a topic in the
> Google Groups "TiddlyWiki" group.
> To unsubscribe from this topic, visit https://groups.google.com/d/
> topic/tiddlywiki/sGYWl-xMTxA/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> tiddlywiki+unsubscr...@googlegroups.com.
> To post to this group, send email to tiddlywiki@googlegroups.com.
> Visit this group at https://groups.google.com/group/tiddlywiki.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/tiddlywiki/e688e01f-c0c7-4d31-bf51-39b774fb68c9%40googlegroups.com
> 
> .
>
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/CANE%3DBFJKwertrQs6ogfHaHZvcuxRWXhOBWunH-M8Ewiesksdzg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[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?
>
> 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 managed to use a combination of CSS and the Palette settings to 
>> customize the wiki theme, but I cannot completely remove the tiddler 
>> frame.  I've managed to remove most of the frame, but a very thin line 
>> still shows up between tiddlers and on the right-hand side.  In order to 
>> isolate which element is responsible for generating the frame, I used the 
>> "inspect" viewer.
>>
>> Here's the weird thing: When I'm viewing the "inspect" panels, the frames 
>> utterly disappear and the wiki appears as I want it to appear.  As soon as 
>> I close "inspect", the frames are back.  None of the following CSS settings 
>> have worked:
>>
>> /* To remove tiddler frame */
>>
>> .tc-page-container {
>>   border: rgba(255, 255, 255, 0);
>> }
>>
>> .tc-page-view-classic {
>>   border: rgba(255, 255, 255, 0);
>> }
>>
>> .tc-tiddler-frame {
>>   border: none;  [Also tried making it transparent, no go]
>>   padding: 10px;
>>   margin: 0px;
>> }
>>
>> .tc-story-river {
>>border: rgba(255, 255, 255, 0);
>> }
>>
>> div.tc-sidebar-scrollable {
>>border: rgba(255, 255, 255, 0);
>> }
>>
>> .tc-dropzone  {
>>border: rgba(255, 255, 255, 0);
>> }
>>
>> .story-backdrop {
>>   border: rgba(255, 255, 255, 0);
>> }
>>
>> I originally thought, "hey, it's so small and barely visible, why make it 
>> into a big issue?" But now that I can't seem to figure out how to change 
>> it, it's become a major problem for me to solve.  I searched the TW Google 
>> Group forum and found a couple instances of frame manipulation, but they 
>> didn't fix 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 post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/46c941c5-f8cc-4794-80eb-0c92737bc54a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[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 managed to use a combination of CSS and the Palette settings to 
> customize the wiki theme, but I cannot completely remove the tiddler 
> frame.  I've managed to remove most of the frame, but a very thin line 
> still shows up between tiddlers and on the right-hand side.  In order to 
> isolate which element is responsible for generating the frame, I used the 
> "inspect" viewer.
>
> Here's the weird thing: When I'm viewing the "inspect" panels, the frames 
> utterly disappear and the wiki appears as I want it to appear.  As soon as 
> I close "inspect", the frames are back.  None of the following CSS settings 
> have worked:
>
> /* To remove tiddler frame */
>
> .tc-page-container {
>   border: rgba(255, 255, 255, 0);
> }
>
> .tc-page-view-classic {
>   border: rgba(255, 255, 255, 0);
> }
>
> .tc-tiddler-frame {
>   border: none;  [Also tried making it transparent, no go]
>   padding: 10px;
>   margin: 0px;
> }
>
> .tc-story-river {
>border: rgba(255, 255, 255, 0);
> }
>
> div.tc-sidebar-scrollable {
>border: rgba(255, 255, 255, 0);
> }
>
> .tc-dropzone  {
>border: rgba(255, 255, 255, 0);
> }
>
> .story-backdrop {
>   border: rgba(255, 255, 255, 0);
> }
>
> I originally thought, "hey, it's so small and barely visible, why make it 
> into a big issue?" But now that I can't seem to figure out how to change 
> it, it's become a major problem for me to solve.  I searched the TW Google 
> Group forum and found a couple instances of frame manipulation, but they 
> didn't fix 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 post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/0bfd86ac-2d08-4585-87c6-fbe87592ea40%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[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 
frame.  I've managed to remove most of the frame, but a very thin line 
still shows up between tiddlers and on the right-hand side.  In order to 
isolate which element is responsible for generating the frame, I used the 
"inspect" viewer.

Here's the weird thing: When I'm viewing the "inspect" panels, the frames 
utterly disappear and the wiki appears as I want it to appear.  As soon as 
I close "inspect", the frames are back.  None of the following CSS settings 
have worked:

/* To remove tiddler frame */

.tc-page-container {
  border: rgba(255, 255, 255, 0);
}

.tc-page-view-classic {
  border: rgba(255, 255, 255, 0);
}

.tc-tiddler-frame {
  border: none;  [Also tried making it transparent, no go]
  padding: 10px;
  margin: 0px;
}

.tc-story-river {
   border: rgba(255, 255, 255, 0);
}

div.tc-sidebar-scrollable {
   border: rgba(255, 255, 255, 0);
}

.tc-dropzone  {
   border: rgba(255, 255, 255, 0);
}

.story-backdrop {
  border: rgba(255, 255, 255, 0);
}

I originally thought, "hey, it's so small and barely visible, why make it 
into a big issue?" But now that I can't seem to figure out how to change 
it, it's become a major problem for me to solve.  I searched the TW Google 
Group forum and found a couple instances of frame manipulation, but they 
didn't fix 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 post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/c68c2c0b-d734-498d-9dec-8cb917735b24%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[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 more before I comment more.

Best wishes
Josiah

TonyM wrote:
>
> Announcing the First beta release of MyMenus
>

-- 
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 tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/4466f292-86d1-4f3f-a54f-e47b6e97fcf6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[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
>
> 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 static pages, and a 
> static index. I use the title fields of the tiddlers for the filename of 
> the static pages, and a separate field called 'showname' to display the 
> viewable title of the article in the tiddler. Since I plan to change 
> shownames often (eg, from '8 things about this topic' to '10 things about 
> this topic'), I want the index to automatically update so I don't have to 
> hand enter each change in the index. That way, when I generate the static 
> index, the showname titles will be baked in, but the links will be to web 
> pages relative to the location of the index.
>
> I tried the following but they didn't work. I realize the problem is that 
> I am mixing html tags with TiddlyWiki widgets. What could I do to get this?
>
> *<$view tiddler="presentaciones" 
> field="showname"/>
>
> *<$link to="./presentaciones.html"><$view tiddler="presentaciones" 
> field="showname"/>
>
>
>
>

-- 
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 tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/e688e01f-c0c7-4d31-bf51-39b774fb68c9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[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 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 Gifford wrote:
>>
>> 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 static pages, and a 
>> static index. I use the title fields of the tiddlers for the filename of 
>> the static pages, and a separate field called 'showname' to display the 
>> viewable title of the article in the tiddler. Since I plan to change 
>> shownames often (eg, from '8 things about this topic' to '10 things about 
>> this topic'), I want the index to automatically update so I don't have to 
>> hand enter each change in the index. That way, when I generate the static 
>> index, the showname titles will be baked in, but the links will be to web 
>> pages relative to the location of the index.
>>
>> I tried the following but they didn't work. I realize the problem is that 
>> I am mixing html tags with TiddlyWiki widgets. What could I do to get this?
>>
>> *<$view tiddler="presentaciones" 
>> field="showname"/>
>>
>> *<$link to="./presentaciones.html"><$view tiddler="presentaciones" 
>> field="showname"/>
>>
>>
>>
>>

-- 
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 tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/98abcb71-3f43-43b8-b064-561ffb9269b8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[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 to do this. I do it because I love tiddlywiki 
and I love open source.
 

>
> What is important to understand is however that your solution solves some 
> of tiddlywikis existing limitations and uses concepts not all users are 
> familiar with, including doing so in a transparent way.
>
>- Ability to save (in Browser cache) changes from a served website.
>- Quick build what looks like an android app
>
>
Actually there is an actual android app 



>- External Database connections
>- Save as from Browser or Database implementation
>
> Unfortunately I expect these features will keep stimulating others to 
> extrapolate the possibilities. As have I.
>
> *I encourage other developers to help us deliver the above to the 
> community, because through this we can accelerate adoption.. *
>

I don't fully understand what is what you expect. If it does all what you 
want, why do you want to extrapolate anything. If you are going to forward 
any developer to NS I think the most productive way would be to collaborate 
to the project, and lower the entry barrier. Forking it and going their way 
will only duplicate efforts.
 

-- 
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 tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/680a41a3-8eee-4139-84f0-9ce5258148d2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[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 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 tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/52cf4cbd-8043-433a-8f71-d07546515ce2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[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 
tiddlywiki5.tiddlyspot.com tool to create tiddlywiki files, so the name in 
[[$:/UploadName]] is guaranteed to be unique).

I poked around a bit, and put something together (based on this 
), 
which seems to work for my purposes, so I thought I'd share this with the 
group (for once: I am contributing! Not asking for help!)...

//steve.



\define download() $(file-name)$.html
<$vars file-name={{$:/UploadName}}>
<$button class="tc-btn-big-green">
<$action-sendmessage $message="tm-save-wiki" 
filename=<>/>Download <> to default save 
location


-- 
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 tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/3c5d095a-dbc4-4163-8b8e-b0488dcd86f0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[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 Gifford wrote:
>
> 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 static pages, and a 
> static index. I use the title fields of the tiddlers for the filename of 
> the static pages, and a separate field called 'showname' to display the 
> viewable title of the article in the tiddler. Since I plan to change 
> shownames often (eg, from '8 things about this topic' to '10 things about 
> this topic'), I want the index to automatically update so I don't have to 
> hand enter each change in the index. That way, when I generate the static 
> index, the showname titles will be baked in, but the links will be to web 
> pages relative to the location of the index.
>
> I tried the following but they didn't work. I realize the problem is that 
> I am mixing html tags with TiddlyWiki widgets. What could I do to get this?
>
> *<$view tiddler="presentaciones" 
> field="showname"/>
>
> *<$link to="./presentaciones.html"><$view tiddler="presentaciones" 
> field="showname"/>
>
>
>
>

-- 
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 tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/529da053-3035-4da6-a245-eaec5f5221dd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[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 purpose (using it standalone, for now - waiting for the offical 
release before I include it into my existing tiddlywikis).

Stef

-- 
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 tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/0444211c-c758-40f7-8de7-3615c669ec1c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[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 it make a difference
>
> Tony
>
> On Monday, February 5, 2018 at 11:03:37 PM UTC+11, PMario wrote:
>>
>> 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 you have?
>> Server: apache  or nginx or both?
>>
>> -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...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/bb0525d4-2f3a-4f4e-8a0d-e6f68432bd65%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[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 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 you have?
> Server: apache  or nginx or both?
>
> -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...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/71e736f3-86a4-4798-a4e2-c03af0fcce54%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[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 stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/7f1c921f-fb33-4846-8af3-5cd6243cc9e4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[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 static pages, and a 
static index. I use the title fields of the tiddlers for the filename of 
the static pages, and a separate field called 'showname' to display the 
viewable title of the article in the tiddler. Since I plan to change 
shownames often (eg, from '8 things about this topic' to '10 things about 
this topic'), I want the index to automatically update so I don't have to 
hand enter each change in the index. That way, when I generate the static 
index, the showname titles will be baked in, but the links will be to web 
pages relative to the location of the index.

I tried the following but they didn't work. I realize the problem is that I 
am mixing html tags with TiddlyWiki widgets. What could I do to get this?

*<$view tiddler="presentaciones" 
field="showname"/>

*<$link to="./presentaciones.html"><$view tiddler="presentaciones" 
field="showname"/>



-- 
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 tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/acd4f40c-ab3f-4d45-8d28-5fbb0e6af080%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[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 you have?
Server: apache  or nginx or both?

-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...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/982142aa-e103-4f12-8e69-c2854db8d281%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[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...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/9b91e17a-a5d0-4886-8744-496198bd2378%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[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.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/2272f8f3-5340-4ff8-93cb-61cfcc6ac271%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[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 "copy to clipboard" line? Couldn't that just be 
"Try it"

Best wishes
Josiah

On Monday, 5 February 2018 12:29:09 UTC+1, 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 tiddlywiki.com which is v5.1.15 atm
> -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...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/6e8acae1-2aef-4bf8-b7c1-521a9dfb54e0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[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 tiddlywiki.com which is v5.1.15 atm
> -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...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/7ebc41a9-8192-4a40-8a0b-0ff0f84f8149%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[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, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/46276e89-c356-4c6b-83dc-11e0a096c99a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[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 Tiddlers: the widget itself and the hammer.js 
> library (~75kb)   
> It's one of the spin-offs from the TiddlyTouch plugin I'm working on
>
> *What it does:*
> It recognizes when you pan on a html element
> It stores all values from the pan event in a state tiddler which by 
> default is $:/state/pan but can be defined by 
> $statetiddler="anothertiddler" (starting coordinates, velocity, if mouse or 
> touch, end coordinates, the element's width/height/top/left/bottom/right 
> coordinates after/before and many more...)
> It lets you specify (by css class) which elements to use. It can do it 
> with more than one within its scope, too
> It triggers actions at pan-start and pan-end if you provide action-strings 
> with $startactions and $endactions
> It's on/off switchable with $state="on" / $state="off"
> $pointers="1|2|3..."
> It can be stacked and so that more pan widgets can be used on the same 
> element or on different elements
>
> *you can find it on top of http://muritest.tiddlyspot.com 
> *
>
> What I have in mind is building sliders, x/y pads... but many more things 
> could be done and triggered with it
>
> cheers,
> Simon
>
>
>

-- 
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 tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/ff60286b-c05e-4e07-9ec7-728f0ad5a19e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[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" 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 tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/c3f53e61-4bef-4189-9769-b935b0d8e9b4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[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 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 tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/65e92977-00e0-4dbd-987b-bba71bcc634a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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. I tried $directions="X" but this still prevents the scrolling 
of the storyriver.



Yours Jan



Am 03.02.2018 um 17:16 schrieb BurningTreeC:

Hello TW community,

I want to introduce the *pan widget:*
*
*
*<$pan $targets $startactions $endactions>targets*
*
*
*
*
A widget that consists of 2 Tiddlers: the widget itself and the 
hammer.js library (~75kb)

It's one of the spin-offs from the TiddlyTouch plugin I'm working on

_What it does:_
It recognizes when you pan on a html element
It stores all values from the pan event in a state tiddler which by 
default is $:/state/pan but can be defined by 
$statetiddler="anothertiddler" (starting coordinates, velocity, if 
mouse or touch, end coordinates, the element's 
width/height/top/left/bottom/right coordinates after/before and many 
more...)
It lets you specify (by css class) which elements to use. It can do it 
with more than one within its scope, too
It triggers actions at pan-start and pan-end if you provide 
action-strings with $startactions and $endactions

It's on/off switchable with $state="on" / $state="off"

*you can find it on top of http://muritest.tiddlyspot.com*

What I have in mind is building sliders, x/y pads... but many more 
things could be done and triggered with it


cheers,
Simon


--
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 tiddlywiki@googlegroups.com 
.

Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/cdfd8ebd-268d-4a77-9e7a-892bc5a57f2f%40googlegroups.com 
.

For more options, visit https://groups.google.com/d/optout.


--
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 tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/5A7838BF.4020303%40googlemail.com.
For more options, visit https://groups.google.com/d/optout.


[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 fail (a 
notification should be shown in either case) but when I try it nothing is 
happening and the clipboard value (checked on paste) doesn't change.

Would anyone have any suggestions?

Thanks!

-- 
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 tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/3eef97c7-81de-4d64-9cd2-9aeeddd8750c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[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 fail (a 
notification should be shown in either case) but when I try it nothing is 
happening and the clipboard value (checked on paste doesn't change. I've 
tried FF 58 and IE.

Would anyone have any suggestions?

Thanks!

-- 
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 tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/0aeb74b7-86b4-4f2a-9385-52a60e08731b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[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 any ideas or advise if that's possible? Thank you!

-- 
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 tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/3e340609-b443-4fad-b910-1b2696319a09%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[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 Please use 
this thread for initial testing and review comments
What is My Menus?
   
   - It is designed for new and sophisticated users alike.
   - MyMenus is a plugin that enables the user of this plugin to turn 
   existing tiddlers into menus, or build your own.
   - Menus can be places all over TiddlyWiki and even be made conditional, 
   using filters, for example only show the task menu if the tiddler is tagged 
   task
   - MyMenus is based on the philosophy of TiddlyWiki and My Desire to 
   support rapid development of solutions on TiddlyWiki
   
Why do I think it is revolutionary?, but of course it is you who needs to 
tell me if its true.

   All menu items can be created with any valid Wiki Text including macros, 
   transclusions, lists etc...
   Tags and fields can be reviewed, listed and acted upon in menus
   Existing TiddlyWiki features can be presented in a menu
   You could even make the SideBar redundant

Once MyMenus is installed
   
   You can quickly create menus, place and sort them anywhereMenus can be 
   built inside a single tiddler with little or no dependenciesAs a result 
   menus can be readily exchanged by Drag and Drop or Export

What is so good about Menu items in MyMenus?
   
   First, the truth is it will help many end users, because it need not be 
   so hard to do or find something.Menu items are small pieces of wikitext, 
   macros and capture "how to" knowledge.You can develop your own for any 
   customisation you haveYou can leverage other plugins from your menusYou 
   can learn and share powerful "code snipits".

Going Forward
   
   I hope MyMenus will be a community in itselfReusable Menu Tiddlers and 
   Menu items will create an eco systemhopefully this will make lots of 
   TiddlyWiki customisation and features more accessibleI expect MyMenus or 
   customised versions of it, will help building websites for non TiddlyWiki 
    
   users

What I need from the Community

*Initially*Testing, reviews, Comments, Suggestions and Criticisms

   I will be traveling from 7th February to 7th of March 2018 but 
hope to remain active. 
 

*On Going*I need you to develop and share menus and menu items and send 
them to meSo I can build a substantial resource we can all useIf you find 
something difficult to explain or fix why not make a menu tiddler that can 
help?

 
Screen shot demonstration



Regards
TonyM

-- 
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 tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/3b5b381b-e113-4d36-a097-0bdbe4c6adb3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[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...then ad 
wikiname and passwords, then it uploads.

Hope for success,
Birthe

Den mandag den 5. februar 2018 kl. 02.25.22 UTC+1 skrev Diego Mesa:
>
> Hey all,
>
> Sorry but Im still not able to follow along wih either  
> http://tiddlywiki5.tiddlyspot.com/ 
> .
>  
>
>
> or with Ste Wilson. None of those worked for me Im still getting the CORS 
> error from chrome. 
>
> Attached is the .html file Im trying to upload to anwiki.tiddlyspot.com. 
> I have put in the password on my wiki and clicked save, but that password 
> wont save.  
>

-- 
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 tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/cc263036-de9f-457d-8af9-a410e241db05%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[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
   - $:/core/ui/EditTemplate/title
   - $:/core/ui/EditTemplate/tags
   - $:/core/ui/EditTemplate/shadow
   - $:/core/ui/ViewTemplate/classic
   - $:/core/ui/EditTemplate/body
   - $:/core/ui/EditTemplate/type
   - $:/core/ui/EditTemplate/fields


*Shadow tiddlers incl. overridden shadow tiddlers*


   - $:/core/ui/EditTemplate/controls
   - $:/core/ui/EditTemplate/title
   - $:/core/ui/EditTemplate/tags
   - $:/core/ui/EditTemplate/shadow
   - $:/core/ui/ViewTemplate/classic
   - $:/core/ui/EditTemplate/body
   - $:/core/ui/EditTemplate/type
   - $:/core/ui/EditTemplate/fields


It gives all 8 tiddlers that create the Edit template.

The same filter tiddler in your wiki will list the same tiddlers + an extra 
tiddler containing the pink banner "Can you help us improve this 
documentation? ...

If this extra tiddler is in the first list it is a normal tiddler:

   1. Click the link of that extra tiddler
   2. Delete that extra tiddler


If this extra tiddler is in both lists it is a shadow tiddler. A shadow 
tiddler cannot be deleted but can be overridden:

   1. Click the link of that extra tiddler
   2. Open the tiddler
   3. Delete the tag $:/tags/EditTemplate
   4. Save the tiddler


That's it.
Hope that helps.

Cheers,

Ton

-- 
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 tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/8e47ced3-5853-4a3b-b95b-f748ed91a491%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.