[tw5] Presenting my plugin library

2021-08-10 Thread Andrew Harrison
I have migrated from tiddlyspot to github. Check out my updated page of plugins 
at https://t5a.github.io and let me know what you think.

Sent from my Verizon, Samsung Galaxy smartphone
Get Outlook for Android

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/BYAPR06MB5381401DE71554E4070A452FBCF89%40BYAPR06MB5381.namprd06.prod.outlook.com.


[tw] [TW5] Introducing my Plugin Library

2017-06-26 Thread andrew harrison
It's been on a back burner for awhile now, adding plugins until I finally
decided to try to figure out how Jeremy, Tobias and Jed created Libraries
for their plugins. Now, I present my Plugin Library
. Enjoy, and let me know what
you think.

-- 
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/CAL0r7zsh6UKDvzoRWmG-eoeCJWZORkRsdn7Dpk6EvsfKCrzO%3DA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: [TW5] Twederation!! Another update.

2016-07-09 Thread andrew harrison
Um, sorry for sounding dumb about this, but now that I filled out a twcard
and can't remember what I put in it, I'm not sure what to do next.

On Sat, Jul 9, 2016 at 9:15 AM, Jed Carty  wrote:

> And for those of you who already have wikis, make sure you get the new
> version of both the twederaion-core and twederation-edition plugins. If you
> don't have a wiki yet and want to try it out go to
> http://ooktech.com/jed/ExampleWikis/TWederation/ and follow the
> instructions.
>
> --
> 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/ddea3b38-919f-4e56-8b8b-913539c1e76e%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/CAL0r7zteu_OTb0NJhf04HL97xGpHn%2Bb2AMAtxCZBaV7U8oharQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: Formatting question

2016-07-03 Thread andrew harrison
My simplest way of doing that combines HTML and native styling as such:
@@color:red;Highlighted@@

On Sun, Jul 3, 2016 at 10:09 AM, Marc Ferguson  wrote:

> Thanks. You make it look simple.
>
> Sent from my iPhone
>
> On Jul 3, 2016, at 10:52 AM, 'Mark S.' via TiddlyWiki <
> tiddlywiki@googlegroups.com> wrote:
>
> Hi Marc,
>
> You can use normal html5 span/div with styles to change text. Of course,
> the mark-up is kind of inconvenient.
>
> This is highlighted
>
>
>
> So, you could re-purpose existing mark-up. For instance, I almost never
> have a call to use underscore, since it looks too much like a link. So why
> not use it for something more functional?
>
> If you create a style sheet tiddler (a tiddler whose type is set to static
> css and with a tag "$:/tags/Stylesheet "), with the contents:
>
> u {
> text-decoration: none;
> background-color: yellow ;
> }
>
> Then wherever you use double underscores (e.g. __highlight me__) the text
> will be highlighted rather than underlined (or at least it worked on my
> system ... sometimes css works differently different places).
>
> To make entire blocks of text change color, see this helpful article at
> tiddlywiki.com:
>
> http://tiddlywiki.com/#Styles%20and%20Classes%20in%20WikiText
>
> HTH
> Mark
>
> On Sunday, July 3, 2016 at 8:54:52 AM UTC-7, Marc wrote:
>>
>> Sorry to bother you with a newbee but I can't find it in the
>> documentation.
>>
>> How do you do a simple inline highlight in a sentence?
>>
>> Also how can I do a simple text color change in a sentence or block of
>> text?
>>
>>
>>
>> Sent from my iPhone
>>
>> On Jul 2, 2016, at 10:10 PM, 'Mark S.' via TiddlyWiki <
>> tiddl...@googlegroups.com> wrote:
>>
>> You can use a field like "exportme" with the value "yes" to select ones
>> you want to export. Then use a configuration tiddler like:
>>
>> $:/config/EditTemplateFields/Visibility/exportme
>>
>>
>> with value "hide" to hide the field from the average user.
>>
>>
>> You can write a <$list> with buttons that will let you quickly select
>> items you want to mark. If you can't I'm sure someone here less sleepy than
>> me can ;-)
>>
>>
>> Mark
>>
>>
>> On Saturday, July 2, 2016 at 6:35:08 PM UTC-7, Zaphod Beeblebrox wrote:
>>>
>>> Thank You for taking the time to investigate further :)
>>>
>>> Your aforementioned solution will be more than satisfactory for my needs
>>> until such time as Jeremy or one of the other "Guru's" comes along and
>>> makes a ridiculously simple fix for the problem.
>>>
>>> I took a cursory look at the javascript you linked to, but really can't
>>> do anything with it.  I can handle (most) HTML, (some) CSS, but anything
>>> higher than that and I'm just a script-kiddie, making niggling changes here
>>> and there.
>>>
>>> I'm off now to tackle yet another problem: Flexbox divs in TiddlyWiki!
>>> (wish me luck :-P )
>>>
>>> --Zaphod
>>>
>>>
>>> On Saturday, July 2, 2016 at 8:29:06 PM UTC-4, PMario wrote:

 On Friday, July 1, 2016 at 12:59:29 AM UTC+2, Zaphod Beeblebrox wrote:
