[tw] Re: [TW5] [MathJax] More flexible MathJax implementation? (Support for custom TeX on page load, proper rendering of $reveal widgets, etc.)

2014-10-09 Thread Peter Krautzberger
Hi, Peter from the MathJax team here. Question 1 As you mentioned, the usual way (from a MathJax point of view) is to store your macros in a configuration/extension file and load this alongside any other configuration file. Some pointers from our docs * You already mentioned

[tw] [tw5] offline-first approach to TW5?

2014-10-09 Thread jayfresh
Hello, I've set up TiddlyWiki5 on Heroku (for how, see my post at https://groups.google.com/forum/#!topic/tiddlywiki/XDFW_tcSbf0) because I'm interested in having an online notebook to jot ideas down, and this fits the bill. The main shortcoming for me is the large download size you get on

Re: [tw] Re: [TW5] widget to Goto Ranomized Tiddler

2014-10-09 Thread Jeremy Ruston
On Thu, Oct 9, 2014 at 3:51 AM, Philip Coltharp coltharp.phi...@gmail.com wrote: On Wednesday, October 8, 2014 Jeremy Ruston made the commit https://github.com/Jermolene/TiddlyWiki5/commit/0dcf54c3b59ed04645928f0ec4ced647e5a0da7f : *in editions/tw5.com/tiddlers/ActionNavigateWidget.tid

[tw] Re: How to list only the desired tag in a group of tags for a tiddler where one of the tag is generated by dateTime macro

2014-10-09 Thread Shash
Hi Stephan, How do you match this in your footnote idea in tiddlystuff. *9:Oct 04:58--test* I used the below but it is not helping me. $list filter=[match:text/\{\{(^\d+:\w\w\w\s\d\d:\d\d)\-\-\(.*?)\|\|footnote\}\}/(g)] $view field=title/br/ /$list Shash On Thursday, October 9, 2014 1:37:05

[tw] Re: How to list only the desired tag in a group of tags for a tiddler where one of the tag is generated by dateTime macro

2014-10-09 Thread Shash
Hi Mario, Really appreciate your patience here in helping me out. I reckon I did not provide you with enough info for this tweak. Apologies for that. After finding out some more useful info I felt I could use Stephan's footnote idea for my journal. I think I should be able to get exactly what

Re: [tw] Re: upgade fails on os x

2014-10-09 Thread Jeremy Ruston
Hi Bob So, if the problem is afari, how can I upgrade without upgrading my OS? You can't upgrade Safari for OS X independently of the main OS. You need to upgrade to a new version of OS X to get a newer version of Safari. Is there anything stopping you running Chrome or Firefox? I need to

Re: [tw] [TW5] Rendering Static Sites, node

2014-10-09 Thread Jeremy Ruston
Hi Alex The full command would be: tiddlywiki mywikifolder --rendertiddlers [!is[system]] $:/core/templates/static.tiddler.html static text/plain Afterwards, you should find a folder static in the mywikifolder/output folder that contains a static HTML snapshot of each non-system tiddler. Best

[tw] How to group and combine AND and OR conditions in list filter?

2014-10-09 Thread steve
Hi: How to group and combine AND and OR conditions in list filter? Maybe something like ([tag[gcmd]] [tag[GCMD]])([tag[toDo]][!tags[done]]) where I've used parenthesis to group the AND'ed and OR'ed conditions. I realize I could do the following: [tag[gcmd]tag[toDo]!tag[done]]

Re: [tw] How to group and combine AND and OR conditions in list filter?

2014-10-09 Thread Jeremy Ruston
Hi Steve Rather than using brackets, the filter syntax uses the + prefix to cause a run of filters to be applied to the entire accumulated results so far. Try: [tag[gcmd]] [tag[GCMD]] +[tag[toDo]!tag[done]] Best wishes Jeremy. On Thu, Oct 9, 2014 at 2:02 PM, steve swwhar...@verizon.net

Re: [tw] How to group and combine AND and OR conditions in list filter?

2014-10-09 Thread PMario
On Thursday, October 9, 2014 3:05:13 PM UTC+2, Jeremy Ruston wrote: Rather than using brackets, the filter syntax uses the + prefix to cause a run of filters to be applied to the entire accumulated results so far. Try: Info about filter runs is at:

Re: [tw] [tw5] offline-first approach to TW5?

2014-10-09 Thread Jeremy Ruston
Hi Jonathan I've set up TiddlyWiki5 on Heroku (for how, see my post at https://groups.google.com/forum/#!topic/tiddlywiki/XDFW_tcSbf0) because I'm interested in having an online notebook to jot ideas down, and this fits the bill. Great. It's a process I'd like to automate; really it should

Re: [tw] [TW5] Installing TiddlyWiki5 on Heroku

