Re: [tw] Dictionary tiddler and macro funkiness

2015-12-30 Thread David Allen
I don't know how in-depth you want me to go into regarding an explanation of how I'm using your make plugin, so here goes. I have a setup where I store individual historical events in individual tiddlers. The events have the following naming convention: Event__MM_DD_X, where is the year

[tw] Re: [TW5] Releasing 5.1.10

2015-12-30 Thread Smandoli
I converted my trial wiki from 5.1.9 to 5.1.10. Everything looks great (DISCLAIMER: I have little idea what I am looking at). However, I was surprised the Tight Theme doesn't seem to have made it through. Questions: 1. Why did the Tight Theme not show up on my upgraded wiki? 2. Fine th

[tw] [TW5] 'Countdown to event' macro

2015-12-30 Thread Hegart Dmishiv
Is there some way to implement a 'countdown to event' function using TW5's macro functions and fields, rather than using Javascript? I've seen *@Tobi*'s scary enable-js script to allow plain Javascript

[tw] Re: [TW5] Breadcrumbs needed

2015-12-30 Thread Matabele
Hi Hegart This is Eric's code, not mine -- but I'll have a look to see what can be done. regards On Thursday, 31 December 2015 02:28:23 UTC+2, Hegart Dmishiv wrote: > > Aha, that makes sense now. I have it working at my end now, ta. Any idea > how to limit your one to a maximum of 5 or so leve

[tw] Re: How combine string with evaluated value for a parameter value?