>
> Thank You so much, Mario - That solution does indeed do the trick :)
>
> It is a bit cumbersome, but I don't mind - I can simply copy & paste
> the titles into a text file (or dummy tiddler) as I create each tiddler,
> then format and copy the whole statement into the Advanced Search box when
> ready to export my 'update' :)
>
> The titles of the tiddlers (in my case) need to be enclosed in single
> quotes, as nearly all of them will include spaces (most will be movie
> titles, eg: 'Treasure Island (1972-G)' but that's a piddling thing.
>
> --Zaphod
>

 use this: [['Treasure Island (1972-G)']]

 see:
 http://tiddlywiki.com/#WikiText:WikiText%20%5B%5BLinking%20in%20WikiText%5D%5D

 --

 I did have a closer look. ... A generic solution is a bit more
 complicated, as I thought.

 It would be possible to change the jsontiddlers.js macro, but we would
 need to find a way to "temporarily" mark tiddlers for export, in a *nice
 and generic way*.
 But I don't have an easy to implement idea atm. .. There may be a
 mechanism, that is similar to the import dialog, but for export. ...

 Just as an info: responsible tiddlers:
 http://tiddlywiki.com/#%24%3A%2Fcore%2Fmodules%2Fmacros%2Fjsontiddlers.js:%24%3A%2Fcore%2Fmodules%2Fmacros%2Fjsontiddlers.js%20%24%3A%2Fcore%2Ftemplates%2Fexporters%2FJsonFile%20%24%3A%2Fcore%2Fmacros%2Fexport

 -mario


 --
>> 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+...@googlegroups.com.
>> To post to this group, send email to tiddl...@googlegroups.com.
>> Visit this group at https://groups.google.com/group/tiddlywiki.
>> To view this discussion on the web visit
>> 

Re: [tw] [TW5] Is it possible to make a Copy2Clipboard widget?

2016-06-25 Thread andrew harrison
Any suggestions on how to select rendered output without using an element
id?

On Sat, Jun 25, 2016 at 4:00 AM, Jeremy Ruston <jeremy.rus...@gmail.com>
wrote:

> Hi Rustem, Infurnoape,
>
> Good news, I hadn’t realised that things had moved on.
>
> Infurnoape’s plugin works in all the browsers I tried. It’s certainly
> something I’d like to see in the core.
>
> I’d prefer an implementation that allowed rendered output to be copied to
> the clipboard, not just raw tiddler content. It would also be more robust
> if it didn’t rely on getElementById; all of that is fixable, happily.
>
> Best wishes
>
> Jeremy
>
>
> On 25 Jun 2016, at 07:58, R <8pa...@gmail.com> wrote:
>
> Nice. Doesn't fit my use case but proves it can be done :D
>
> On Fri, Jun 24, 2016 at 7:16 PM, infurnoape <andrew.j.harriso...@gmail.com
> > wrote:
>
>> Check out how I did this plugin.
>> http://copy.tiddlyspot.com
>>
>> Happy Connecting. Sent from my Sprint Samsung Galaxy S® 5
>>
>>
>>  Original message 
>> From: Rustem <8pa...@gmail.com>
>> Date: 6/24/16 6:03 PM (GMT-07:00)
>> To: TiddlyWiki <tiddlywiki@googlegroups.com>
>> Cc: jeremy.rus...@gmail.com
>> Subject: Re: [tw] [TW5] Is it possible to make a Copy2Clipboard widget?
>>
>> Is it time to revisit the issue? Seems to be supported by all major
>> browsers. http://caniuse.com/#feat=clipboard
>> Would be nice to have a "copy" button appear on hover over any 
>> piece.
>>
>> On Tuesday, January 6, 2015 at 11:26:22 AM UTC-8, Jeremy Ruston wrote:
>>>
>>> Hi Andrew
>>>
>>> I'd also love to have a "copy to clipboard" button. The HTML5 Clipboard
>>> API is proceeding very slowly, with very patchy browser support. There's no
>>> implementation of copy to clipboard that I know of.
>>>
>>> Right now the best prospect for an implementation is within
>>> TiddlyDesktop, where we can rise above browser limitations.
>>>
>>> Best wishes
>>>
>>> Jeremy
>>>
>>>
>>> On Mon, Jan 5, 2015 at 7:05 AM, andrew harrison <andrew.j@gmail.com>
>>> wrote:
>>>
>>>> Everyone else online is using ZeroClipboard because of security
>>>> restraints but that is a hack in itself and I expect will stop working
>>>> eventually. In addition, it only works online.
>>>> The W3C is going to be implementing the Clipboard API for HTML 5 (
>>>> http://dev.w3.org/2006/webapi/clipops/clipops.html) but it still
>>>> doesn't seem to work yet. I can't find any working examples online.
>>>> The following code is what I have been using in TWC but it only seems
>>>> to work in Internet Explorer but not in Tiddlywiki 5 because Javascript is
>>>> stripped. I could spend time writing a widget for just IE but is it worth
>>>> it?
>>>> Can anyone tell me what direction I should go? The alternative is
>>>> painstakingly selecting text and hitting Ctrl + C or right click to copy,
>>>> or in the case of touch screen by long pressing and messing with those
>>>> selector arrows. 3 or more steps vs 1 step. I am trying to aim for
>>>> something that copies to clipboard online, offline, server side, client
>>>> side, mouse, touch screen, and browser independent. Is that to much to wish
>>>> for?
>>>>
>>>> Copy
>>>>
>>>>
>>>> --
>>>> 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+...@googlegroups.com.
>>>> To post to this group, send email to tiddl...@googlegroups.com.
>>>> Visit this group at http://groups.google.com/group/tiddlywiki.
>>>> For more options, visit https://groups.google.com/d/optout.
>>>>
>>>
>>>
>>>
>>> --
>>> Jeremy Ruston
>>> mailto:jeremy...@gmail.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 t

Re: [tw] [TW5] Reveal edit button template on dirty wiki

2016-05-14 Thread andrew harrison
That's awesome. Thank you jeremy. So here is what I ended up using:
.my-thing {
 display: none;
}

body.tc-dirty .my-thing {
 display: inline-block;
}

On Sat, May 14, 2016 at 7:59 AM, Jeremy Ruston 
wrote:

> Hi Infurnoape
>
> I'm trying to create an edit button template that doesn't reveal unless
> the wiki is dirty. Any suggestions?
> The dirty state of the wiki isn't stored in a tiddler for the simple
> reason that if it were, setting the dirty state would change the dirty
> state recursively. Instead, the dirty state is tracked as a "tc-dirty"
> class applied to the body tag.
>
> So, you should be able to use a CSS definition to hide stuff:
>
> body.tc-dirty .my-thing {
>  display: block;
> }
>
> Best wishes
>
> Jeremy
>
>
>
> Happy Connecting. Sent from my Sprint Samsung Galaxy S® 5
>
> --
> 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/2jod0282t7fhkpf7ocadt760.1463187074712%40email.android.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/547CA124-491E-4325-85E5-4B77CAABDDE0%40gmail.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/CAL0r7zu8QDWqY5VhXWUYE%2B7wzQFv0y_KXFz5CZ4rj5XMK4FN-w%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: [tw5] Final tests for 5.1.12 before release

2016-05-07 Thread andrew harrison
I know 5.1.12 is about to be released without undo but I still think it
would be nice to have undo and redo buttons included. I think that the
functionality was all there. It is just a matter of doing something like
the following, can't quite figure it out how to capture the text of the
hidden dummy iframe after the undo but it should be so easy:
in undo.js:

document.execCommand("undo", false, null);
operation.replacement = this.iframeDoc.text;

-- 
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/CAL0r7zs_8gqGw-%3D4G3oquo_-VUbCMXvE-oJWcwEevTOh-%3DEtWg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] [tw5] Final tests for 5.1.12 before release

2016-04-30 Thread andrew harrison
I'm still getting the delete effect in Internet Explorer 11. Interestingly
if you click the edit button it shows "Type the text for this Tiddler" at
the beginning before all the text already in the tiddler and the preview
window initially shows a preview and then clears. I think it has something
to do with the new setText function in framed.js. It wasn't doing that
before it was merged from http://rich-text-editor.tiddlyspot.com/. It used
to be called the getEditInfo function and had a lot more to the function.
Now Internet Explorer hits it first and passes a value of null via text
where as the other browsers don't even seem to initially hit that function
at all, maybe because of focus. It is checking if it has focus and then it
does this.domNode.value = text; which deletes the text because at this
point text has nothing in it. Strange how it only does this in IE 11 and
not Chrome or Edge.
Please forgive me Jeremy if I am completely wrong.

On Sat, Apr 30, 2016 at 6:43 AM, Jeremy Ruston 
wrote:

> OK, after my disappointment recorded below, I came up with another
> approach and I think have now got things working on Internet Explorer 11:
>
> http://tiddlywiki.com/prerelease
>
> It needs thoroughly testing under other browsers too, but seems to work
> for me,
>
> Best wishes
>
> Jeremy.
>
> > On 30 Apr 2016, at 12:06, Jeremy Ruston  wrote:
> >
> > Hi Andrew
> >
> >> Now in IE 11, the whole edit field now clears if you change views and
> also randomly. Something is wrong. It was working better. What changed?
> >
> > Nothing has changed in the code that updates the textarea. I think the
> problem that we’re seeing in IE11 with the textarea display not being
> updated is some kind of random bug.
> >
> > I’ve spent a few more hours investigating the problems with IE11 and
> once again I’m out of ideas; I’ve been repeatedly finding the same outdated
> information via searching Google, StackOverflow etc.
> >
> > The code in question is this part of framed.js:
> >
> >   // Attempt to use a TextEvent to modify the value of the
> control
> >   var textEvent =
> this.domNode.ownerDocument.createEvent("TextEvent");
> >   if(textEvent.initTextEvent) {
> >   textEvent.initTextEvent("textInput", true, true,
> null, operation.replacement, 9, "en-US");
> >   this.domNode.focus();
> >
>  this.domNode.setSelectionRange(operation.cutStart,operation.cutEnd);
> >   this.domNode.dispatchEvent(textEvent);
> >   } else {
> >   this.domNode.value = newText;
> >   }
> >
> > IE11 has the initTextEvent method, and so calls the first code path. The
> problem is that the value underlying the textarea is updated, but the
> display is not updated to match.
> >
> > 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/5b46be97-e9f8-4f99-ba1c-5b5b2ac3cbe1%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/CE449E5B-A200-42BC-8C89-C7BD31C10726%40gmail.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/CAL0r7zvr4Euofcj7F5A0S5vDCQt3wNYoPtz%3DO907hhb8GyQPNQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] [tw5] Final tests for 5.1.12 before release

2016-04-29 Thread andrew harrison
Eeek, I have a serious problem now with the prerelease in IE 11, the whole
edit field now disappears if you change views and also randomly. Something
is wrong.

On Fri, Apr 29, 2016 at 3:33 PM, Alex Hough  wrote:

> This release is looking shaping up to be a real milestone. the next
> hangout is hangout 100, it seems to me at least that there should be some
> kind of celebration.
>
> Best wishes
>
>
> Alex
>
>
> On Friday, 29 April 2016, Mat  wrote:
>
>> Jeremy, and everyone who is contributing - thank you for fantastic
>> creations!
>>
>> Some feedback
>>
>> Stamping:
>> I've implemented a stamping tool in QuickTid
>>  (the button called "Content"). One
>> feature of it is that some snips can *surround* already typed content.
>> This is useful e.g when stamping html tags (start and end) but also to,
>> say, in one go stamp both Hello and a Goodbye+signature. The Example
>> with prepost
>> 
>> is intended to illustrate this and how it works (see edit mode).
>>
>> Link
>> IMO, the user should be able to create a link to a not yet existing
>> tiddler. I.e if Foo doesn't exist as a selectable title, there's some kind
>> of "make" button that stamps [[Foo]] - or, perhaps more elegantly, just
>> clicking enter creates it.
>>
>> ...and, btw, the X button for the Link tool would be prettier if it
>> looked like e.g the search tool X button.
>>
>> Button layout
>> The backticks button appears grouped (slightly left distanced) with X2
>> rather than blockticks.
>>
>> Tooltips
>> I feel (now) it would be valuable to see the name of the tool as a
>> tooltip so it is easier to reference it such as when writing about them
>> here on the boards.
>>
>> Setting tools
>> It is very rare that I use, say subscript or superscript. It is not
>> convenient to have have it appear all the time or to have it disabled and
>> then be forced to go deep into the Ctrlpanel to activate it, (possibly even
>> just for a few seconds). I would strongly suggest a setting accessed
>> tiddler-locally, perhaps a popup like the more button, floating to extreme
>> right. (I've expressed similar opinions before regarding local controls of
>> things, but for the text editor toolbuttons this is even more relevant
>> because of the number of buttons and how infrequently some are used.)
>>
>>
>> Markdown editor (yay!):
>> Instead of a *page controll* button to open a tiddler with that special
>> editor, I think it would be much better with a toggle button showing in
>> tiddler edit view - either appearing just like one of the other buttons,
>> but at one of the extreme ends - maybe even out in the (left) gutter.
>>
>> Clicking the more(?) button opens empty popup.
>>
>>
>> Minor
>> ctrlpanel > Appearance > Toolbars > ViewToolbar ... seems to be missing
>> icon for bottom most item.
>>
>>
>> I see no mention of DesignWrite.
>> And IMO at least the conversations between you and prof. Steve could be
>> linked to in the Videos tiddler.
>>
>>
>> <:-)
>>
>> --
>> 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/774b754c-8562-4050-968b-6a869aebbb20%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/CALc1hYfYCr5vH3JYQztEFQyv8yfoF%2Bs2e8dygP8yUi53bCBV0A%40mail.gmail.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 

Re: [tw] [tw5] Final tests for 5.1.12 before release

2016-04-24 Thread andrew harrison
I have done testing with Chrome and Microsoft Edge and the buttons perform
almost perfect. Internet Explorer 11 doesn't like any buttons that
use param="prefix-lines". I get error Object doesn't support property or
method 'repeat'. Apparently repeat() must not have been included yet in IE
11 and not until Edge. I can live with this and everyone else can also. I
can always create a plugin with modified buttons for IE11 if I really want
them using param="wrap-lines" and just include the prefix and
then suffix="". I feel this is going to be the biggest release since TW5.
I'm standing on my feet cheering.

On Sun, Apr 24, 2016 at 5:43 AM, Jeremy Ruston 
wrote:

> Hi Ton
>
> Many thanks. I’ve committed the changes here:
>
>
> https://github.com/Jermolene/TiddlyWiki5/commit/360ad9a1cc3a61ab24b8e253f070d7e7492860fc
>
> I’ve also updated the prerelease build, so you can see the new translation
> at:
>
> http://tiddlywiki.com/prerelease/editions/full/
>
> Best wishes
>
> Jeremy.
>
>
> On 23 Apr 2016, at 20:13, Ton Gerner  wrote:
>
> The toolbar is a very nice addition; makes many of my bookmarklets
> superfluous ;-)
>
> The adjusted Dutch translation for TW5.1.12 can be found at
> http://tw5dutch.tiddlyspot.com/
>
> 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/ad015ed3-38ac-4533-8abd-ca28245b7cf8%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/05F6F5DE-2F4F-4DE8-83D2-9949F08F750A%40gmail.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/CAL0r7zvzqfHduQUk9R%2BdF2TJxOcLupD8a9JLd3N%3D0PDw%2B0NWtA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] [tw5] Final tests for 5.1.12 before release