2014-10-09 Thread Jeremy Ruston
Hi Jonathan, I got TW5 running on Heroku yesterday. I would like to submit a pull request to either the TW developer documentation or TW5.com, but wanted to post the method here first in case anyone had any comments. Great, thank you. In terms of updating the TW5 docs, at the moment the

Re: [tw] [TW5] Rendering Static Sites, node

2014-10-09 Thread Xavier Cazin
Hi Jeremy, I'm wondering how we can include the current CSS styles into the static HTML snapshot? I've looked at $:/core/templates/css-tiddler and $:/core/templates/static.tiddler.html but had no clue of how to combine them to get a standalone HTML file with styles... Cheers, Xavier. -- Xavier

Re: [tw] [TW5] Rendering Static Sites, node

2014-10-09 Thread Jeremy Ruston
Hi Xavier I'm wondering how we can include the current CSS styles into the static HTML snapshot? I've looked at $:/core/templates/css-tiddler and $:/core/templates/static.tiddler.html but had no clue of how to combine them to get a standalone HTML file with styles... The static build of

[tw] [TW5] Import problem

2014-10-09 Thread Ton Gerner
Hi all, Windows 7, Firefox v32 Since some time (I do not know exactly when it started, TW 5.1.0?) I have problems with importing tiddlers in one of my TWs. It is one of my oldest TW5s (I started with this TW5 september 2013, the size is 7.4 MB and it contains 1200 tiddlers). Up till TW 5.1.2

Re: [tw] [TW5] Import problem

2014-10-09 Thread Jeremy Ruston
Hi Ton Strange. Where does the uncheck all button come from? It's not part of the core, and implies that you've still got some customisations going on. Also, are you dragging and dropping to and from the same browser? That problem with imported tiddlers appearing as Untitled occurs if you try

Re: [tw] [TW5] Import problem

2014-10-09 Thread Ton Gerner
Hi Jeremy, As I wrote: The TW5 contains lots of experiments. So trying plugins as well. One of the first things to do in case of problems ought to be disabling plugins. I just didn't ;-) On Thursday, October 9, 2014 4:46:59 PM UTC+2, Jeremy Ruston wrote: Hi Ton Strange. Where does the

[tw] Re: How to list only the desired tag in a group of tags for a tiddler where one of the tag is generated by dateTime macro

2014-10-09 Thread Stephan Hradek
Am Donnerstag, 9. Oktober 2014 14:00:30 UTC+2 schrieb Shash: Hi Stephan, How do you match this in your footnote idea in tiddlystuff. First of all: I'm not sure that match is compatible to the current TW release. Second: You should use anchors (^and $) only when they are appropriate.

Re: [tw] [TW5]: Saving the wiki in html, with custom name and without edit, info, create buttons

2014-10-09 Thread iani
Hello Jeremy, these are some quite neat tools that you noted here. In the meanwhile I have started posting my stuff online, using the more primitive, but actually very easy to use technique of the save button combined with a tiny shell script that copies the latest saved file via rsync to

Re: [tw] [TW5]: Saving the wiki in html, with custom name and without edit, info, create buttons

2014-10-09 Thread iani
PS: I'm guessing you're using Firefox. It doesn't support specifying a filename for a downloaded file, we're stuck with those cryptic generated filenames. No, I am using Chrome. Still the same behavior. But I use a bash script to work around that by moving the latest saved file

Re: [tw] [TW5]: Saving the wiki in html, with custom name and without edit, info, create buttons

2014-10-09 Thread Jeremy Ruston
Hi iani In the meanwhile I have started posting my stuff online, using the more primitive, but actually very easy to use technique of the save button combined with a tiny shell script that copies the latest saved file via rsync to the server. Great, glad you've got things working. One of the

Re: [tw] [TW5]: Saving the wiki in html, with custom name and without edit, info, create buttons

2014-10-09 Thread Jeremy Ruston
Hi Iani I meant to ask whether you'd be happy for me to link to http://larigot.avarts.ionio.gr/users/iani/wikis/tw5square.html from tiddlywiki.com? Best wishes Jeremy On Thu, Oct 9, 2014 at 5:00 PM, Jeremy Ruston jeremy.rus...@gmail.com wrote: Hi iani In the meanwhile I have started

[tw] TW 5.1.2 Examples

2014-10-09 Thread CPorter9
I'm having a hard time with some of the examples used in the demo TiddlyWiki, most especially things like templates, DateFormat, and ViewWidget and Transclusion in WikiText. The DateFormat tiddler doesn't really have examples, it's just plain text. The ViewWidget doesn't have examples, period.

Re: [tw] [TW5]: Saving the wiki in html, with custom name and without edit, info, create buttons

