[tw] Re: [TW5] Code style with plugin development by example

2016-01-10 Thread Tobias Beer
Hi Devin, While I would better like to understand the *exports* mechanism myself, and so I can't actually evaluate the significance of your request, please post things like this at TiddlyWikiDev . Anyhow, if you understand the

[tw] Re: [TW5] Collapsing and expanding parts and the whole of a list

2016-01-10 Thread Eric Shulman
errata I used a variable reference, <> that I forgot to define in the $list widgets either: A) add: variable="listitem" to each $list widget or B) use: tiddler=<> in each $action-setfield -e -- You received this message because you are subscribed to the Google Groups "TiddlyWiki"

[tw] Re: [TW5] Writing to Two Separate Fields with Checkbox Input

2016-01-10 Thread Scott Simmons (Secret-HQ)
On Sunday, January 10, 2016 at 9:36:53 PM UTC-5, Matabele wrote: > The value in 'checkedtime' toggles as expected, however the checkbox's > have no effect? > H. I could've sworn I had that working last night. (And, like a bonehead, I've already cleared my backups and can't find the

[tw] Re: [Biggie?] Import from iframe works - simple 2 step trick

2016-01-10 Thread Mat
@Eric Shulman wrote: titles as links >> > $:/ControlPanel, Settings tab, scroll down to "Tiddler Titles" and enable > "Display tiddler titles as links". Q.E.D. > Hehe, yes it did feel like there was something familiar about it. Thanks Eric. <:-) -- You received this message because you

[tw] Re: [TW5] Writing to Two Separate Fields with Checkbox Input

2016-01-10 Thread Matabele
Hi Using this code: <$reveal type="match" state="!!fake" text="nope"> <$button set="!!fake" setTo="yep" class="tc-btn-invisible"> <$action-setfield checkedtime=<> /> <$checkbox tag="tag me tagged">Check me! <$reveal type="match" state="!!fake" text="yep"> <$button set="!!fake" setTo="nope"

[tw] Re: [Biggie?] Import from iframe works - simple 2 step trick

2016-01-10 Thread Eric Shulman
On Sunday, January 10, 2016 at 5:02:08 PM UTC-8, Mat wrote: > > P.S Things woudl be simplified if tiddlers had links with their own titles > to be dragged, intead of locating a title link elsewhere for the tiddler. > @Jeremy has mentioned introducing <$draggable> previously and make titles >

[tw] Re: [TW5] Collapsing and expanding parts and the whole of a list

2016-01-10 Thread cmari
Hi Mat, I appreciate your reply, but I have no idea how to implement what you've described, or to use it to accomplish what I'm trying to do. My examples didn't include anything called "thefield", and what I want to display is tiddlers, not fields. I know how to set fields using a button - but

[tw] Re: [TW5] Collapsing and expanding parts and the whole of a list

2016-01-10 Thread Eric Shulman
On Sunday, January 10, 2016 at 4:01:30 PM UTC-8, cmari wrote: > > Now that I have finally figured out how to expand and collapse separate > parts of a filtered list independently of one another, > I'd like to be able to expand or collapse the entire list with one click, > and I can't figure out

Re: [tw] Re: Name formatting using caption field

2016-01-10 Thread David Allen
The white space part of the setvars works fine. Thanks for that tip, should make it easier to add to later. Out of curiosity, in what order are macros, text references, widgets, etc used? I ask because I'm extremely close to getting a tiddler that can modify the large number of already-made

[tw] Re: [TW5] Writing to Two Separate Fields with Checkbox Input

2016-01-10 Thread Matabele
Hi I think something like this will do the trick: <$reveal type="match" state="!!fake" text="nope"> <$button set="!!fake" setTo="yep" class="tc-btn-invisible"> <$action-setfield checkedtime=<> /> <$action-listops $tags="[[tag me tagged]]"/> Check me! <$reveal type="match" state="!!fake"

[tw] Re: [TW5] Collapsing and expanding parts and the whole of a list