2016-04-23 Thread andrew harrison
Thank you so much Jeremy. I am still having trouble. The preview is still
loosing information and the formatting buttons are functioning differently
in Chrome, Internet Explorer 11 and Edge. I have an idea where to start
hacking at it but it may take me awhile to figure anything out. I see you
solved the disappearing preview, bravo. I don't know how much help I'll be.
My feeble attempts at doing the same were months of work and I never even
got close to where your toolbar is. Amazing work and it looks beautiful. I
can't wait to start showing everyone.

On Sat, Apr 23, 2016 at 5:14 AM, Jeremy Ruston 
wrote:

> Now that the editor toolbar work is completed, I’d like to release
> TiddlyWiki 5.1.12 in the next couple of days. I’d be very grateful for help
> with testing this release; there are a lot of changes this time around
> which brings a potential for things to go wrong.
>
> There’s a prerelease available for testing:
>
> http://tiddlywiki.com/prerelease
>
> Please give it a try - be cautious about your personal data, and take
> careful backups. Perform a test upgrade of your wikis and check for any
> problems:
>
> http://tiddlywiki.com/prerelease/upgrade.html
>
> Please let me know if you spot any issues. This is a great time to submit
> documentation updates but I’m afraid its too late for any further
> functional changes. In particular if you have published TiddlyWiki
> resources that are not currently linked from
> http://tiddlywiki.com/prerelease do please consider submitting a pull
> request.
>
> 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/B30278B3-E1B2-4F08-A0D8-6E4A080EBCC7%40gmail.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/CAL0r7zsMb-m1LUPh1hrr3BWTFJANk8GYua3wq-aXYY8THG1pVA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[tw] [TW5] Preferential Caption/Title from list

2016-04-07 Thread andrew harrison
Is there a way to do:
<$view field='caption'><$view field='title'/>
using some kind of modifed version of
{{{ [list[$:/TiddlerNameWithListField]] }}}
???
The transclusion lists all the titles that are in the list field but what I
want is IF the title listed has a caption, show the caption instead of the
title but still have the final output sorted.

-- 
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/CAL0r7zv%2B3UJ8ea2%2B1jhH9_CNH6MjJa%3DK7pUiZGhHkeOA9JrrQg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] [tw5] Finishing up the new editor toolbar

2016-04-02 Thread andrew harrison
Well, I found a couple missing semicolons in
*$:/core/modules/widgets/edit-text-iframe.js* on lines 152 and 363 but that
still doesn't seem to make a difference with the refresh. I need to learn
how to make pull requests. The refresh problem has something to do with how
it is refreshing the textarea or saving it after a button is pressed. I
found an error that says Line 172: 'newText' used out of scope. It seems
really sluggish like it is using expensive mutation. I will go back and
reread the discussion but I'm guessing it is the same issue that the undo
and redo buttons have.

On Sat, Apr 2, 2016 at 8:39 AM, Jeremy Ruston <jeremy.rus...@gmail.com>
wrote:

> There was some correspondence about the editor toolbar in I.E. 11 in a
> previous thread ; in brief, the editor commands work in IE11, but the
> display is not correctly updated. We've had a few suggestions for tricks to
> fix it, but haven't resolved the issues so far.
>
> Best wishes
>
> Jeremy
>
> --
> Jeremy Ruston
> jer...@jermolene.com
> http://jermolene.com
>
> On 2 Apr 2016, at 16:33, andrew harrison <andrew.j.harriso...@gmail.com>
> wrote:
>
> I can't get it to work in Internet Explorer 11 or Edge. Help?
>
> On Fri, Apr 1, 2016 at 9:48 AM, Jeremy Ruston <jeremy.rus...@gmail.com>
> wrote:
>
>> The new editor toolbar is now nearing completion.
>>
>> You can try out a preview; make sure to try the bitmap editing
>> improvements by clicking the newly introduced “new image” button in
>> the “Tools” tab of the sidebar.
>>
>> http://rich-text-editor.tiddlyspot.com/
>>
>> There’s a lot of improvements here:
>>
>> * Text editing toolbar with support for native wiki text and Markdown
>> with support for:
>> ** Character formatting operations for bold, italic, strikethrough,
>> underline, superscript, subscript, inline monospace
>> ** Line formatting operations for monospaced blocks, quoting, headings
>> and both numbered and bulleted lists
>> ** Insert picture from a dropdown chooser
>> ** Stamp snippet of pre-programmed text
>> ** Excise selected text into a new tiddler
>> ** Optional automatic resizing to fit content
>> * Bitmap editor toolbar with:
>> ** Painting with selectable colour, width and opacity
>> ** Clearing the image
>> ** Resizing the image
>> ** Keeping track of recently chosen colours
>> * Full keyboard shortcut editor in control panel (see below)
>>
>> You can see the code here:
>>
>> https://github.com/Jermolene/TiddlyWiki5/pull/2315
>>
>> As part of the work, some independent improvements have been made to the
>> core:
>>
>> * Addition of “new image” button to the “Tools” tab of the sidebar
>> * Introduction of the new <$wikify> widget:
>> https://github.com/Jermolene/TiddlyWiki5/issues/2337
>> * Introduction of new <$edit-shortcut> widget for direct entry of
>> keyboard shortcut codes
>> * Introduction of a new general purpose colour picker macro
>>
>> There’s still some tidying up to do before the release, but this is a
>> good time to give any feedback on how the new features have turned out.
>> Thanks to everyone for the discussion and ideas so far,
>>
>> 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/D273FFF4-8773-4217-97DB-C1BF36064643%40gmail.com
>> <https://groups.google.com/d/msgid/tiddlywiki/D273FFF4-8773-4217-97DB-C1BF36064643%40gmail.com?utm_medium=email_source=footer>
>> .
>> 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/CAL0r7ztM2uz8KpSTbk9Z6ncKs_bg2T%3DRYKSLufECQB9pN3NO5g%40mail.gmail.com
> <https://groups.google.com/d/msgid/tiddlywiki/CAL0r7ztM2uz8KpSTbk9Z6ncKs_bg2

Re: [tw] Re: [tw5] Introducing new text editor toolbar

2016-03-07 Thread andrew harrison
This is so awesome. Not to take away anything because this is so awesome,
but it would be nice if I could remove or add buttons like from a toolbar
in the control panel.

On Mon, Mar 7, 2016 at 1:02 PM, Jeremy Ruston 
wrote:

> Hi Sylvain
>
> > Maybe can you add a title to detail with a label on mouse over ?
>
> That is the plan, as part of the internationalisation that I also need to
> do. I’ve updated the checklist:
>
> https://github.com/Jermolene/TiddlyWiki5/pull/2315
>
> 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/31B2757E-F001-4B97-BEB5-0CFB1727FF4E%40gmail.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/CAL0r7zvCucBXsKF5GSbpGgCw_05Uk%2BPoZfhkVY8u638mG9v_Og%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: [TW5] Button template

2016-02-28 Thread andrew harrison
No leading or trailing spaces. I can't use quotation marks if I want a
lookup. It seems I can't use <> for the tooltip or any defined
macro. The only thing that seems to work is a transclusion dictionary
lookup. I think I figured it out though. I still feel like something isn't
quite right with the lingo thing. But since I still don't understand how
lingo works I can't fully test it yet. Here is what I have now:

\define lingo-base() $:/language/format/
\define format(button)
<$button message="tm-$button$"
tooltip={{$:/language/format/hint##$button$}} aria-label=<> class=<>>
<$action-setfield $tiddler="$:/language/format/notify" $field="text"
$value=<>/>
<$action-sendmessage $message="tm-notify"
$param="$:/language/format/notify"/>
<$list filter="[prefix[yes]]">

<>


<$list filter="[prefix[yes]]">

<>



\end

On Sun, Feb 28, 2016 at 9:39 PM, Scott Simmons (Secret-HQ) <
goo...@secret-hq.com> wrote:

> H.  Is there a leading or trailing space in the dictionary tiddler
> causing problems?  Does the tooltip param have quotation marks that might
> be causing problems?
>
> --
> 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/4aaf8257-fda0-450d-b1ae-2eaa5eeda65b%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/CAL0r7zvTYSUddFzgD3so5OWrkeEzuTtsyF-smjiUzsd_UjHvZg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: [TW5] Button template

2016-02-28 Thread andrew harrison
Um, well, I thought it was almost perfect. After I tested it a bit I still
have a slight problem. The tooltip comes up as
"{{$:/language/format/hint##bold}}" instead of "make the selected text
bold" from the dictionary tiddler. Any more suggestions?

On Sun, Feb 28, 2016 at 4:17 AM, Scott Simmons (Secret-HQ) <
goo...@secret-hq.com> wrote:

> Awesome!
>
> (Did you get a chance to check out my tab source button solution in the
> other thread?
> https://groups.google.com/d/msg/tiddlywiki/UAHlzJrZB5c/1aAswfeaHAAJ )
>
> --
> 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/94bfee94-1351-4161-9e5a-5af9dece6bef%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/CAL0r7zvG7GxjFFkXQGgp3grkNrJyEezoSxzfFdx%2BCuYZZV4-kQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[tw] [TW5] Button template

2016-02-27 Thread andrew harrison
Does anyone have any suggestions on how I could write a template for my
format buttons where the highlighted word button would be what would
change?

[[$:/plugin/ajh/format/button]]:

\define lingo-base() $:/language/format/



<$button message="tm-button" tooltip=<>
aria-label=<> class=<>>

<$action-setfield $tiddler="$:/language/format/notify" $field="text"
$value=<>/>

<$action-sendmessage $message="tm-notify"
$param="$:/language/format/notify"/>

<$list filter="[prefix[yes]]">



B



<$list filter="[prefix[yes]]">



<>







-- 
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/CAL0r7zvxqK79uoCdOtWTWVBKUkqu6ZXFoNMpb_koFMRd0tRB2w%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: [TW5] Favorites

2016-01-25 Thread andrew harrison
ok, hot on the tail of previous upgrade of favorites comes a new upgrade to
3.0.0  because now instead of using
visibility tiddlers for each favorite, it now uses a list field. Any more
suggestions?

On Mon, Jan 25, 2016 at 6:38 PM, Matabele  wrote:

> Hi Andrew
>
> When in a tab in the sidebar, the name of the tiddler containing the list
> must be specified explicitly -- like so:
> {{{ [list[Favorites]] }}}
>
> Or, grab the JSON file from my post above (this contains Tobias's code.)
>
> regards
>
> On Tuesday, 26 January 2016 03:20:35 UTC+2, Andrew wrote:
>>
>> @tobias, this would be cool if {{{ [list[]] }}} worked. I cant seem to
>> get it to work in a tab in the sidebar. Anyone else get it to work or is it
>> just me.
>>
> --
> 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/237bc1e7-be49-4dcd-8aed-abd970c6037a%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/CAL0r7zsD0Nuqh%3DxEpCCXy8FkvXTraFUrXCcFObPe9MkdbBjbFA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: [TW5] Favorites

2016-01-24 Thread andrew harrison
Hello again. It seems that there was a problem with my previous release of
an upgrade to my favorites plugin. Funny thing about it was that it worked
on the plugin page but when you import it the link in the favorites tab
didn't work. I've fixed it and re-released it as version 2.0.1
<http://favorites.tiddlyspot.com>. Sorry for any inconvenience.

On Sat, Jan 23, 2016 at 3:58 PM, Alex Hough <r.a.ho...@gmail.com> wrote:

> Very useful Andrew,
>
> thank you.
> It replaces my crude "pin to topBar" checkbox. Its good to have a
> temporary place to "put" things
>
> Alex
>
> On 23 January 2016 at 22:20, andrew harrison <
> andrew.j.harriso...@gmail.com> wrote:
>
>> Hello again wonderful Tiddlywiki people. I've upgraded my favorites
>> plugin to 2.0.0. It's still a useful way to displaying a cherry-picked list
>> of tiddlers. Version incremented because it no longer uses tags. Check it
>> out and let me know what you think. http://favorites.tiddlyspot.com
>>
>> On Wed, Nov 11, 2015 at 1:29 AM, Tobias Beer <beertob...@gmail.com>
>> wrote:
>>
>>> Hi Andrew,
>>>
>>>
>>>> Thank you both for feedback. I have placed the favorites tab in front
>>>> of the others and named it with the star icon and gave it a tooltip of
>>>> favorites. Thank you again for your feedback.
>>>>
>>>
>>> Cool stuff. Now I'm beginning to wonder if it should not, in fact, be
>>> the last tab. :D
>>>
>>> Best wishes,
>>>
>>> — tb
>>>
>>> --
>>> 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 http://groups.google.com/group/tiddlywiki.
>>> To view this discussion on the web visit
>>> https://groups.google.com/d/msgid/tiddlywiki/9958109b-c116-4d5f-8972-0615d272f70c%40googlegroups.com
>>> <https://groups.google.com/d/msgid/tiddlywiki/9958109b-c116-4d5f-8972-0615d272f70c%40googlegroups.com?utm_medium=email_source=footer>
>>> .
>>>
>>> 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/CAL0r7zt%2B60_zovoHVFK9biOYLmLadV%2BTqVSFxBFXX8oakwB3BA%40mail.gmail.com
>> <https://groups.google.com/d/msgid/tiddlywiki/CAL0r7zt%2B60_zovoHVFK9biOYLmLadV%2BTqVSFxBFXX8oakwB3BA%40mail.gmail.com?utm_medium=email_source=footer>
>> .
>>
>> 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/CALc1hYfxiUrD%2BQVnrT0BfkA8ZiZmHc4r4f0p6U8V4%3DrgpBzO3w%40mail.gmail.com
> <https://groups.google.com/d/msgid/tiddlywiki/CALc1hYfxiUrD%2BQVnrT0BfkA8ZiZmHc4r4f0p6U8V4%3DrgpBzO3w%40mail.gmail.com?utm_medium=email_source=footer>
> .
>
> 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/CAL0r7zsrgVmze%3DMssZtpqwd9CpKJG%2BfB%2BfUc8gBnNuD-zfMwJQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: [TW5] Favorites

2016-01-23 Thread andrew harrison
Hello again wonderful Tiddlywiki people. I've upgraded my favorites plugin
to 2.0.0. It's still a useful way to displaying a cherry-picked list of
tiddlers. Version incremented because it no longer uses tags. Check it out
and let me know what you think. http://favorites.tiddlyspot.com

On Wed, Nov 11, 2015 at 1:29 AM, Tobias Beer  wrote:

> Hi Andrew,
>
>
>> Thank you both for feedback. I have placed the favorites tab in front of
>> the others and named it with the star icon and gave it a tooltip of
>> favorites. Thank you again for your feedback.
>>
>
> Cool stuff. Now I'm beginning to wonder if it should not, in fact, be the
> last tab. :D
>
> Best wishes,
>
> — tb
>
> --
> 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 http://groups.google.com/group/tiddlywiki.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/tiddlywiki/9958109b-c116-4d5f-8972-0615d272f70c%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/CAL0r7zt%2B60_zovoHVFK9biOYLmLadV%2BTqVSFxBFXX8oakwB3BA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: [TW5] variables in SVG

2015-12-06 Thread andrew harrison
Thank you again Tobias. That worked.

On Sun, Dec 6, 2015 at 5:05 PM, Tobias Beer  wrote:

> Hi Andrew,
>
> Something like...
>
> \define my-svg()
> 
> \end
>
> <$vars m="?!?" path={{!!path}}>
> <>
> 
>
> ?
>
> Best wishes,
>
> Tobias.
>
> --
> 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 http://groups.google.com/group/tiddlywiki.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/tiddlywiki/e4345711-bc7e-4c42-8c3d-ed519109978f%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 http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/CAL0r7ztx6bkuN6HLS37-s-TXC3cUQtjU8s14cpJbKFPSiw6eFg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Fwd: [TiddlyWiki5] folded tiddlers - not enough visual feedback (#1908)

2015-09-20 Thread andrew harrison
Sorry, I was just a little slow in understanding that the missing button
isn't a button but a bar that runs across the tiddler. Not expected to find
this option here since it isn't really a button or a tool but more of a
styling option. It would be nice to have a button that unfolds everything
after I fold everything though. Maybe the fold other tiddlers button could
become unfold other tiddlers if it was used. I guess that would be a plugin?

On Sun, Sep 20, 2015 at 12:19 PM, Jeremy Ruston <jeremy.rus...@gmail.com>
wrote:

> Hi Andrew
>
> On Sun, Sep 20, 2015 at 5:54 PM, andrew harrison <
> andrew.j.harriso...@gmail.com> wrote:
>
>> Umm, will the fold-bar icon actually show up on the View Toolbar tab in
>> the control panel when it is released cause right now it isn't? It's also
>> not showing up on the Tools tab in tiddler info.
>>
>
> When I visit http://tiddlywiki.com/prerelease/ on any browser I see the
> "fold-bar" as the last option in the info/tools panel (see attached
> illustration). There's no icon; just a checkbox and a text hint. Can you
> confirm that you're not seeing it? What browser and OS are you using?
>
> Best wishes
>
> Jeremy
>
>
>> But, great feature. I wish it were a plugin though.
>>
>> --
>> 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 http://groups.google.com/group/tiddlywiki.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/tiddlywiki/CAL0r7zujZgR07KuX0QVsviL3McJTR7yp5%3DhK%2BrCO%3DDkYUF83Tw%40mail.gmail.com
>> <https://groups.google.com/d/msgid/tiddlywiki/CAL0r7zujZgR07KuX0QVsviL3McJTR7yp5%3DhK%2BrCO%3DDkYUF83Tw%40mail.gmail.com?utm_medium=email_source=footer>
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>
>
> --
> Jeremy Ruston
> mailto:jeremy.rus...@gmail.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 http://groups.google.com/group/tiddlywiki.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/tiddlywiki/CAPKKYJb4xMWRPvrPgg%2BHteikR1go4x%3Dv2wtc5y1q14W4Q9rmrg%40mail.gmail.com
> <https://groups.google.com/d/msgid/tiddlywiki/CAPKKYJb4xMWRPvrPgg%2BHteikR1go4x%3Dv2wtc5y1q14W4Q9rmrg%40mail.gmail.com?utm_medium=email_source=footer>
> .
>
> 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 http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/CAL0r7zs%3Dw8z1hSb%2Br%2BUv-Aem2pQLeETfNT6j_d3Uczq5m4teVA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Fwd: [TiddlyWiki5] folded tiddlers - not enough visual feedback (#1908)

2015-09-20 Thread andrew harrison
Umm, will the fold-bar icon actually show up on the View Toolbar tab in the
control panel when it is released cause right now it isn't? It's also not
showing up on the Tools tab in tiddler info. But, great feature. I wish it
were a plugin though.

-- 
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 http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/CAL0r7zujZgR07KuX0QVsviL3McJTR7yp5%3DhK%2BrCO%3DDkYUF83Tw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TiddlyWiki5] folded tiddlers - not enough visual feedback (#1908)

2015-09-20 Thread andrew harrison
I've been playing with this upcoming feature and something is missing, once
I fold everything, I can't click one place to unfold everything. I have to
click 42 times (a little exaggerated for effect) to get all my tiddlers
expanded again.

On Sun, Sep 20, 2015 at 9:54 AM, andrew harrison <
andrew.j.harriso...@gmail.com> wrote:

> Umm, will the fold-bar icon actually show up on the View Toolbar tab in
> the control panel when it is released cause right now it isn't? It's also
> not showing up on the Tools tab in tiddler info. But, great feature. I wish
> it were a plugin though.
>

-- 
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 http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/CAL0r7zutp%3D8nAM--peQ1F-rk%2BwBwVpS2m3wgz5Gkjh9Vpr7S7g%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] [TW5] Semantic fieldnames

2015-01-14 Thread andrew harrison
Hi Mat,
Please, forgive me if I'm not following your thinking about tags being
fields or fields being tags but I thought you might like to see how I
handle hiding foo. Tags and subtitle moved to the tiddler info tabs simply
by deleting the $:/tags/ViewTemplate tag in $:/core/ui/ViewTemplate/tags
http://t5a.tiddlyspot.com/#%24%3A%2Fcore%2Fui%2FViewTemplate%2Ftags and
$:/core/ui/ViewTemplate/subtitle
http://t5a.tiddlyspot.com/#%24%3A%2Fcore%2Fui%2FViewTemplate%2Fsubtitle
and replacing them with the $:/tags/TiddlerInfo tag and giving each a
caption of Tags and Modified for the tab titles. Sure that leaves me with
modified shadow tiddlers, but they are accessible and not in your face. Let
me know what you think.

On Wed, Jan 14, 2015 at 4:45 PM, Mat matiasg...@gmail.com wrote:

 I blatantly just drop this here for your free interpretations for now,
 *but* if you want some related background. I refer to discussions on:

-  lookup-fields (or relationship fields)
https://github.com/Jermolene/TiddlyWiki5/issues/1324 - see
specifically my post starting with *[edit: Sorry for using markup for
quotes* 
- and Hidden tags
https://github.com/Jermolene/TiddlyWiki5/issues/1366 - see message
containing phrase *A start from scratch again:*

 Ok, here are the brain droppings, open for free interpretations...

 Semantic fieldnames in fields serving as tags

 tag:foo (default, same as leaving fieldname blank, i.e :foo)
 hidepill:foo
 hideinlists:foo
 nolink:foo (or perhaps ~:foo)

 hidepill+hideinlists:foo (or other delimiter e.g comma, space...)
 systemtag:foo or system:foo (instead of typing $:/tags/)
 systemtag+hidepill+hideinlists:foo
 red:foo or perhaps redpill:foo (attach predefined CSS class)
 foo:foo (don't worry, just a joke... or is 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 http://groups.google.com/group/tiddlywiki.
 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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] [TW5] Is it possible to make a Copy2Clipboard widget?

2015-01-04 Thread andrew harrison
Everyone else online is using ZeroClipboard because of security restraints
but that is a hack in itself and I expect will stop working eventually. In
addition, it only works online.
The W3C is going to be implementing the Clipboard API for HTML 5 (
http://dev.w3.org/2006/webapi/clipops/clipops.html) but it still doesn't
seem to work yet. I can't find any working examples online.
The following code is what I have been using in TWC but it only seems to
work in Internet Explorer but not in Tiddlywiki 5 because Javascript is
stripped. I could spend time writing a widget for just IE but is it worth
it?
Can anyone tell me what direction I should go? The alternative is
painstakingly selecting text and hitting Ctrl + C or right click to copy,
or in the case of touch screen by long pressing and messing with those
selector arrows. 3 or more steps vs 1 step. I am trying to aim for
something that copies to clipboard online, offline, server side, client
side, mouse, touch screen, and browser independent. Is that to much to wish
for?

a href=javascript:; title=copy onclick=
var holdtext = document.createElement('TEXTAREA');
holdtext.innerText='This only seems to work in Internet Explorer';
Copied=holdtext.createTextRange();
Copied.execCommand('Copy');
return false;Copy/a

-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: [TW5] Broken tiddler control drop down

2014-12-30 Thread andrew harrison
OK, so I think I've fixed my tiddler info problem so you can see the drop
down. I made it z-index over the top of the embedded iframe. It doesn't
slide the tiddler down, but at least you can see everything in the tiddler
info drop down and I get to keep my fully expanded iframe with controls
that show in the upper right corner. If you want to check it out, it's
at _canonical_uri
Example http://t5a.tiddlyspot.com/#_canonical_uri%20Example.

On Mon, Dec 29, 2014 at 11:54 AM, andrew harrison 
andrew.j.harriso...@gmail.com wrote:

  Dragging (sounds like a dragon) a title link out of an embedded
 external site sounds like another tread. Don't take me the wrong way
 though. I think it would be a wonderfully marvelous tool. I'm imagining a
 time in the future when dragons are everywhere in Tiddlywiki. Alas, I'm
 only working on _canonical_uri styling.
  I am interested in finding out more about the error you got and why.
 If you can detail what you tried, what environment, the error message,
 maybe an example? That would help.
  Unlike an iframe because _canonical_uri is native to Tiddlywiki.
 When adding a _canonical_uri field and* type* you get a tiddler that is a
 window to the outside. It becomes fully searchable by first taking the textual
 data from the external page or site and putting it in the body of the
 tiddler.
  Large amounts of text can bloat the wiki and slow it down, but my
 plan is to create a zTXt chunk with duplicate words and spaces removed. It
 would be hidden because the _canonical_uri field causes the external page
 to display instead of the tiddler's text field. It will be much easier then
 what I currently do in TWC (long story). My idea of a zTXt chunk converter
 is an elusive tool that I know exists somewhere because I have read about
 it. I know it uses regular expression but I have yet to learn how to create
 a widget or something in Tiddlywiki 5 that auto-magically turns pages of
 text into a zTXt chunk.
  The amazing part is that Tiddlywiki is like the perfect indexer for
 my procedures, documents, internal company web sites, and even external web
 sites. It is my plan for my one stop shopping tool at work. We have so many
 places to look for information that it makes things difficult. Maybe
 someday I'll be able to host it for the company I work for as a multi-user
 wiki (I still have to learn node.js).
  In summary, Jeremy is a wizard; macros, widgets, plugins, and more
 are treasures; And, I'm heading back on my quest in the wonderful and
 marvelously magical land of Tiddlywiki 5. Sorry for sounding like a novel.
 I'm a treasure seeking adventurer at heart.

 On Mon, Dec 29, 2014 at 4:37 AM, Mat matiasg...@gmail.com wrote:

 Interesting experiments. Can I ask, how does this differ from iframes?

 I am particularly interested in being able to drag a titlelink out of an
 embedded external site (e.g iframe) for importing in the TW, i.e like
 normally done from e.g another window. I did a quick test with your
 _canonical_uri Example but it gave error just like with an iframe. Any
 thoughts?

 Thank you

 :-)

 On Monday, December 29, 2014 7:42:33 AM UTC+1, Andrew wrote:

 Check out my _canonical_uri Example
 http://t5a.tiddlyspot.com/#_canonical_uri%20Example that fills the
 entire tiddler.

 On Sun, Dec 28, 2014 at 11:38 PM, andrew harrison 
 andrew.j@gmail.com wrote:

 Nevermind, I figured it out. I was trying to expand the _canonical_uri
 to fill the entire tiddler and then z-index the tc-tiddler-controls above
 it and I inadvertently killed the drop down. After expanding the iframe
 from the external viewer, I had to restyle the tiddler controls with the
 following in order to make sure I wasn't affecting the edit controls:

 html div.tc-titlebar  span.tc-tiddler-controls {
  position: absolute;
  right: 85px;
  z-index: 1;
 }


 On Sun, Dec 28, 2014 at 9:06 PM, andrew harrison 
 andrew.j@gmail.com wrote:

 Hey all, somehow I broke my drop down for my tiddler controls and I
 can't figure out how to fix it. At times I can come up with some really
 complex stuff and then something like this stumps me. My site is at
 t5a.tiddlyspot.com. I was working on my _canonical_uri Example and
 somehow I seem to have caused it to stop showing. All I get is a little
 sliver of the drop down when I hit the more button. All I was trying to do
 was expand the _canonical_uri Example to fill the entire tiddler and then
 make the tiddler controls appear above it. The top toolbar more button
 works just fine. Anyone?



  --
 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 http://groups.google.com/group/tiddlywiki.
 For more options, visit https://groups.google.com/d/optout.




-- 
You received

Re: [tw] Re: [TW5] Broken tiddler control drop down

2014-12-29 Thread andrew harrison
 Dragging (sounds like a dragon) a title link out of an embedded
external site sounds like another tread. Don't take me the wrong way
though. I think it would be a wonderfully marvelous tool. I'm imagining a
time in the future when dragons are everywhere in Tiddlywiki. Alas, I'm
only working on _canonical_uri styling.
 I am interested in finding out more about the error you got and why.
If you can detail what you tried, what environment, the error message,
maybe an example? That would help.
 Unlike an iframe because _canonical_uri is native to Tiddlywiki. When
adding a _canonical_uri field and* type* you get a tiddler that is a window
to the outside. It becomes fully searchable by first taking the textual
data from the external page or site and putting it in the body of the
tiddler.
 Large amounts of text can bloat the wiki and slow it down, but my plan
is to create a zTXt chunk with duplicate words and spaces removed. It would
be hidden because the _canonical_uri field causes the external page to
display instead of the tiddler's text field. It will be much easier then
what I currently do in TWC (long story). My idea of a zTXt chunk converter
is an elusive tool that I know exists somewhere because I have read about
it. I know it uses regular expression but I have yet to learn how to create
a widget or something in Tiddlywiki 5 that auto-magically turns pages of
text into a zTXt chunk.
 The amazing part is that Tiddlywiki is like the perfect indexer for my
procedures, documents, internal company web sites, and even external web
sites. It is my plan for my one stop shopping tool at work. We have so many
places to look for information that it makes things difficult. Maybe
someday I'll be able to host it for the company I work for as a multi-user
wiki (I still have to learn node.js).
 In summary, Jeremy is a wizard; macros, widgets, plugins, and more are
treasures; And, I'm heading back on my quest in the wonderful and
marvelously magical land of Tiddlywiki 5. Sorry for sounding like a novel.
I'm a treasure seeking adventurer at heart.

On Mon, Dec 29, 2014 at 4:37 AM, Mat matiasg...@gmail.com wrote:

 Interesting experiments. Can I ask, how does this differ from iframes?

 I am particularly interested in being able to drag a titlelink out of an
 embedded external site (e.g iframe) for importing in the TW, i.e like
 normally done from e.g another window. I did a quick test with your
 _canonical_uri Example but it gave error just like with an iframe. Any
 thoughts?

 Thank you

 :-)

 On Monday, December 29, 2014 7:42:33 AM UTC+1, Andrew wrote:

 Check out my _canonical_uri Example
 http://t5a.tiddlyspot.com/#_canonical_uri%20Example that fills the
 entire tiddler.

 On Sun, Dec 28, 2014 at 11:38 PM, andrew harrison andrew.j@gmail.com
  wrote:

 Nevermind, I figured it out. I was trying to expand the _canonical_uri
 to fill the entire tiddler and then z-index the tc-tiddler-controls above
 it and I inadvertently killed the drop down. After expanding the iframe
 from the external viewer, I had to restyle the tiddler controls with the
 following in order to make sure I wasn't affecting the edit controls:

 html div.tc-titlebar  span.tc-tiddler-controls {
  position: absolute;
  right: 85px;
  z-index: 1;
 }


 On Sun, Dec 28, 2014 at 9:06 PM, andrew harrison andrew.j@gmail.com
  wrote:

 Hey all, somehow I broke my drop down for my tiddler controls and I
 can't figure out how to fix it. At times I can come up with some really
 complex stuff and then something like this stumps me. My site is at
 t5a.tiddlyspot.com. I was working on my _canonical_uri Example and
 somehow I seem to have caused it to stop showing. All I get is a little
 sliver of the drop down when I hit the more button. All I was trying to do
 was expand the _canonical_uri Example to fill the entire tiddler and then
 make the tiddler controls appear above it. The top toolbar more button
 works just fine. Anyone?



  --
 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 http://groups.google.com/group/tiddlywiki.
 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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: [TW5] Tick Sheet

2014-12-28 Thread andrew harrison
OK, I think I'm finished with my reset button for my dynamic Tick Sheet
http://t5a.tiddlyspot.com/#Tick%20Sheet%20Gem. It stores states and text
in a temp tiddler. It can be cloned with one slight anomaly that I you have
to click a slider or type in the text field in order for the reset button
to work, but I think I can live with that. I can add sliders and modify the
tick sheet or even it's clones and still the reset button works in the
clones, perfect. All made possible by the amazing Jeremy and his
$action-deletefield. Now if anyone want's to take a look and tell me if I
am doing something wrong or if it could be achieved easier, please let me
know. Next, I'm working on toggle hypertext.

On Thu, Dec 25, 2014 at 11:56 PM, andrew harrison 
andrew.j.harriso...@gmail.com wrote:

 Well, I created a reset button, but it isn't very dynamic. It does store
 states and text in a temp file, but I have to change the global reset macro
 if I want to change any sliders. I can clone it but then what if I want to
 change one of the sliders, my reset button would break. I need to be able
 to somehow cycle through the fields in my tick sheet or store the info for
 my reset button in my tick sheet like in a list field. I tried to stick the
 field names in a list field in my tick sheet but couldn't figure out how to
 use that to clear the fields in my temp tiddler. I couldn't figure out how
 to use information from the list filter and feed it to either a set
 command, or a setfield or even an action-setfield. Nothing seems to work.
 So if anyone has any other ideas? My working example is Tick Sheet
 http://t5a.tiddlyspot.com/#Tick%20Sheet%20Gem.

 On Tue, Dec 23, 2014 at 3:53 PM, andrew.j.harrison84 
 andrew.j.harriso...@gmail.com wrote:

 I am moving closer to a solution. If I put the field names for the
 sliders in a list I can use a list filter to clear all my fields in my temp
 tiddler. I would just like to figure out how I passed my tiddler title to
 my global reset macro. I really don't know what I'm doing. I am so confused.

 I am moving closer to a solution. If I put the field names for the
 sliders in a list I can use a list filter to clear all my fields in my temp
 tiddler. I would just like to figure out how I passed my tiddler title to
 my global reset macro. I really don't know what I'm doing. I am so confused.
 Tobias Beer beertob...@gmail.com wrote:
 Hi Jed,


 the list widget shouldn't have any side effects because those side
 effects would happen each time the widget is refreshed, which can happen at
 arbitrary times leading to undefined behaviour


 true, it shouldn't have those side effects on it's own ...but, once
 within a button or select or radio or check widget, it hopefully will have
 those exact side-efects.

 Best wishes, Tobias.

 Hi Jed,

 the list widget shouldn't have any side effects because those side
 effects would happen each time the widget is refreshed, which can happen at
 arbitrary times leading to undefined behaviour

 true, it shouldn't have those side effects on it's own ...but, once
 within a button or select or radio or check widget, it hopefully will have
 those exact side-efects.

 Best wishes, Tobias.




-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] [TW5] Broken tiddler control drop down

2014-12-28 Thread andrew harrison
Hey all, somehow I broke my drop down for my tiddler controls and I can't
figure out how to fix it. At times I can come up with some really complex
stuff and then something like this stumps me. My site is at
t5a.tiddlyspot.com. I was working on my _canonical_uri Example and somehow
I seem to have caused it to stop showing. All I get is a little sliver of
the drop down when I hit the more button. All I was trying to do was expand
the _canonical_uri Example to fill the entire tiddler and then make the
tiddler controls appear above it. The top toolbar more button works just
fine. Anyone?

-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Broken tiddler control drop down

2014-12-28 Thread andrew harrison
Nevermind, I figured it out. I was trying to expand the _canonical_uri to
fill the entire tiddler and then z-index the tc-tiddler-controls above it
and I inadvertently killed the drop down. After expanding the iframe from
the external viewer, I had to restyle the tiddler controls with the
following in order to make sure I wasn't affecting the edit controls:

html div.tc-titlebar  span.tc-tiddler-controls {
 position: absolute;
 right: 85px;
 z-index: 1;
}


On Sun, Dec 28, 2014 at 9:06 PM, andrew harrison 
andrew.j.harriso...@gmail.com wrote:

 Hey all, somehow I broke my drop down for my tiddler controls and I can't
 figure out how to fix it. At times I can come up with some really complex
 stuff and then something like this stumps me. My site is at
 t5a.tiddlyspot.com. I was working on my _canonical_uri Example and
 somehow I seem to have caused it to stop showing. All I get is a little
 sliver of the drop down when I hit the more button. All I was trying to do
 was expand the _canonical_uri Example to fill the entire tiddler and then
 make the tiddler controls appear above it. The top toolbar more button
 works just fine. Anyone?


-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Broken tiddler control drop down

2014-12-28 Thread andrew harrison
Check out my _canonical_uri Example
http://t5a.tiddlyspot.com/#_canonical_uri%20Example that fills the entire
tiddler.

On Sun, Dec 28, 2014 at 11:38 PM, andrew harrison 
andrew.j.harriso...@gmail.com wrote:

 Nevermind, I figured it out. I was trying to expand the _canonical_uri to
 fill the entire tiddler and then z-index the tc-tiddler-controls above it
 and I inadvertently killed the drop down. After expanding the iframe from
 the external viewer, I had to restyle the tiddler controls with the
 following in order to make sure I wasn't affecting the edit controls:

 html div.tc-titlebar  span.tc-tiddler-controls {
  position: absolute;
  right: 85px;
  z-index: 1;
 }


 On Sun, Dec 28, 2014 at 9:06 PM, andrew harrison 
 andrew.j.harriso...@gmail.com wrote:

 Hey all, somehow I broke my drop down for my tiddler controls and I can't
 figure out how to fix it. At times I can come up with some really complex
 stuff and then something like this stumps me. My site is at
 t5a.tiddlyspot.com. I was working on my _canonical_uri Example and
 somehow I seem to have caused it to stop showing. All I get is a little
 sliver of the drop down when I hit the more button. All I was trying to do
 was expand the _canonical_uri Example to fill the entire tiddler and then
 make the tiddler controls appear above it. The top toolbar more button
 works just fine. Anyone?




-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Broken tiddler control drop down

2014-12-28 Thread andrew harrison
Hold the boat folks, nothing is ever as simple as it seems. It seems as
though I broke the expanding info section. Hacking this beautiful work of
art is like trying to modify a Rembrandt with a toothbrush. I have to admit
that when I get an idea that seams simple at first with Tiddlywiki 5, it
really isn't. Please offer any suggestions. Thanks.

On Sun, Dec 28, 2014 at 11:42 PM, andrew harrison 
andrew.j.harriso...@gmail.com wrote:

 Check out my _canonical_uri Example
 http://t5a.tiddlyspot.com/#_canonical_uri%20Example that fills the
 entire tiddler.

 On Sun, Dec 28, 2014 at 11:38 PM, andrew harrison 
 andrew.j.harriso...@gmail.com wrote:

 Nevermind, I figured it out. I was trying to expand the _canonical_uri to
 fill the entire tiddler and then z-index the tc-tiddler-controls above it
 and I inadvertently killed the drop down. After expanding the iframe from
 the external viewer, I had to restyle the tiddler controls with the
 following in order to make sure I wasn't affecting the edit controls:

 html div.tc-titlebar  span.tc-tiddler-controls {
  position: absolute;
  right: 85px;
  z-index: 1;
 }


 On Sun, Dec 28, 2014 at 9:06 PM, andrew harrison 
 andrew.j.harriso...@gmail.com wrote:

 Hey all, somehow I broke my drop down for my tiddler controls and I
 can't figure out how to fix it. At times I can come up with some really
 complex stuff and then something like this stumps me. My site is at
 t5a.tiddlyspot.com. I was working on my _canonical_uri Example and
 somehow I seem to have caused it to stop showing. All I get is a little
 sliver of the drop down when I hit the more button. All I was trying to do
 was expand the _canonical_uri Example to fill the entire tiddler and then
 make the tiddler controls appear above it. The top toolbar more button
 works just fine. Anyone?





-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: [TW5] Tick Sheet

2014-12-25 Thread andrew harrison
Well, I created a reset button, but it isn't very dynamic. It does store
states and text in a temp file, but I have to change the global reset macro
if I want to change any sliders. I can clone it but then what if I want to
change one of the sliders, my reset button would break. I need to be able
to somehow cycle through the fields in my tick sheet or store the info for
my reset button in my tick sheet like in a list field. I tried to stick the
field names in a list field in my tick sheet but couldn't figure out how to
use that to clear the fields in my temp tiddler. I couldn't figure out how
to use information from the list filter and feed it to either a set
command, or a setfield or even an action-setfield. Nothing seems to work.
So if anyone has any other ideas? My working example is Tick Sheet
http://t5a.tiddlyspot.com/#Tick%20Sheet%20Gem.

On Tue, Dec 23, 2014 at 3:53 PM, andrew.j.harrison84 
andrew.j.harriso...@gmail.com wrote:

 I am moving closer to a solution. If I put the field names for the sliders
 in a list I can use a list filter to clear all my fields in my temp
 tiddler. I would just like to figure out how I passed my tiddler title to
 my global reset macro. I really don't know what I'm doing. I am so confused.

 I am moving closer to a solution. If I put the field names for the sliders
 in a list I can use a list filter to clear all my fields in my temp
 tiddler. I would just like to figure out how I passed my tiddler title to
 my global reset macro. I really don't know what I'm doing. I am so confused.
 Tobias Beer beertob...@gmail.com wrote:
 Hi Jed,


 the list widget shouldn't have any side effects because those side
 effects would happen each time the widget is refreshed, which can happen at
 arbitrary times leading to undefined behaviour


 true, it shouldn't have those side effects on it's own ...but, once within
 a button or select or radio or check widget, it hopefully will have those
 exact side-efects.

 Best wishes, Tobias.

 Hi Jed,

 the list widget shouldn't have any side effects because those side effects
 would happen each time the widget is refreshed, which can happen at
 arbitrary times leading to undefined behaviour

 true, it shouldn't have those side effects on it's own ...but, once within
 a button or select or radio or check widget, it hopefully will have those
 exact side-efects.

 Best wishes, Tobias.



-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] [TW5] Tick Sheet

2014-12-16 Thread andrew harrison
Hi all,
I'm trying to figure out how to build my Tick Sheet
http://t5a.tiddlyspot.com/#Tick%20Sheet%20Gem. I'm thinking that any
sliders or reset button should be defined as global macros. The states and
text field should be stored in a $:/temp tiddler because I don't want to
invoke dirty mode. I want to be able to easily clone the tick sheet in case
I need more than one tick sheet open at a time so I need to keep my macro
states, reset button and text field tied directly to the title. Maybe
$:/temp/$title$. idk, I'm confused. I tried to look at Stephan Hradek's
Toggle Contents but couldn't figure out how to incorporate a reset button
unless I somehow store all the states in one place. I managed to create a
couple of global macros but they just don't do what I want them to. Can
anyone offer suggestions?

-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] [TW5] Story top position in small screens

2014-12-09 Thread andrew harrison
I seem to have a problem with my tablet and my phone. When I view TW5, it
doesn't recognize *Story top position* from the control panels appearance
theme tweaks. I think it is related to the size of the screen. If I turn my
tablet sideways, it works. But if I turn my phone sideways, it still
doesn't. I tried to find out if anyone else had this problem but couldn't
find anything. Is not recognizing Story top position on a small screen a
glitch or something that I need to patch on my own page? Anyones help is
appreciated. My page is Tiddlywiki 5 Adventures http://t5a.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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] [TW5] Top Bars

2014-11-15 Thread andrew harrison
Thank you all. Visibility Shadow tiddlers on the to do list. My clock
button is in the right place and I'm dancing a little jig. I still have 3
anomalies and wish the buttons were bigger.
The import button looks to high
The save button has no right padding at all
And now somehow I have managed to mess up my delete button padding on the
edit toolbar.
I think the problem might have to do with the fact that I am using chrome
and that I don't know what I'm doing.

On Sat, Nov 15, 2014 at 5:34 AM, Jeremy Ruston jeremy.rus...@gmail.com
wrote:

 Hi Tobias

 I did mean $:/core/ui/PageTemplate/pagecontrols but I had forgotten that
 that tiddler was introduced recently, and so isn't on tiddlywiki.com, but
 can be found in the latest 5.1.5 prerelease:

 http://tiddlywiki.com/prerelease

 Best wishes

 Jeremy.




 On Sat, Nov 15, 2014 at 11:46 AM, Tobias Beer beertob...@gmail.com
 wrote:

 The built-in shadow $:/core/ui/PageTemplate/topleftbar lacks the logic
 to selectively hide and show buttons; you can see an example of what's
 needed in $:/core/ui/PageTemplate/pagecontrols.


 Would you rather mean...

- $:/core/ui/ControlPanel/Toolbars/PageControls
- $:/core/ui/PageTemplate/sidebar

 ?

 Best wishes, Tobias.




 --
 Jeremy Ruston
 mailto:jeremy.rus...@gmail.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 http://groups.google.com/group/tiddlywiki.
 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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] [TW5] Top Bars