2014-10-09 Thread iani
Hi Jeremy, by all means. Iannis Z. On Thursday, October 9, 2014 7:06:23 PM UTC+3, Jeremy Ruston wrote: Hi Iani I meant to ask whether you'd be happy for me to link to http://larigot.avarts.ionio.gr/users/iani/wikis/tw5square.html from tiddlywiki.com? Best wishes Jeremy On Thu,

[tw] Re: Newbie Question - Moving to TW5 from TWC

2014-10-09 Thread BJ
Added link to plugin on opening tiddler and install instruction: https://github.com/Jermolene/TiddlyWiki5/pull/953 cheers BJ On Tuesday, October 7, 2014 3:23:49 PM UTC+2, Michel van der List wrote: Hi there. I'm a newcomer to TW5 and have used TWC off and on in the past. I'm trying to

[tw] Hi - I'm a complete newbie using Tiddlywiki 5 -

2014-10-09 Thread Ben John
I really like Tiddlywiki think the possibilities are mind bending - please can someone kindly tell me how to import a jpeg. Bearing in mind that I know nothing about coding. Many thanks. -- You received this message because you are subscribed to the Google Groups TiddlyWiki group. To

[tw] Re: Hi - I'm a complete newbie using Tiddlywiki 5 -

2014-10-09 Thread Ton Gerner
Hi Ben John, The easiest way is drag drop a jpeg - say mypjpeg.jpg - from your file manager into your TW. In your TW a tiddler $:/Import shows up with mypjpeg.jpg. Click the Import button and your jpeg will be imported. $:/Import contains now a link to your jpeg. When you click the link it

Re: [tw] [TW5] additional field for all tiddlers?

2014-10-09 Thread Jeremy Ruston
Hi UBi At the moment I feel like not seeing the wood for the trees. If I'd like to have a status field in every newly created tiddler, how would I accomplish that? Extend a shadow tiddler? Maybe $:/core/ui/EditTemplate/fields? Or tag *something *with $:/tags/EditTemplate? Hints, anybody?

Re: [tw] [TW5] Installing TiddlyWiki5 on Heroku

2014-10-09 Thread jayfresh
I've had a go setting up the couchadaptor. It's fine getting it running on a cloud CouchDB database (IrisCouch in my case), but it's not clear how to get the couchadaptor in the heroku TW5 to handle tiddler saves and push them off to the other database. I've left an issue on the couchadaptor

[tw] Re: TiddlyWiki Hangout #60 on Tuesday 9th September at 4pm BST

2014-10-09 Thread PMario
a bit late :) annotations: http://pmario.tiddlyspace.com/#2014-09-09-TW-hangout-60 video: https://www.youtube.com/watch?v=NQdSFuqRFPg have fun! mario -- You received this message because you are subscribed to the Google Groups TiddlyWiki group. To unsubscribe from this group and stop

Re: [tw] How to group and combine AND and OR conditions in list filter?

2014-10-09 Thread steve
Jeremy, Mario: That answered my question. Thanks! It might be useful to add an explicit example to the filter documentation on how to effectively use AND and OR conditions. A followup question. Is it correct to think of the elements of the run as being evaluated left to right? Steve On

Re: [tw] [TW5] Installing TiddlyWiki5 on Heroku

2014-10-09 Thread Jeremy Ruston
Hi Jonathan I've had a go setting up the couchadaptor. It's fine getting it running on a cloud CouchDB database (IrisCouch in my case), Admirably intrepid. but it's not clear how to get the couchadaptor in the heroku TW5 to handle tiddler saves and push them off to the other database.

[tw] Re: TiddlyWiki Hangout #60 on Tuesday 9th September at 4pm BST

2014-10-09 Thread Jeremy Ruston
Thanks Mario, much appreciated Best wishes Jeremy On Thu, Oct 9, 2014 at 8:16 PM, PMario pmari...@gmail.com wrote: a bit late :) annotations: http://pmario.tiddlyspace.com/#2014-09-09-TW-hangout-60 video: https://www.youtube.com/watch?v=NQdSFuqRFPg have fun! mario -- Jeremy Ruston

Re: [tw] How to group and combine AND and OR conditions in list filter?

2014-10-09 Thread PMario
On Thursday, October 9, 2014 9:26:03 PM UTC+2, steve wrote: It might be useful to add an explicit example to the filter documentation on how to effectively use AND and OR conditions. A followup question. Is it correct to think of the elements of the run as being evaluated left to right?

Re: [tw] [TW5] Installing TiddlyWiki5 on Heroku

2014-10-09 Thread PMario
On Thursday, October 9, 2014 9:09:21 PM UTC+2, jayfresh wrote: I've had a go setting up the couchadaptor. It's fine getting it running on a cloud CouchDB database (IrisCouch in my case), but it's not clear how to get the couchadaptor in the heroku TW5 to handle tiddler saves and push them

Re: [tw] How to group and combine AND and OR conditions in list filter?