2015-12-30 Thread Matabele
Hi Felix Really useful trick :-) Many thanks for this. regards On Wednesday, 30 December 2015 14:44:56 UTC+2, Felix Küppers wrote: > > Hi Mat, > > I know this is an old thread but I just wanted to add my solution. > > If you only want to concatenate variables, macros and literals (but no > tra

[tw] Re: Feedback - rolling back from TW5 to TWC

2015-12-30 Thread Smandoli
I wondered how to keep the stability of 5.1.9 while incorporating the Tight theme ... import the plugin obviously, but how? Then these thoughts came smashing into my head: *Give this team a little time, stay tuned, look for the 5.1.10 release.* *Tiddlywiki 5 is maturing fast. It's a th

[tw] Re: [TW5] Breadcrumbs needed

2015-12-30 Thread Hegart Dmishiv
Aha, that makes sense now. I have it working at my end now, ta. Any idea how to limit your one to a maximum of 5 or so levels, and to trucate any parents above that with an ellipsis, apart from the root (eg. "Contents") tag, as Jed had? If we could get that working as well, this would be sweet!

[tw] Re: [TW5] Breadcrumbs needed

2015-12-30 Thread Matabele
Hi Hegart Just visited your wiki -- you seem to have Jed's old version of the breadcrumb code -- I copied the tiddler $:/crumbs across to your wiki, and everything works. I did not delete Jed's old version ($:/Breadcrumbs), but only remove

[tw] Re: [TW5] Breadcrumbs needed

2015-12-30 Thread Matabele
Hi Dmishiv The listings with Eric's version differ from Jed's version. On the demo I put up, for example, there are no listings on many tiddlers which used to have listings (including the top two on my demo wiki.) The 'missing' listings seem to relate to links which, in Jed's version, did not

[tw] Re: [TW5] Releasing 5.1.10

2015-12-30 Thread Hegart Dmishiv
Ah, thanks for that Jed. My bad, I should have looked in the "all matches" results of my search. There was an "Upgrading " tiddler there that I didn't spot at first, giving the information you gave me here. Thanks for the reply though. On Thursday,

[tw] Re: [TW5] Releasing 5.1.10

2015-12-30 Thread Jed Carty
To upgrade go here and drag and drop your html file on the page. It also has a link to download the upgrader for offline use. To upgrade to the current release you use the url http://tiddlywiki.com/upgrade It is a much simpler process than I thought it

[tw] Re: [TW5] Breadcrumbs needed

2015-12-30 Thread Hegart Dmishiv
I went ahead and added your one to my live (offline) TW instance, Matabele, hoping it was just some weird GitHub issue that prevented it from working on my dev instance. But it's not working here either. I just have no breadcrumbs showing at all now. I already have a tiddler called *$:/_Styles/

[tw] Re: [TW5] Releasing 5.1.10

2015-12-30 Thread Hegart Dmishiv
Hi *@Jeremy*, this will be the first time I've ever upgraded my TiddlyWiki. As you know, I haven't been using it for long, only a few months now. I tried to do a sample upgrade to the 5.1.10-prerelease, but I didn't know where to even begin. I did a search for "upgrade" in the prerelease versio

[tw] Re: [TW5] TiddlerTool: A tool for editing/adding/removing/replacing fields and tags singularly or in bulk

2015-12-30 Thread Hegart Dmishiv
Yes, thanks, I did backup my live (offline) wiki first, and it did 0kb bomb my wiki the first time through (thanks Firefox!) but I restored from the backup and tried again, and it worked perfectly this time. I have TiddlyTool installed on my dev instance as well, where it works fine but you can

[tw] Re: [TW5] TiddlerTool: A tool for editing/adding/removing/replacing fields and tags singularly or in bulk

2015-12-30 Thread Jed Carty
Yes, it can do that. Make sure you back up your wiki first as always, I haven't run into any big bugs in it but to my knowledge I am the only person who has used it. There are sometimes display problems when searching but aside from the table not being laid out correctly everything works. Let m

[tw] Re: [TW5] TiddlerTool: A tool for editing/adding/removing/replacing fields and tags singularly or in bulk

2015-12-30 Thread Hegart Dmishiv
This will be very handy for me, thanks Jed. This will be the first plugin I have ever added to my TiddlyWiki. I'm about to embark on a manual "internal consistency check" of the content within my wiki (non-system tiddlers only), so I'll use a temporary tag to mark all those tiddlers which I have

[tw] Re: [TW5] Breadcrumbs needed

2015-12-30 Thread Hegart Dmishiv
@Matabele, I really like your stylesheet example, thanks. I'm now using your latest one on my dev instance , but it doesn't seem to work for me. I copied the stylesheet (commit

[tw] Re: [TW5] Breadcrumbs needed

2015-12-30 Thread Hegart Dmishiv
I'm definitely in favour of a single path, a single line of text for the breadcrumbs. Would a field on the regular tiddlers be useful to determine the specific parent, if more than one tag is present? I've seen other solutions on these forums now (having looked a lot more at this last night) wh

[tw] Re: [TW5] Breadcrumbs needed

2015-12-30 Thread Tobias Beer
Hi Matabele, > Nope -- still locks with circular references (old version). I tested with > two tiddlers each tagged with the others title > But this is literally circular logic and speaks of a poor model... that needs revision, if not fixing... although TiddlyWiki may have or provide ways of

Re: [tw] [TW5] Releasing 5.1.10

2015-12-30 Thread ihm4u
Hi Jeremy,   Thanks for this release! It is great!   I think I found two bugs, one of them is a major one:   1) Decryption/Encryption not working. To reproduce:      -Open an empty wiki      -Add a tiddler      -Set password      -Save wiki      -Reload wiki and you will see the error       Yo

Re: [tw] Dictionary tiddler and macro funkiness

2015-12-30 Thread David Allen
Well, that worked, but I'm still having the problem where I can't get the planet name to be stored correctly. On Wed, Dec 30, 2015 at 12:38 AM, Tobias Beer wrote: > Hi David, > > >> What about doing something where, if a tiddler with a certain title >> exists, create one with an incremented numb

[tw] Re: [TW5] Releasing 5.1.10

2015-12-30 Thread Eric Shulman
On Thursday, December 24, 2015 at 10:47:24 AM UTC-8, Jeremy Ruston wrote: > > I’m keen to get 5.1.10 released early next week. Over the last few days > I’ve been catching up on pull requests and tidying up, as discussed in this > GitHub ticket: with regard to this item: * Extended the ActionSe

Re: [tw] [TW5] Releasing 5.1.10

2015-12-30 Thread ihm4u
* Experimentally upgrading your regular wikis to the prerelease (it’s still not advised to switch over to the new version until the official release) * Check over the community links and shout here (or via a pull request) if you notice any useful resources that I’ve missed The idea is to release

[tw] Re: [TW5] Breadcrumbs needed

2015-12-30 Thread Jed Carty
I didn't use limit because I want to leave in all the paths, I just added the logic needed to prevent loops in a path by not listing the same tiddler twice in a single path. So if there are 2 paths to a tiddler through the toc it will show both of them. -- You received this message because you

[tw] Re: [TW5] Breadcrumbs needed

2015-12-30 Thread Matabele
Hi A demo of the Eric's crumbs may be found here -- the required tiddlers: $:/crumbs and $:/Stylesheet/crumbs, can be dragged across from the System tab. regards On Wednesday, 30 December 2015 19:00:17 UTC+2, Matabele wrote: > > Hi Eric > > Nice :-) I add

Re: [tw] Re: "Save" problem

2015-12-30 Thread ihm4u
Quoting "Lynn C. Chiu" : On Tuesday, December 29, 2015 at 1:17:25 PM UTC-8, Lynn C. Chiu wrote: Today, instead of saving my TiddlyWiki5 with the "save" button from my Chrome browser, I went ctrl-S to overwrite the .html local file. This broke my wiki. When I opened it up again, the sidebar

Re: [tw] [TW5] Tidgraph - Attribute maxdepth and expansion nodes

2015-12-30 Thread ihm4u
Quoting magasine : It would be possible, by using the maxdepth attribute (which collapses the branches) still display the symbol "+" that allows the expansion node? TIA Manoel Garcia da Silveira Neto Campinas, SP - Brasil Hi Manoel, No, maxdepth is meant to limit the "input" to tidgraph

[tw] Re: [TW5] Breadcrumbs needed

2015-12-30 Thread Matabele
Hi Eric Nice :-) I added breadcrumb styling. Download the files attached and drop them onto your wiki. Enjoy! On Wednesday, 30 December 2015 18:41:52 UTC+2, Eric Shulman wrote: > > On Wednesday, December 30, 2015 at 7:34:29 AM UTC-8, Jed Carty wrote: >> >> I just put up a new version that I hav