2014-11-14 Thread andrew harrison
@Jeremy,
 Greetings. I have worked on $:/core/ui/PageTemplate/topleftbar on my
site t5a.tiddlyspot.com using examples
from $:/core/ui/EditTemplate/controls, $:/core/ui/PageTemplate/sidebar,
and $:/core/ui/ViewTemplate/title. I created it as a shadow tiddler and
made some adjustments to my clock styling and added tags to what seemed to
be the right buttons. I still have a couple of questions if you could point
me in the right direction. Why do you even need visibility shadow tiddlers?
also the save button is showing no right padding for some odd reason in my
top bar? I would also like my clock to show up first? Or would that be
another feature enhancement?

On Wed, Nov 12, 2014 at 11:29 AM, Jeremy Ruston jeremy.rus...@gmail.com
wrote:

 Thanks Andrew, I'll be interested to see the results.

 Best wishes

 Jeremy.


 On Wed, Nov 12, 2014 at 6:26 PM, andrew.j.harrison84 
 andrew.j.harriso...@gmail.com wrote:

 Thank you. And just want to add how awesome you are.




 Sent from my Samsung Epic™ 4G Touch

 Jeremy Ruston jeremy.rus...@gmail.com wrote:
 Hi Andrew

 The built-in shadow $:/core/ui/PageTemplate/topleftbar lacks the logic
 to selectively hide and show buttons; you can see an example of what's
 needed in $:/core/ui/PageTemplate/pagecontrols.

 Best wishes

 Jeremy.


 On Tue, Nov 11, 2014 at 9:10 PM, andrew.j.harrison84 
 andrew.j.harriso...@gmail.com wrote:

  I like the way tool bars can be modified from the ControlPanel
 appearance tab. I liked it so much that I set out to add the top left and
 top right toolbars to tabs also just like the edit, page, and view toolbar
 tabs.
  I seem to have gotten stuck. I started with TopLeftToolbar creating
 shadow tiddlers with everything just like the edit, page, and view. There
 are multiple shadow tiddlers for each. But checking or unchecking seems to
 have no effect. The tag only makes it show up in the top toolbar. My
 testing page is t5a.tiddlyspot.com. Any suggestions? Maybe it's my
 clock which doesn't want to play with the other nice buttons.


 Sent from my Samsung Epic™ 4G Touch

 --
 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 http://groups.google.com/group/tiddlywiki.
 For more options, visit https://groups.google.com/d/optout.




 --
 Jeremy Ruston
 mailto:jeremy.rus...@gmail.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 http://groups.google.com/group/tiddlywiki.
 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 http://groups.google.com/group/tiddlywiki.
 For more options, visit https://groups.google.com/d/optout.




 --
 Jeremy Ruston
 mailto:jeremy.rus...@gmail.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 http://groups.google.com/group/tiddlywiki.
 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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] [TW5] How to embed a PDF file

