[tw] [TW5] How to create accountability board?

2014-07-06 Thread Jimmy Liew
Hi All, I would like to create something like "http://tiddlywiki.com/#Latest:Latest"; which it looks like an accountability board or pin-board to me. Can anyone guide me on how to do it? Thanks. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group

[tw] Re: [TWC] Buttons to use with FormTiddlerPlugin - help me understand??

2014-07-06 Thread Antaeus Feldspar
I don't think that's the problem. The actual complete function is this: function tiddlerOfThis (element) { return (store.getTiddler(story.findContainingTiddler(element).getAttribute("tiddler"))); } since that function gets called like so: I was trying to make a minimal test case of

[tw] Zoomin Hidden Menu Problem?

2014-07-06 Thread 'Stephen Kimmel' via TiddlyWiki
This is not a major issue but I can't help the thought that it wasn't what was intended. Perhaps this comment is best thought of as a suggestion for doing things slightly differently. Working with 5.13, with the story view set to Zoomin, I find that the hide the right menu button (the right poi

[tw] Re: [TWC] Buttons to use with FormTiddlerPlugin - help me understand??

2014-07-06 Thread Eric Shulman
On Sunday, July 6, 2014 11:24:01 AM UTC-7, Antaeus Feldspar wrote: > > "offset", and three buttons, each of which has an onClick() handler > defined. Each of them calls a function that I defined in a systemConfig > plugin, called "tiddlerOfThis", which simply returns the result of: > > > stor

[tw] [TWC] Buttons to use with FormTiddlerPlugin - help me understand??

2014-07-06 Thread Antaeus Feldspar
Hello - I've been working on a TW to help me keep track of my "to do" items, and it makes heavy use of Udo Borkowski's FormTiddlerPlugin. It has been working great, and I've definitely been "eating my own dogfood" with it. However, I'm trying to add a functionality to it and I really don't un

Re: [tw] Re: [TW5] Trouble viewing TW on Android Device

2014-07-06 Thread Jeremy Ruston
Hi stevekimmel > the main body of the wiki looks fine other than it fills almost the entire screen. The sidebar section is crushed beyond usability or pushed off the screen completely. It is almost as though my screen is 800 px wide and the normal ability to zoom has somehow been disabled. In any

[tw] Re: [TW5] Trouble viewing TW on Android Device

2014-07-06 Thread Ton Gerner
Hi Stephen, I don't know the Kindle Fire but can give some general advice. Go to the Theme Tweaks (Cog wheel > Appearance > Theme Tweaks). There you can adjust e.g. the position of the Sidebar and the tiddler width. Play with the values over there: Try to decrease the Tiddler width (e.g. 686 =>

[tw] Re: [TW5] Nested lists again ...

2014-07-06 Thread Michael
Thanks, Makabele, you saved me again! One of the great things about TW is that it can be really tweaked and customized for each one's specific use cases! However, for people like me, with little programming knowledge, it can also become a bit frustrating. I am very savvy at tweaking existing ex

Re: [tw] Re: [TW5] How do I stop automatic link creation?

2014-07-06 Thread Jeremy Ruston
On Sun, Jul 6, 2014 at 3:53 PM, Michael wrote: > I always wondered, why words containing hyphens (e.g. Ctrl-A) are > considered as WikiLinks. > There's been some discussion on this: https://github.com/Jermolene/TiddlyWiki5/issues/337 As I commented on the ticket, I think that camelcase detecti

Re: [tw] Re: [tw5] CycleTags button in TW5?

2014-07-06 Thread cmari
Hi Matabele, Thanks so much for both the very clear and succinct summary of correct syntax and the tidied code! cmari On Thu, Jul 3, 2014 at 11:05 PM, Matabele wrote: > Hi Mans > > After further testing, I have found that fields work better than data > entries -- especially when switching from

[tw] Re: [TW5] How do I stop automatic link creation?

2014-07-06 Thread Michael
I always wondered, why words containing hyphens (e.g. Ctrl-A) are considered as WikiLinks. To create WikiLinks from words that are written in CamelCase makes absolute sense, since these words are arbitrarily written in that way, and CamelCase is an established way of 'marking up' specific words

Re: [tw] Re: [TW5] How do I stop automatic link creation?

2014-07-06 Thread thameera...@gmail.com
On Sun, Jul 6, 2014 at 8:00 PM, Matabele wrote: > since version 5.0.13 I have 5.0.12-beta in this (hosted at tiddlyspot). Should find a way to upgrade. Thanks! It's much nicer if automatic linking can be turned like that forever. -- http://twitter.com/thameera http://thameera.com -- You r

[tw] Re: [TW5] Nested lists again ...

2014-07-06 Thread Matabele
Hi Try something like: <$list filter="[tags[]!is[system]sort[title]]"> !!{{!!title}} <$list filter="[all[current]tagging[]]"/> regards On Sunday, July 6, 2014 4:14:53 PM UTC+2, Michael wrote: > > Back to my SECOND problem: > > I want to create a nested list, where the outer list is consti

Re: [tw] Re: [TW5] How do I stop automatic link creation?

2014-07-06 Thread Matabele
Hi In that case, since version 5.0.13, this macro could be included as a global macro or in a macro group using the <$importvariables> widget. regards On Sunday, July 6, 2014 11:51:33 AM UTC+2, Måns wrote: > > Hi Thameera > > Putting ~ worked. Thanks! >> > > You can disable automatic wikilinkin

[tw] Re: [TW5] Nested lists again ...

2014-07-06 Thread Michael
Back to my SECOND problem: I want to create a nested list, where the outer list is constituted by all the (non-system)tags in my TW (im my case blogs and topics), and the inner list contains all the tiddlers that are tagged with a specific tag. TAG A - Tiddler 1 tagged with TAG A - Tiddler

Re: [tw] Re: [TW5] How do I stop automatic link creation?

2014-07-06 Thread thameera...@gmail.com
On Sun, Jul 6, 2014 at 3:21 PM, Måns wrote: > You can disable automatic wikilinking from a tiddler by writing: > > \define tw-wikilinks() no > Nice! That can be more convenient when there are a lot of false positives. Thanks! -- http://twitter.com/thameera http://thameera.com -- You receiv

Re: [tw] Re: [TW5] How do I stop automatic link creation?

2014-07-06 Thread Måns
Hi Thameera Putting ~ worked. Thanks! > You can disable automatic wikilinking from a tiddler by writing: \define tw-wikilinks() no at the top of the tiddler.. Cheers Måns Mårtensson > I'm hosting the wiki at tiddyspot. How would changing a core module's code > affect it? > > > On Sat, Jul

Re: [tw] Re: [TW5] "SecurityError: The operation is insecure." when trying to save (Firefox on OS X)

2014-07-06 Thread Jeremy Ruston
OK, it took me about 5 minutes to discover how to turn off cookies in Firefox (grrr) but I can now duplicate the error. It turns out that the problem is that when cookies are disabled Firefox fails access to localStorage with an error: https://bugzilla.mozilla.org/show_bug.cgi?id=771890 I've fix