2014-10-09 Thread Jeremy Ruston
Thanks Steve, I've updated the docs with your example: https://github.com/Jermolene/TiddlyWiki5/commit/a7c9112c400981ef84e303a4c49c7accf4e97cb5 Best wishes Jeremy On Thu, Oct 9, 2014 at 8:26 PM, steve swwhar...@verizon.net wrote: Jeremy, Mario: That answered my question. Thanks! It might

Re: [tw] How to group and combine AND and OR conditions in list filter?

2014-10-09 Thread steve
Jeremy, Mario Thanks again! Steve On Thursday, October 9, 2014 3:52:46 PM UTC-4, Jeremy Ruston wrote: Thanks Steve, I've updated the docs with your example: https://github.com/Jermolene/TiddlyWiki5/commit/a7c9112c400981ef84e303a4c49c7accf4e97cb5 Best wishes Jeremy On Thu, Oct 9, 2014

[tw] Re: [TW5] Rendering Static Sites, node

2014-10-09 Thread Alex Hough
Thank you! It seems to obvious, but I think it's important to know what happens when you issue the command. Maybe an update to the tutorial on TiddlyWiki.com. If you know what should happen, it makes it easier to solve yourself... Alex On Thursday, 9 October 2014, Jeremy Ruston

Re: [tw] [TW5] Rendering Static Sites, node

2014-10-09 Thread Xavier Cazin
Oh I see, thank you for the hint! I guess I don't fully realise the power of these templates yet. I'll start from *static.template.html* to include *$:/tags/Stylesheet* tiddlers and see if I can work out what I have in mind. I'll publish the results here :-) Thanks again, Xavier. -- Xavier Cazin

Re: [tw] Re: Hi - I'm a complete newbie using Tiddlywiki 5 -

2014-10-09 Thread Ben John
Hi Ton just the ticket - thanks Ben On 9 October 2014 19:03, Ton Gerner ton.ger...@gmail.com wrote: Hi Ben John, The easiest way is drag drop a jpeg - say mypjpeg.jpg - from your file manager into your TW. In your TW a tiddler $:/Import shows up with mypjpeg.jpg. Click the Import button

[tw] Upgrading from 5.0.6

2014-10-09 Thread Sky Diver
Hi, I was happy to find the dedicated upgrade tool, but when trying to upgrade my 5.0.6 wiki, I see that various aspects are not being upgraded. For example: 1. SiteTitle = $:/SiteTitle (along with SiteSubtitle), TOC 2. The following produces zero counters where it was showing just ok on

[tw] Re: [TW5] [MathJax] More flexible MathJax implementation? (Support for custom TeX on page load, proper rendering of $reveal widgets, etc.)

2014-10-09 Thread DM
Hi Antonio, Thanks so much for the reply! It's great to hear that KaTeX has (based on your tests, if nothing else) a much tighter integration into the structure of TW5. While I don't think it's verbose enough in terms of its typesetting capacity for my needs at this point, I'll definitely be

[tw] How to list tiddlers with tags in sorted, comma-delimited order?

2014-10-09 Thread steve
Hi I would like to develop a macro that lists each tiddler followed by a list of that tiddlers tags in alphabetical order and preferably comma delimited. The macro below is a partial solution, but I don't know how to sort the tags and the template seems to be ignored. \define

[tw] Re: How to list tiddlers with tags in sorted, comma-delimited order?

2014-10-09 Thread Stephan Hradek
dl $list filter=[sort[]] dt$link$view field=title//$link/dt dd $list filter=[is[current]tags[]sort[]butlast[]] $view field=title/, /$list $list filter=[is[current]tags[]sort[]last[]] $view field=title/ /$list /dd /$list /dl -- You received this

[tw] Re: Newbie Question - Moving to TW5 from TWC

2014-10-09 Thread Michel van der List
That's fabulous, it worked like a champ! Now I just need to clean up my mess from earlier, but that seems at least achievable. Thanks a lot for your help. On Wednesday, October 8, 2014 10:18:11 AM UTC-4, BJ wrote: thanks for the feedback. I will add some instructions to install the

Re: [tw] Re: [TW5] serve up local file

2014-10-09 Thread Nathan Gleaves
Using the above corrections, all links give the same result. When i click on any of them i get no apparent response and when i left click and open in new tab, i get about:blank. On Thu, Oct 9, 2014 at 12:45 AM, Eric Shulman elsdes...@gmail.com wrote: On Wednesday, October 8, 2014 6:32:34 PM

[tw] Re: How to list tiddlers with tags in sorted, comma-delimited order?

2014-10-09 Thread steve
Stephan Thanks for the help. I'm not sure where to insert the code from your reply. I replaced $list filter=$filter$ $subtype$ $link to={{!!title}} $view field=title / /$link ^^$view field=tags template=(t: ) / ^^ /$subtype$ /$list with the code and it was successful in listing the tags in