2014-07-12 Thread andrew harrison
Hi again. I've tried the new external image viewer in 5.0.13 but I still
can't get IE9 to view in embedded mode. So I'm once again trying to embed a
pdf file so that IE9 will display it in embedded mode instead of using the
default pdf viewer so that it doesn't cover up my icons in my topleftmenu
bar. I found the js file at PDFObject.com:
[[pdfobject.js]]

/* PDFObject, copyright (C) 2008 Philip Hutchison (pipwerks.com).
Documentation and examples are at www.pdfobject.com. Version 1.2,
April 2011. MIT style license */
var PDFObject=function(y){if(!y||!y.url){return false;}var
w=1.2,b=y.id||false,i=y.width||100%,z=y.height||100%,r=y.pdfOpenParams,a,x;var
v=function(){var c=null;if(window.ActiveXObject){c=new
ActiveXObject(AcroPDF.PDF);if(!c){c=new
ActiveXObject(PDF.PdfCtrl);}if(c!==null){return true;}}return
false;};var u=function(){var c,f=navigator.plugins,d=f.length,e=/Adobe
Reader|Adobe PDF|Acrobat/gi;for(c=0;cd;c++){if(e.test(f[c].name)){return
true;}}return false;};var t=function(){var
c=navigator.mimeTypes[application/pdf];return(cc.enabledPlugin);};var
s=function(){var
c=null;if(u()||v()){c=Adobe;}else{if(t()){c=generic;}}return
c;};var q=function(){var
e=document.getElementsByTagName(html);if(!e){return false;}var
c=e[0].style,d=document.body.style;c.height=100%;c.overflow=hidden;d.margin=0;d.padding=0;d.height=100%;d.overflow=hidden;};var
p=function(d){var c=,e;if(!d){return c;}for(e in
d){if(d.hasOwnProperty(e)){c+=e+=;if(e===search){c+=encodeURI(d[e]);}else{c+=d[e];}c+=;}}return
c.slice(0,c.length-1);};var o=function(d){var
c=null;switch(d){caseurl:c=a;break;caseid:c=b;break;casewidth:c=i;break;caseheight:c=z;break;casepdfOpenParams:c=r;break;casepluginTypeFound:c=x;break;casepdfobjectversion:c=w;break;}return
c;};var n=function(d){if(!x){return false;}var
c=null;if(d){c=(d.nodeTyped.nodeType===1)?d:document.getElementById(d);if(!c){return
false;}}else{c=document.body;q();i=100%;z=100%;}c.innerHTML='object
data='+a+'
type=application/pdf width='+i+' height='+z+'/object';return
c.getElementsByTagName(object)[0];};a=encodeURI(y.url)+#+p(r);x=s();this.get=function(c){return
o(c);};this.embed=function(c){return n(c);};return this;};