2016-01-10 Thread Mat
On Monday, January 11, 2016 at 4:43:48 AM UTC+1, cmari wrote: > > Hi Mat, > I appreciate your reply, but I have no idea how to implement what you've > described, > Sorry for my sloppy post. Anyway, I assume you're happy with Erics reply. (But I do believe it should be fairly simple with CSS -

Re: [tw] Re: [TW5] Search in field contents?

2016-01-10 Thread Илья Тимонин
Hi! Is there an ability to search through entire tiddlywiki (including tags, titles and fields) in one tab? Can I add this mechanism as default search on sidebar? воскресенье, 4 января 2015 г., 4:59:05 UTC+3 пользователь Tobias Beer написал: > > Hi Stephan, > > we should use the new `regexp`

Re: [tw] Re: [TW5] edit-text widget with popup

2016-01-10 Thread Tobias Beer
Hi Matabele, Not sure exactly what you're looking for, but try something like this: > I tried to add the class tc-popup-keep to the reveal, but the popup won't be sticky. Any ideas how to make a reveal given focus by an edit-text-widget not close when

[tw] [TW5] Updated Plugin: tobibeer/filter 0.5.6

2016-01-10 Thread Tobias Beer
Hi everyone, With cmari kindly posting a detailed bug-report I came to realize, that it is rather simple to construct an invalid filter expression as the the subfilter. Therefore, on encountering any filter errors, the

[tw] [TW5] Updated Plugin: tobibeer/filter 0.5.7

2016-01-10 Thread Tobias Beer
Hi everyone, With cmari kindly posting a detailed bug-report I came to realize, that it is rather simple to construct an invalid filter expression as the the subfilter. Therefore, on encountering any filter errors, the

[tw] Re: Name formatting using caption field

2016-01-10 Thread Tobias Beer
Hi David, I'm a quite amazed to find you using *setvars* at that level of complexity. *bows down* As for long expressions like yours, I'd possibly use plenty line-breaks and white-space for readability, e.g.: \define name_output(species,first,second,third) <$setvars twothreename="""

[tw] Re: [TW5] New plugin: tobibeer/filter

2016-01-10 Thread Tobias Beer
Hi again, cmari, > Thanks for the detailed report. > With this very last step I could reproduce the error. > Will investigate tomorrow. > > One thing's for sure, removing that *+* sign > from the filter expression > will have the subfilter evaluated

[tw] Re: Toc sorted by creation

2016-01-10 Thread K0ertis
Hi Tobias, My idea is: I want to summaries my research of the day in the evening .For that it would be nice if the latest notes were on top of the list. Till now I named the months 116 (caption January), 216(caption:February) etc. and for next year 117,217,317 etc. Or do you know a better

Re: [tw] Re: [TW5] edit-text widget with popup

2016-01-10 Thread Tobias Beer
Hi Matabele, > I tried to add the class tc-popup-keep > to the reveal, but the popup > won't be sticky. > Any ideas how to make a reveal given focus by an edit-text-widget not > close when clicking inside? > I figured it out. It needs both classes

[tw] Re: Toc sorted by creation

2016-01-10 Thread K0ertis
Hi! I have a tiddler which is named 2016 and tagged to Content, then the following Months are tagged to 2016. But I made a mistake previously, my toc looks like this: <> All levels are sorted by created, or? So also the second level of the toc? Thanks, best wishes! -- You received this

[tw] Re: My 'perfect.system' just got much more perfecter-ish

2016-01-10 Thread Tobias Beer
Hi David, Surely, what you are handling here is possibly what many users are facing: What to do if one wiki ain't going to cut it? May I ask: (Why) Did you decide against putting *all* your wikis in the same folder. It appears that would make cross-referencing a whole lot easier, since we

[tw] Re: Toc sorted by creation

2016-01-10 Thread Tobias Beer
Hi K0ertis, > All levels are sorted by created, or? So also the second level of the toc? > That is right... and it is possibly the root of your problem. I'm sorry to say — and I expected that to begin with — but the kind of "date-drilldown" you wish to achieve is really *not* what the toc is

[tw] Re: My 'perfect.system' just got much more perfecter-ish

2016-01-10 Thread Mat
@Dave Please try it out and give me some feedback. > ATM I have too many tw things going on to try it out, but from what I read here I must absolutely insist that you demo this on some hangout. Please. Sounds very interesting. <:-) -- You received this message because you are subscribed

Re: [tw] Re: My 'perfect.system' just got much more perfecter-ish

2016-01-10 Thread David Gifford
okay as long as the hangouts are Tuesdays I should be able to do that, my classes are on Weds this semester Dave On Sun, Jan 10, 2016 at 9:57 AM, Mat wrote: > @Dave > > Please try it out and give me some feedback. >> > > ATM I have too many tw things going on to try it

Re: [tw] Re: My 'perfect.system' just got much more perfecter-ish

2016-01-10 Thread David Gifford
Good morning Tobias, good question. I put all my main TWs in the outer folder to keep things simpler for cross referencing. I put all the images in another folder, so that when I save an image from the web, or want to know where a photo is, I know it will be in the 'i' folder. I put all the

[tw] Re: Toc sorted by creation

2016-01-10 Thread Tobias Beer
Hi K0ertis, There are a number of ways to go about it. I think the simplest way to go about it would be to just use something like: title: Latest <$list filter="[!is[system]has[created]!sort[created]limit[50]]"> <$view field="created" format="date" template="-0MM-0DD"/>: <$link><$view

[tw] Re: v5.1.10 : Checkbox to add contents below river not working

2016-01-10 Thread Tobias Beer
Hi Alex, If you want to use the checkbox-widget outside the story, you either need to wrap it all in a TiddlerWidget or use the vars-widget to set the currentTiddler variable title: $:/config/position/foo <$vars currentTiddler="$:/config/position/foo"> <$checkbox tag="$:/tags/TopLeftBar">Top l

[tw] Re: v5.1.10 : Checkbox to add contents below river not working

2016-01-10 Thread PMario
Hi Alex, It works, if you remove the trailing space. <$checkbox tag="$:/tags/TopLeftBar">Top l eft <$checkbox tag="$:/tags/TopRightBar">Top right <$checkbox tag="$:/tags/AboveStory">above <$checkbox tag="$:/tags/BelowStory ">below <- see the trailing space here This is a known

[tw] Re: v5.1.10 : Checkbox to add contents below river not working

2016-01-10 Thread Tobias Beer
Hi Mario, > It works, if you remove the trailing space. > Did you actually try clicking the checkboxes in the topleftbar or toprightbar? > <$checkbox tag="$:/tags/BelowStory ">below > ^ > |--- see the trailing

[tw] Re: How can I show a ViewTemplate cnditionally?

2016-01-10 Thread Devin Weaver
Perfect! That is exactly what I want! I just book marked that site, well done. On Saturday, January 9, 2016 at 9:16:10 PM UTC-5, Tobias Beer wrote: > > Hi Devin, > > >> What I was hoping would be to have that tiddler only visible on tiddlers >> which have a specific tag. >> > > Have a look at

[tw] Re: [TW5] Writing to Two Separate Fields with Checkbox Input

2016-01-10 Thread Scott Simmons (Secret-HQ)
*>sniff<* *I love you guys!* Life got in the way this week, and I didn't get a chance to read and try this until last night — but it's a clever, elegant solution. As it turns out, you can even use a proper <$checkbox/> macro in conjunction with it to toggle tags: <$reveal type="match"

Re: [tw] Re: [TW5] edit-text widget with popup

2016-01-10 Thread William Jackson
Hi Tobias OK thanks — I’ll give this a try. regards On 10 January 2016 at 3:18:17 PM, Tobias Beer (beertob...@gmail.com) wrote: Hi Matabele,   I tried to add the class tc-popup-keep to the reveal, but the popup won't be sticky. Any ideas how to make a reveal given focus by an edit-text-widget

Re: [tw] Re: My 'perfect.system' just got much more perfecter-ish

2016-01-10 Thread David Gifford
Hi Dave, I realize now that I didn't answer your main question. Sorry. In my mind I have four uses for this system: 1. Gather everything in my computer in the index, as links, so that everything is accessible from one place. So my folders of images and documents are linked to from the index, as

[tw] v5.1.10 : Checkbox to add contents below river not working

2016-01-10 Thread Alex Hough
Dear All, Reporting this as a potential bug I cut and pasted the following into a new tiddler on TiddlyWiki.com <$checkbox tag="$:/tags/TopLeftBar">Top l eft <$checkbox tag="$:/tags/TopRightBar">Top right <$checkbox tag="$:/tags/AboveStory">above <$checkbox tag="$:/tags/BelowStory ">below

[tw] Re: Inconsistent markup of links

2016-01-10 Thread Tobias Beer
Hi Vladimir, Looks like the core would need an update to the basic theme / stylesheet, so as to have any... strong > button.tc-tiddlylink, strong > a.tc-tiddlylink ...turn out bold. For now you can add this to a custom stylesheet : strong >

[tw] Re: Inconsistent markup of links

2016-01-10 Thread Eric Shulman
On Sunday, January 10, 2016 at 10:19:46 AM UTC-8, Vladimir Vostok wrote: > > If I have a link to another tiddler and attempt to apply formatting to it, > the effect is inconsistent. > I have a link [[my tiddler]] which points to a tiddler that already exists. > >- //[[my tiddler]]// works in

[tw] Inconsistent markup of links

2016-01-10 Thread Vladimir Vostok
Hi guys, If I have a link to another tiddler and attempt to apply formatting to it, the effect is inconsistent. For example; I have a link [[my tiddler]] which points to a tiddler that already exists. - //[[my tiddler]]// works in that the text is again rendered in italics as if the

[tw] Re: Inconsistent markup of links

2016-01-10 Thread Vladimir Vostok
Thanks for the quick response guys. I will make the necessary changes. regards On Sunday, January 10, 2016 at 6:19:46 PM UTC, Vladimir Vostok wrote: > > Hi guys, > > If I have a link to another tiddler and attempt to apply formatting to it, > the effect is inconsistent. > > For example; > > I

[tw] [TW5] Collapsing and expanding parts and the whole of a list

2016-01-10 Thread cmari
Now that I have finally figured out how to expand and collapse separate parts of a filtered list independently of one another, I'd like to be able to expand or collapse the entire list with one click, and I can't figure out how to do that. I've put up examples of the brick walls I've run into

[tw] Re: [TW5] Collapsing and expanding parts and the whole of a list

2016-01-10 Thread Mat
Simple w css, no? div.. clicking button sets e.g field to "none" or "block" display:{{!!thefield}}; <:-) On Monday, January 11, 2016 at 1:01:30 AM UTC+1, cmari wrote: > > Now that I have finally figured out how to expand and collapse separate > parts of a filtered list independently of one

[tw] [TW5] Code style with plugin development by example

2016-01-10 Thread Devin Weaver
I was just curious about the use of IFE in the core plugins. Since using them as examples I felt the need to continue the style. However looking at how modules are handled in TiddlyWiki it seems that an IIFE might be redundant. For example: /*\ title: $:/plugins/my-plugin/plugin.js type:

[tw] [Biggie?] Import from iframe works - simple 2 step trick

2016-01-10 Thread Mat
Ok, this might just be a pretty big deal for fetching plugins or bundles . I've only done some very quick tests but I'm so excited so I can't shut up: Put a common iframe in a tiddler with the source set to your target TW. For

[tw] Re: [Biggie?] Import from iframe works - simple 2 step trick

2016-01-10 Thread David Gifford
Wow, that's neat! Dave On Sunday, January 10, 2016 at 7:02:08 PM UTC-6, Mat wrote: > > Ok, this might just be a pretty big deal for fetching plugins or bundles > . > I've only done some very quick tests but I'm so excited so