[tw] Re: "Save" problem

2015-12-30 Thread Eric Shulman
On Wednesday, December 30, 2015 at 7:28:03 AM UTC-8, Lynn C. Chiu wrote: > > Thanks so much for the detailed explanations, Eric. The only problem I > have with extracting tiddlers from the mangled file: the sidebar is > inactive, I cannot search for or click to tabs that would display my > tiddl

[tw] Re: [TW5] Breadcrumbs needed

2015-12-30 Thread Eric Shulman
On Wednesday, December 30, 2015 at 7:34:29 AM UTC-8, Jed Carty wrote: > > I just put up a new version that I haven't been able to break yet. It may > keep some things from showing up correctly but I haven't found any yet. > As part of my InsideTiddlyWiki (ITW) book project, I've written my own TO

Re: [tw] Re: [TW5] Need to count number of characters

2015-12-30 Thread Alex Hough
Mat WordCount macro has its own wiki http://ooktech.com/jed/ExampleWikis/WordCount It has options for character count Alex On 30 December 2015 at 06:46, Tobias Beer wrote: > Hi Mat, > > >> maybe the whole EditTextWidget should have this build in, no? >> > > I think it does. I mean: I'm no

[tw] Re: TiddlyWiki markdown plugin - fenced code blocks

2015-12-30 Thread John Doe
Hi BJ, The codemirror plugin was working with the Markdown plugin (http://tiddlywiki.com/plugins/tiddlywiki/markdown/). However once i installed your plugin for x-marked, the highlighting has stopped working. On related note, can you please brief me on how to use the Flexitype plugin to set

[tw] Re: [TW5] Breadcrumbs needed

2015-12-30 Thread Jed Carty
I just put up a new version that I haven't been able to break yet. It may keep some things from showing up correctly but I haven't found any yet. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving em

[tw] Re: "Save" problem

2015-12-30 Thread Lynn C. Chiu
Thanks so much for the detailed explanations, Eric. The only problem I have with extracting tiddlers from the mangled file: the sidebar is inactive, I cannot search for or click to tabs that would display my tiddlers. I'll try international characters! Lynn On Tuesday, December 29, 2015 at 6:2

[tw] Re: [TW5] Breadcrumbs needed

2015-12-30 Thread Matabele
Hi Jed Nope -- still locks with circular references (old version). I tested with two tiddlers each tagged with the others title regards On Wednesday, 30 December 2015 16:43:47 UTC+2, Jed Carty wrote: > > I ran into a rather serious problem with recursion. The same thing as when > you have a lo

[tw] Re: [TW5] Breadcrumbs needed

2015-12-30 Thread Matabele
Hi Jed Wouldn't limit[] operators help? \define breadcrumbs() <$list filter='[is[current]tags[]limit[7]]-[[$:/tags/SideBar]]' emptyMessage ='<>'> <$set name=TheFilter filter='$(TheFilter)$ []'> <> \end regards On Wednesday, 30 December 2015 16:43:47 UTC+2, Jed Carty wrote: > > I ran into a ra

[tw] Re: [TW5] Breadcrumbs needed

2015-12-30 Thread Jed Carty
I ran into a rather serious problem with recursion. The same thing as when you have a loop in a toc macro. Luckly it should be fixed in the newest version. Considering that it will lock up your wiki whenever you open a tiddler that is tagged in a way that causes a problem I suggest you update w

[tw] Re: TiddlyWiki markdown plugin - fenced code blocks

2015-12-30 Thread BJ
I have not tried the codemirror plugin, have at look here: https://github.com/Jermolene/TiddlyWiki5/issues/2059 cheers BJ On Tuesday, December 29, 2015 at 5:43:06 PM UTC, John Doe wrote: > > Thanks BJ for the excellent plugin and saving the day for me!! > > However, after using your plugin i noti

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

2015-12-30 Thread Tobias Beer
Hi Felix, > I usually do not increase versions for typos as they do not make a > functional difference and are not a critical non-functional modification. > I usually would do the same, but then some people may wish to compare hashes to find sources trustworthy. So, this would create differe

[tw] Re: How combine string with evaluated value for a parameter value?

2015-12-30 Thread Tobias Beer
Hi Mat, You can easily achieve that using tobibeer/setvars : <$setvars url="\http://tiddlywiki.com/#\ current" _current=< >> <> However, this requires for the tiddler title to not have spaces in order for the link to work with a TiddlyWiki. Whi

[tw] Re: [TW5] Breadcrumbs needed

2015-12-30 Thread Matabele
Hi Looks a little better with a spacing of 2px between each crumb. regards On Wednesday, 30 December 2015 14:35:29 UTC+2, Matabele wrote: > > Hi > > I made a small change to the markup, which works better. A demo of the > resulting breadcrumbs may be seen here >

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

2015-12-30 Thread Felix Küppers
Hi @Tobias > One minor issue with having docs stuffed into plugins is that > we (technically) need to publish a new release for fixing any typos or > wrong markup in there. I usually do not increase versions for typos as they do not make a functional difference and are not a critical non-functiona

[tw] Re: How combine string with evaluated value for a parameter value?

2015-12-30 Thread Felix Küppers
Hi Mat, I know this is an old thread but I just wanted to add my solution. If you only want to concatenate variables, macros and literals (but no transclusions), you can use the following technique, which allows you to dynamically concatenate strings without having to specifiy the concatinati

[tw] Re: [TW5] Breadcrumbs needed

2015-12-30 Thread Matabele
Hi I made a small change to the markup, which works better. A demo of the resulting breadcrumbs may be seen here . You need to copy over two tiddlers: $:/Breadcrumbs and $:/Stylesheet/crumbs regards On Wednesday, 30 December 2015 06:17:10 UTC+2, Hegart Dm

[tw] Question about TOC

2015-12-30 Thread Philippe Renders
Hi I use the toc-tabbed-internal-nav macro on several tiddlers. When some of those toc tiddlers are open at the same time, I get the same result on the right-hand panel of each tiddler after clicking on the tree. I understand that this click modifies the system tiddler '$:/temp/toc/selectedT

[tw] Re: [TW5] Breadcrumbs needed

2015-12-30 Thread Matabele
Hi You may wish to play around with a CSS stylesheet. 1. Place this code into a stylesheet (tagged $:/tags/Stylesheet) .breadcrumb { list-style: none; overflow: hidden; margin-left: -30px; margin-top: -30px; } .breadcrumb li { background: #F6F6F6; padding: 2px 0 2px 36px;

[tw] Re: Comparison between Tobias's plugins "split" and "setvars"

2015-12-30 Thread Tobias Beer
Hi JCG, Since you mentioned testing tobibeer/split and perhaps are using it, please note that version 0.7.0 — as announced and explained here

[tw] Re: [TW5] Breadcrumbs needed

2015-12-30 Thread Hegart Dmishiv
Okay, I've got that now in my dev TW5 instance , thanks. I've also copied a very simplified tag structure from my live (offline) TiddlyWiki to dev

[tw] [TW5] Updated plugin: tobibeer/split 0.7.0

2015-12-30 Thread Tobias Beer
Hi everyone, I made some changes to tobibeer/split : 1. It can now retrieve titles by parsing any stringified list or list fields. 2. I modified the *prefix* and *suffix* syntax in a *non-backwards-compatible* way. - I only decide

[tw] Re: [TW5] Breadcrumbs needed

2015-12-30 Thread Jed Carty
Ok, I am happy with how it is now. You can set the apex tag you want and have it only display paths that start with that tag (so in your image you could use Contents and only the path to Contents would be shown). It will still show all paths to that tag but I don't think that case will come up

[tw] Re: [TW5] Breadcrumbs needed

2015-12-30 Thread Hegart Dmishiv
That two-pronged approach sounds like the answer. I'll grab a copy from your site when you've got it working. Thanks. One day I'll have to sit down and work out how you did that, but for now I'm just getting back into using TiddlyWiki after a few months break, and having to re-learn much of what

[tw] Re: [TW5] Breadcrumbs needed

2015-12-30 Thread Jed Carty
If you know what your apex tag is and only want paths that lead to that than I could set that up, but if you have multiple paths that lead to it than every one will be displayed. The only way I can think of to get around that is to just have it pick the first path. On my side I added the option

[tw] Re: [TW5] Breadcrumbs needed

2015-12-30 Thread Hegart Dmishiv
Hey thanks, I've just put that code straight into my live (offline) TW5 instance and it works much as i had requested originally, even the truncation of deep levels, using an ellipsis. That's awesome! However, I have created a further problem for myself, in that the macro processes ALL tags on

[tw] Re: [TW5] Breadcrumbs needed

2015-12-30 Thread Jed Carty
Ok, I like this enough to put it on my site, so you can copy the tiddler from here if you want. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group a

[tw] Re: [TW5] Breadcrumbs needed

2015-12-30 Thread Jed Carty
Ok, this should do everything you want. Give it the same stuff as before (tagged with $:/tags/ViewTemplate and the field list-before with the contents $:/core/ui/ViewTemplate/title) \define again() <$list filter=<>><$link to=<>><$view field='title' /> > <$list filter=<> emptyMessage=''>... > <

[tw] Re: [TW5] Breadcrumbs needed

2015-12-30 Thread Hegart Dmishiv
Right, I've got it working in my live (offline) TW5 implementation now, and I can see the problem with it that you were talking about, Jed. It's not just the direction of the angle brackets, is it? The entire structure is listed in the wrong direction. With a hierarchy of *foo* as the topmost l

[tw] Re: [TW5] Breadcrumbs needed

2015-12-30 Thread Matabele
Hi Jed Clever :-) Gives me other ideas. regards On Wednesday, 30 December 2015 09:41:10 UTC+2, Jed Carty wrote: > > Sorry, I messed up with the copy-paste in that last post, the code should > be: > > \define breadcrumbs() > <$list filter='[is[current]tags[]]-[[$:/tags/SideBar]]' emptyMessage= >

[tw] Re: [TW5] Breadcrumbs needed

2015-12-30 Thread Hegart Dmishiv
Thanks for the replies *@Jed*. In fact, you're right, the arrows should point to the left, going back up the structure of parents. I have implemented your suggestion on my dev instance , now I'll go and do li