Type: application/javascript

but then I can't figure out how to do the following:

!-- insert in the document head --

script type='text/javascript'

  function embedPDF(){

var myPDF = new PDFObject({

  url: 
'file:///C:/Users/saltiec/Documents/Family/Andy/tiddlywikidev/sysmap.pdf',
  pdfOpenParams: { pagemode: 'none', scrollbars: '0', toolbar:
'0', statusbar: '0', messages: '0', navpanes: '0' }

}).embed();

  }

  window.onload = embedPDF; //Feel free to replace window.onload if needed.

/script

-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] [TW5] How to suppress Tiddler Title

2014-06-17 Thread andrew harrison
I am playing with different parts of the tiddler ViewTemplate seeing how I
can modify how tiddlers are displayed. I created a $:/ViewTemplate/title
tiddler and copied the content from $:/core/ui/ViewTemplate/title, then
tagged it with $:/tags/ViewTemplate and removed the same tag from the
$:/core/ui/ViewTemplate/title tiddler but now my tiddler title is at the
bottom of the tiddler. I know it is because the $:/core/ui/ViewTemplate
tiddler uses a list function which is finding shadow tiddlers first. Is
there a way I can make it think my $:/ViewTemplate/title tiddler is a
shadow tiddler or do I have to modify the $:/core/ui/ViewTemplate tiddler
also?

-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: [TW5] How to suppress Tiddler Title

2014-06-17 Thread andrew harrison
Thank you.


On Tue, Jun 17, 2014 at 1:58 PM, Stephan Hradek stephan.hra...@gmail.com
wrote:

 Why didn't you simply modify the original template?

 --
 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 http://groups.google.com/group/tiddlywiki.
 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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] [TW5] Transcluded object frame for pdf and web pages

2014-06-14 Thread andrew harrison
Hi again,
 My frame viewer displays either pages or files within an object frame.
 I'm having trouble with the styling. I know it should be moved to the
stylesheet if deviating from native styling. I was hoping there is existing
classes that I could use? I wish there was a list somewhere. I wanted it to
expand to the full size of the tiddler except at the top for the title and
link with no padding on the sides and bottom and still have rounded corners.
 Here is what I have so far:

$:/objectframe

\define objfra() [[$(title)$|$(path)$]] object type=text/html
data=$(path)$ style=width:100%;height:545px;/object

objfra

Tiddler with transcluded object frame template

$set name=path value=http://www.tiddlywiki.com;
$set name=title value={{!!title}}
{{$:/objectframe}}
/$set/$set

!-- Textual data in a zTXt chunk with duplicate words and spaces
removed and hidden using comment tags --

My working example: http://t3d.tiddlyspot.com/#Tiddlywiki

Any suggestions welcome.

-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] [TW5] Transcluded object frame for pdf and web pages

2014-06-14 Thread andrew harrison
 Thanks Jeremy for the heads up about the new external tiddler feature
coming. I look forward to it. Until then I continued working on my object
viewer.
I've moved styling to my stylesheet and with some additional I'm now happy
with how it looks at least on my tablet. I hope it doesn't break or
interfere with TW5 internal workings.
This viewer displays either pages or files within an object frame. The view
fills and still has rounded corners.

Here is what I have so far:

$:/stylesheet

/* TIDDLERS WITH OBJECT VIEWER WITH ROUNDED CORNERS */
html .tw-object-frame {
 border-bottom-right-radius: 1em;
 border-bottom-left-radius: 1em;
 -moz-border-radius-bottomright: 1em;
 -moz-border-radius-bottomleft: 1em;
 webkit-border-bottom-right-radius: 1em;
 webkit-border-bottom-left-radius: 1em;
 margin: 0 -42px -61px -42px;
 width: calc(100% + 84px);
 min-height: 80%;
}

$:/objectframe

\define objfra() [[$(title)$|$(path)$]] object type=text/html
data=$(path)$ class=tw-object-frame/object

objfra

Tiddler with transcluded object frame template

$set name=path value=http://www.tiddlywiki.com;
$set name=title value={{!!title}}
{{$:/objectframe}}
/$set/$set

!-- Textual data in a zTXt chunk with duplicate words and spaces
removed and hidden using comment tags so full content searchable --

My working example: http://t3d.tiddlyspot.com/#Tiddlywiki

Any suggestions welcome.

-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: [TW5] How do (should) I start a new line in a Tiddler?

2013-12-18 Thread Andrew Harrison
I still don't know why my responses to this group don't show up for days, even 
weeks. That aside, I think markup is only useful for keeping the size of the 
file small. Triple letters is a bit much, and I wish it were double characters 
for everything. br was 4 and I have it times 1000, so  is 3 X 1000 = 3000. 
Sooo, thank you 1000 times Jeremy. I wish it could be 2000 times.




Sent from my Samsung Epic™ 4G TouchVincent Yeh qmo.w...@gmail.com wrote:Mat,

I'd like to +1 (and like) the idea of as few, as generic and as coherent as 
possible. :-)

Have fun!
Vincent

On Tuesday, December 17, 2013 5:17:49 PM UTC+8, Mat wrote:
Various editors allow you to press Shift+Enter for hard line breaks. I think 
this would be a nice(-r) solution, if possible.

But actually, if I understand it right there is now

 and  for block quotes (btw, I'm always unsure if it's  or ) (with 
resevations for googlegroup messing up this here)
 for monospace
 for hard line breaks
double enter for paragraphs
and maybe more.

...am I alone in thinking that this is a bit much? It doesn't feel coherent. 
Even CSS would be more intuitive and generic ; ie {{block{ ... {{mono{ ...etc. 
So how about this idea, using the single and familiar  as a markup indicator

block
here's the
block text
block

mono
10 write Hello
20 goto 10;
mono

linebreaks
poetry for
the people
linebreaks

etc

Maybe that repetitive bottom command is not necessary, i.e instead of bottom 
mono just a single  to show end.

Could even be with optional commands for even easier use, ie all these for the 
same result: mono or code or m or c

I think this is a LOT easier to learn (and there's already a LOT of other stuff 
to learn in order to use TW). I think we should strive for as few, as genereic 
and as coherent commands as possible.

:-)


On Sunday, December 15, 2013 3:16:58 PM UTC+1, Jeremy Ruston wrote:
I've just added support for hard line breaks using triple-double quotes:


The linebreak at the end
of this line
will be preserved


The new feature will be released with 5.0.2 shortly

Best wishes

Jeremy



On Sun, Dec 15, 2013 at 4:50 AM, jb dall...@gmail.com wrote:
Me too. I am a long time TWC user (several yrs.) without really understand all 
the underlying code. I have been able to mimic others and use some or Eric's 
awesome plugins. I am having a really hard time warming up to all of the extra 
spacing in TW5. If only we could get a theme that have a more 'classic' look.
Awesome job Jeremy!


On Saturday, December 14, 2013 8:11:31 PM UTC+8, Gerald Strickland wrote:
First off, thank you Jeremy Ruston and to all of those involved with 
TiddlyWiki. I started using TWC a few months ago and it completely satisfied 
the way I like to keep my notes and document whatever I happen to be working 
on. Simply incredible. Then early this month, while looking for ways to tweak 
the look of my TWC, I came across TW5 and was blown away!

The question is exactly what's written on the subject line. In TWC, when 
writing a tiddler, I can hit the enter key and start a new line. In TW5, I can 
only (afaik) achieve this either by creating a bullet or numbered list. There 
are cases where I would not want a bullet or numbered list and just simply 
create a new line. The way I'm doing this now is by typing in br in front of 
each line. Is there another way of doing this? Not that big of a deal if there 
isn't, just curious. I understand hitting Enter twice moves you down to a new 
line, but I'd prefer if I didn't have that much space between my lines.

I could always experiment using a text expander software or something like that 
to speed up the br inputs. OR I could make it easy on myself and just get 
used to numbered lists and bullets.
-- 
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+...@googlegroups.com.
To post to this group, send email to tiddl...@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/groups/opt_out.



-- 
Jeremy Ruston
mailto:jeremy...@gmail.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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/groups/opt_out.

-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit 

RE: [tw] Re: [TW5] Possible to sum fields?

2013-12-12 Thread Andrew Harrison
I don't use spreadsheets, and would have to weed it out so please keep it out 
of the core or you can include it, just keep it in it's own module so it can be 
deletable.




Sent from my Samsung Epic™ 4G TouchDylan Kinnett dylan.kinn...@gmail.com 
wrote:But I am not sure whether a spreadsheet functionality shall be native to 
the core or not. I would think it better as an addition rather than in the 
core, because it can grow quite large as more and more functions are defined.

It does make sense to have it as a plugin if it's going to add so much, but I 
for one would like to vote for it. My TiddlyWiki5 application is taking on some 
very spreadsheet-like qualities and I suppose others might benefit from such 
functionality as well.  
-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/groups/opt_out.

-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [tw] TW5 Clock

2013-12-05 Thread Andrew Harrison
Well, I found setTimeout(), setInterval(), clearTimeout(), and clearInterval() 
which are supported by node.js but I'm trying to access the computer's internal 
clock using what? It's just javascript? I'm confused as to what language to use 
to program a widget in TW5? Does it matter if I'm using TW5 stand alone edition 
or if it is shared via an actual node.js install?




Sent from my Samsung Epic™ 4G TouchJeremy Ruston jeremy.rus...@gmail.com 
wrote:Hi Andrew

There's no native way to build a clock in TW5, so your best bet is probably to 
include the clock via an iframe. There are  websites offering clocks designed 
to be embedded that you could use.

In the future, the combination of a couple of planned features should make it 
possible to create a clock entirely within TW5. The missing features are the 
ability for widgets to refresh themselves at a time interval, and a way to 
assign the current time to a variable.

Best wishes

Jeremy



On Sun, Dec 1, 2013 at 4:53 PM, Andrew Harrison andrew.j.harriso...@gmail.com 
wrote:

Is there a way to access the computer internal clock? Would that be a widget? I 
wanted to put a clock button with seconds in my top menu like I have in TWC. 
Any suggestions?



Sent from my Samsung Epic™ 4G Touch
-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/groups/opt_out.



-- 
Jeremy Ruston
mailto:jeremy.rus...@gmail.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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/groups/opt_out.

-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/groups/opt_out.


[tw] TW5 Clock

2013-12-01 Thread Andrew Harrison

Is there a way to access the computer internal clock? Would that be a widget? I 
wanted to put a clock button with seconds in my top menu like I have in TWC. 
Any suggestions?



Sent from my Samsung Epic™ 4G Touch

-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/groups/opt_out.


RE: [tw] [TW5] Bug with Tags display?

2013-11-04 Thread Andrew Harrison
Does it toggle off by clicking the yellow tag that says PM? I should toggle. On 
my android phone, it toggles and goes away if I touch it again.




Sent from my Samsung Epic™ 4G TouchJpWire john.phil...@gmail.com wrote:
I actually enjoy using TW5, but there's this one bug that prevents me from 
using it further and going back to 2.8.
I use the tags feature a lot, but sometimes, the Tags List does not close - see 
image below






If I click outside of the list, nothing happens. If I click on another Tags 
List (say, Passwords), then the Passwords Tag List appears behind the PM list. 
If I refresh or close the browser, the PM Tags list still doesn't close.

Browser being used: FF 24.0. OS: Win XP (yes, pretty old, I know).

Tested with Chrome Version 30.0.1599.101 m and unable to close the Tags List.



Any suggestions?









-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/groups/opt_out.

-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/groups/opt_out.