Re: [tw] Re: Using variables in nested lists

2017-12-01 Thread Xavier Cazin
eldname"> <$list filter="[splitbefore[-]removesuffix[-]]" variable="fieldprint"> <$text text=<>/> : <$link to=<>><$view field=<>/>. Best, X. -- Xavier Cazin On Fri, Dec 1, 2017 at 9:29 PM, Diego Mesa <diego...@gmail.com> wrote

Re: [tw] Using variables in nested lists

2017-12-01 Thread Xavier Cazin
Hi Diego, I think your second line should read: <$list filter="[splitbefore[-]removesuffix[-]]" variable="fieldprint"> Best, Xavier. -- Xavier Cazin On Fri, Dec 1, 2017 at 9:04 PM, Diego Mesa <diego...@gmail.com> wrote: > Hey all, > > I am trying to

Re: [tw] How to get mytemplate title when we use {{||mytemplate}}?

2017-11-30 Thread Xavier Cazin
Hello Siniy-Kit You may want to use the special *transclusion* variable. See https://tiddlywiki.com/#transclusion%20Variable%20(Examples) Cheers, -- Xavier Cazin On Thu, Nov 30, 2017 at 5:21 AM, Siniy-Kit <neras...@gmail.com> wrote: > Hi! I make tiddler with title mytemplate

Re: [tw] version 0.6 of savetiddlers now available

2017-11-15 Thread Xavier Cazin
are enabled by default while being told in the documentation that users can disable them if needed. Cheers, Xavier. -- Xavier Cazin On Wed, Nov 15, 2017 at 10:53 PM, BJ <buggy...@gmail.com> wrote: > > get it from https://github.com/buggyj/savetiddlers > > cheers > BJ

Re: [tw] Tiddly Wiki on Node JS (Termux and Tiddly Server)

2017-11-12 Thread Xavier Cazin
Hi Egbert, I think that you need to replace *#!/usr/bin/env node* by *#!/data/data/com.termux/files/usr/bin/env node* as the first line of the tiddlywiki script, using the command : "*termux-fix-shebang /data/data/com.termux/files/usr/bin/tiddlywiki*" Cheers, Xavier. Le 12 nov. 2017 23:48,

Re: [tw] Tiddly Wiki on Node JS (Termux and Tiddly Server)

2017-11-12 Thread Xavier Cazin
Hi Egbert, What do the commands "which node" and "pkg show nodejs" say? XC. -- Xavier Cazin On Sat, Nov 11, 2017 at 5:57 PM, Egbert <sweetberries...@gmail.com> wrote: > 1) Hi all, having installed Termux on my Android phone (Android version > 7.1.1) and then

Re: [tw] code snippet: highlighting syntax+turning off special sequences of characters

2017-10-17 Thread Xavier Cazin
(X_train,3)-3*np.power(X_train,2)-2+s*np.random.randn(n); y_train = y_train ``` Regards, X. -- Xavier Cazin On Tue, Oct 17, 2017 at 10:50 AM, Laurent <devitolaur...@gmail.com> wrote: > hi, > > at the moment, I insert code snippets as follows: > > > import numpy as np >

Re: [tw] Re: support mp4 video via HTML5 tag

2017-09-29 Thread Xavier Cazin
, -- Xavier Cazin On Fri, Sep 29, 2017 at 7:04 PM, 'Mark S.' via TiddlyWiki < tiddlywiki@googlegroups.com> wrote: > I've had various trouble with the video tag and kind of gave up on it. > > If you load the path to your file in your browser (without TW) can you see > and hear

Re: [tw] Beaker and TiddlyMap - possible?

2017-09-08 Thread Xavier Cazin
Hello, I cannot help farther than this but I experienced the same issue (for another plugin) with TW 5.1.14 running in NodeJS mode. Is this your case? As a not-so-quick workaround, I put the plugin manually in the plugin directory (and added an appropriate plugin.info). Best Xavier. Le 8

Re: [tw] TiddlyWiki in node.js - A Total Beginner...

2017-07-22 Thread Xavier Cazin
here: http://tiddlywiki.com/#LoadCommand Regards, Xavier. -- Xavier Cazin On Fri, Jul 21, 2017 at 11:38 PM, Steven Schneider <st...@sunyit.edu> wrote: > OK folks, I'm taking the plunge into node.js (again. maybe this time it > will stick). > > So, I"m starting with a l

Re: [tw] [TW5] NodeJS on Synology NAS

2017-07-17 Thread Xavier Cazin
Hi Tony, You need to use the *nohup* command in order for the *tiddlywiki* command to keep running after you close the *ssh* session. Best, Xavier. Le 17 juil. 2017 10:52, "TonyM" a écrit : > Folks, > > I just wanted to point out I have sucessfully installed an

Re: [tw] Re: [TW5] Hosting TiddlyWiki with Store.php

2017-07-12 Thread Xavier Cazin
eyond a few megabytes > post_max_size = 20M > upload_max_filesize = 20M > Cheers, XC. -- Xavier Cazin On Wed, Jul 12, 2017 at 8:52 AM, TonyM <anthony.mus...@gmail.com> wrote: > Mark, > > I am using a host with other production websites on it, can I add this to > a fold

Re: [tw] Tiddlywiki on android

2017-07-10 Thread Xavier Cazin
, to be used with the _canonical_uri trick. Cheers, Xavier. -- Xavier Cazin On Mon, Jul 10, 2017 at 10:01 AM, @TiddlyTweeter <tiddlytwee...@assays.tv> wrote: > Ciao Xavier & TonyM > > A few naive questions ... > > 1 - Is the this the only effective way to save TWs on Android no

Re: [tw] Tiddlywiki on android

2017-06-10 Thread Xavier Cazin
Hello Tony, ​From what you are planning to do, I assume you have some knowledge of the server side of things. Did you try the Termux route on your Android device? http://tiddlywiki.com/#Serving%20TW5%20from%20Android. It is also possible to serve the Single HTML File version of TW, also it

Re: [tw] [TW5] Node.js vs. single HTML

2017-05-26 Thread Xavier Cazin
a tiddler. Cheers, Xavier -- Xavier Cazin On Fri, May 26, 2017 at 10:42 AM, Mike Smith <m...@hsm.org.uk> wrote: > Fantastic!! Ive done a couple of list filters before and just copied it > into the tiddler... can this be included in all tiddlers by default (a > template)? > > Thanks

Re: [tw] [TW5] Node.js vs. single HTML

2017-05-26 Thread Xavier Cazin
Hi Mike, Something along the following lines? <$list filter="[has[draft.of]]"> __Caution__: the tiddler ''<$view field="draft.of"/>'' is currently being edited (by ''<$view field="modifier"/>'') Cheers, Xavier. -- Xavier Cazin On F

Re: [tw] [TW5] Node.js vs. single HTML

2017-05-25 Thread Xavier Cazin
was previously there? > Yes to both questions. Cheers, -- Xavier Cazin On Tuesday, 24 June 2014 08:06:01 UTC+1, Jeremy Ruston wrote: > > Hi Ulrik > > > Are there any performance advantages? I am particularly thinking about > memory usage: are the tid-files in the node.js r

Re: [tw] Re: [TW5] Announcing the release of TiddlyWiki v5.1.14

2017-04-27 Thread Xavier Cazin
Hi Rob, The npm stance that works for me in most situation is: npm update -g tiddlywiki Hope this helps, Xavier. Le 26 avr. 2017 20:20, "Rob Hoelz" a écrit : > This looks fantastic - great work! > > This is the first time I'm upgrading after converting to a node-based >

Re: [tw] [TW5] Announcing the release of TiddlyWiki v5.1.14

2017-04-26 Thread Xavier Cazin
Hi Jeremy, Wonderful. Congratulations for this beautiful release, full of very useful additions. -- Xavier Cazin On Wed, Apr 26, 2017 at 6:23 PM, Jeremy Ruston <jeremy.rus...@gmail.com> wrote: > I’m delighted to announce the belated release of TiddlyWiki version 5.1.14:

Re: [tw] transcluding images and controling their size - quick and dirty

2017-04-16 Thread Xavier Cazin
Hi Pit. W Nice trick, thank you for sharing; and I can testify that it works very well in NodeJS mode too! Cheers, X. -- Xavier Cazin On Sun, Apr 16, 2017 at 3:03 PM, Pit.W. <pi...@eclipso.ch> wrote: > I allow myself to publish my latest little insight below, since it is a >

Re: [tw] .tid.tid.tid....

2017-04-08 Thread Xavier Cazin
Hi Florian, One way to get rid of this issue whithout updating to a pre-release version of TiddlyWiki is to update the version of your nodejs. See the discussion here: https://groups.google.com/forum/?utm_medium=email_source =footer#!msg/tiddlywiki/LK02DUdI-rQ/JGQUjwmLCQAJ Best, X. -- Xavier

Re: [tw] Re: setup correct saving of changes?

2017-04-04 Thread Xavier Cazin
of "ls -lR" command in the directory that contains store.php? Cheers, X. -- Xavier Cazin On Tue, Apr 4, 2017 at 5:49 PM, sa-w w <waar...@gmail.com> wrote: > Terminal tells me this: > stat -c "%a %n" index.html > *777 index.html* > stat -c "%a %n"

Re: [tw] Re: setup correct saving of changes?

2017-04-03 Thread Xavier Cazin
.2987.133 Safari/537.36"* > > seems that this php uploadfile is not working ok, someone have a more > updated version? > > Den söndag 2 april 2017 kl. 21:26:39 UTC+2 skrev Xavier: >> >> Hi >> ​ ​ >> sa-w w >> ​, >> >> I confirm that

Re: [tw] Re: Presenting: #tw-admin - a secret control panel for admin

2017-04-03 Thread Xavier Cazin
Hi Mat, Another very useful gift to the community, thank you ! The only thing I find a bit confusing are the default toggle buttons: they look like radio buttons, while they are functionally closer to checkboxes, don't you think? Cheers, Xavier. -- Xavier Cazin On Mon, Apr 3, 2017 at 8:38 AM

Re: [tw] Re: setup correct saving of changes?

2017-04-02 Thread Xavier Cazin
Hi ​ ​ sa-w w ​, I confirm that merely replacing split() with explode()​ is enough to make store.php work with PHP7. Cheers, X. -- Xavier Cazin On Sun, Apr 2, 2017 at 8:53 PM, sa-w w <waar...@gmail.com> wrote: > Thanks Mark and Mat for reply. I followed the link > http://ti

Re: [tw] Don't get along with ExternalImages and NodeJS

2017-03-23 Thread Xavier Cazin
features may help you achieve what you want. Best regards, Xavier. -- Xavier Cazin On Thu, Mar 23, 2017 at 12:03 PM, 'Daniel S.' via TiddlyWiki < tiddlywiki@googlegroups.com> wrote: > Hi Guys, > > i know there have been a lot of questions about this topic here in the > forum but

Re: [tw] Re: [TW5] Core drag-and-drop improvements

2017-03-23 Thread Xavier Cazin
H ​i Jeremy, ​ > > After playing with it for a while, a request for an additional > functionality arose: being able to restrict the dragged tiddlers to be > accepted in certain droppable areas while being refused in others. I guess > I could use a state parameter with the <$draggable> widget, and

Re: [tw] Re: Presenting: QuickImg - easily add completely new images

2017-03-15 Thread Xavier Cazin
/aedb096d780e1c02d6cc626cadfebd197c2d157b. Let me know if I should correct it further. Best, --Xavier. -- Xavier Cazin On Wed, Mar 15, 2017 at 7:20 PM, Jeremy Ruston <jeremy.rus...@gmail.com> wrote: > Hi Mark > > But I'm using Firefox! (FF47.0.1, Win 7) > > > Have you downloaded both the TW HTM

Re: [tw] Re: TiddlyWiki behind Apache as /zwiki/

2017-03-09 Thread Xavier Cazin
to communicate with the outside world. Good for backups but also for producing and organising tiddlers from external content. The one thing that I miss from using a single HTML file is the ability to cypher the whole wiki with a single passphrase. Best, Xavier. -- Xavier Cazin On Tue, Mar 7, 2017

Re: [tw] TiddlyWiki behind Apache as /zwiki/

2017-03-06 Thread Xavier Cazin
Hi Eric, By any chance, did you load the mod_proxy_http module in addition to mod_proxy? This is mandatory and I've been caught several times by this one. Also, I systematically set: Order Deny,Allow Allow from all Best, X. -- Xavier Cazin On Mon, Mar 6, 2017 at 2:38 PM, Eric

Re: [tw] Too slow on Android+Termux

2017-02-28 Thread Xavier Cazin
Carlos, It consumes almost nothing. Especially if you compare to most other apps that need the screen to be switched on in order to be useful :-) X. -- Xavier Cazin On Tue, Feb 28, 2017 at 3:46 PM, Carlos Pita <carlosjosep...@gmail.com> wrote: > Hi Xavier, I understand, it's an in

Re: [tw] Too slow on Android+Termux

2017-02-28 Thread Xavier Cazin
), the problem can be solved by setting up an ad hoc network between the phone and the host, but this is clearly not ideal if you also want to access the Internet and your mobile data plan is limited :-) Regards, -- Xavier Cazin On Tue, Feb 28, 2017 at 3:13 PM, Carlos Pita <carlosjosep...@gmail.com>

Re: [tw] Too slow on Android+Termux

2017-02-28 Thread Xavier Cazin
ing several days. Regards, Xavier. -- Xavier Cazin On Tue, Feb 28, 2017 at 12:41 PM, Carlos Pita <carlosjosep...@gmail.com> wrote: > Hi all, I'm trying to use tiddlywiki 5.1.13 with node 6.10.0 on android > marshmallow, running inside a very up-to-date termux (yesterday upda

Re: [tw] Re: [TW5-node] How to trigger a rebuild of $__StoryList.tid

2017-02-23 Thread Xavier Cazin
"[[incoming data]] $:/tags/AboveStory", "data1":"whatever" }' \ "http://127.0.0.1:8080/recipes/default/tiddlers/MyDataTiddler1; Now, I'm not sure that placing such tiddlers in the Story List is a good idea. If we want them to be visible as soon as they are

Re: [tw] [TW5-node]

2017-02-23 Thread Xavier Cazin
/EmptyStoryMessage}}/> Not quite satisfying as it would mean that your incoming tiddlers would be sticky on the page until you change them in some ways. But maybe there is a more clever use of the filters. Cheers, X. -- Xavier Cazin On Wed, Feb 22, 2017 at 9:16 PM, Captain Packers <drd

Re: [tw] [TW5-node]

2017-02-22 Thread Xavier Cazin
Hi Captain Packers, One thing you might do instead of rebuilding/reloading/reputting $:/StoryList is to merely alter $:/core/ui/PageTemplate/story so that it loads your tiddler as soon as it is present, in addition to the story list. Cheers, -- Xavier Cazin On Tue, Feb 21, 2017 at 1:38 AM

Re: [tw] Re: [TW5] Computing and using filters within macros

2017-01-25 Thread Xavier Cazin
Hello Tobias, Thank you so much for having put your time and insight on my problem. You even solved the configuration interface issue that I had left aside :-) Your code work beautifully and it just gives me the kick to move forward. Thanks again. -- Xavier Cazin On Tue, Jan 24, 2017 at 11:15

Re: [tw] Re: [TW5] Computing and using filters within macros

2017-01-24 Thread Xavier Cazin
use <$set/> rather than <$list/> sounds like a better approach but then I have trouble figuring how I could build my filter out of any number of settings. If you see light in there, that would be terrific! -- Xavier Cazin On Tue, Jan 24, 2017 at 7:20 PM, Tobias Beer <beert

[tw] [TW5] Computing and using filters within macros

2017-01-24 Thread Xavier Cazin
ted code of *mytiddlers*, say <$list filter="[tag[english]tag[power user]]"> , instead of the actual list of tiddlers. Is there a way solve this kind of issue? Thanks in advance! -- Xavier Cazin -- You received this message because you are subscribed to the Google Group

Re: [tw] Is there a way for TW5 to DO something?

2017-01-23 Thread Xavier Cazin
RM​ "Hey, you just changed a monitored ​tiddler!" ​which tells you if any tiddler tagged "monitored" is modified.​ Sending SMSes or changing the TV channel are left as an exercise :-) ​Cheers,​ X. -- Xavier Cazin On Sun, Jan 22, 2017 at 8:02 PM, JWHoneycutt <jjhoneyc...@icloud.

Re: [tw] How to create a desktop launcher for NodeJS TW5 in linux mint/ubuntu/debian?

2017-01-02 Thread Xavier Cazin
Hi Riz, You should probably try to replace & (execute in background) with && (execute next command if the previous one is successful). Cheers, X. -- Xavier Cazin On Mon, Jan 2, 2017 at 3:06 PM, Riz <madapeedikakka...@gmail.com> wrote: > hese are the things I alread

Re: [tw] [TW5] Improving tiddler renaming behaviour

2016-12-16 Thread Xavier Cazin
Jeremy, Oh I see. Thanks for the explanation! X. -- Xavier Cazin On Fri, Dec 16, 2016 at 1:39 PM, Jeremy Ruston <jeremy.rus...@gmail.com> wrote: > Hi Xavier > > I notice that in Node.js mode, this feature doesn't follow the "config": { > "re

Re: [tw] Re: Autosave in Safari

2016-10-31 Thread Xavier Cazin
oldish Android phone. Cheers, X. -- Xavier Cazin On Mon, Oct 31, 2016 at 1:47 PM, PMario <pmari...@gmail.com> wrote: > Hi Ollie, > > On Monday, October 31, 2016 at 12:49:39 PM UTC+1, Ollie wrote: >> >> I really want to like this program but I cannot for the life of m

Re: [tw] [TW5] Impressions thus far (and TW on node.js on Android)

2016-10-21 Thread Xavier Cazin
in your local network (provided that you set the host parameter to 0.0.0.0 when running the *--server* TW5 command). Just as they were served from a standard computer, actually. Cheers, Xavier. -- Xavier Cazin On Wed, Oct 19, 2016 at 2:41 AM, Timothy Sanders <ts1...@nyu.edu>

Re: [tw] Re: [TW5] Is there a TW5 version of TiddlyPacking available

2016-08-09 Thread Xavier Cazin
Hey Birthe, this is very nifty. Adopted for preparing my next vacation! -- Xavier Cazin On Mon, Aug 8, 2016 at 11:01 PM, 'Birthe C' via TiddlyWiki < tiddlywiki@googlegroups.com> wrote: > Hi J Mc > > Did you find a solution? > > I did try but without the different pac

Re: [tw] Re: The proper way to keep a TiddlyWiki organized

2016-07-29 Thread Xavier Cazin
em slow, or you want to share part of your information and not the rest. Best, Xavier Cazin. -- Xavier Cazin On Fri, Jul 29, 2016 at 12:22 PM, PMario <pmari...@gmail.com> wrote: > On Thursday, July 28, 2016 at 9:41:28 PM UTC+2, Rob Hoelz wrote: >> >> Hi there, fellow TiddlyWik

Re: [tw] [TW5] Announcing TiddlyWiki v5.1.13

2016-07-25 Thread Xavier Cazin
the bug if they use the default packages. Best, -- Xavier Cazin On Mon, Jul 25, 2016 at 4:03 PM, Xavier Cazin <caz...@gmail.com> wrote: > Hi Jeremy, > > I may have found something related to Linux vs MacOS nodejs versions: > https://github.com/nodejs/node-v0.x-archive/issues/685

Re: [tw] [TW5] Announcing TiddlyWiki v5.1.13

2016-07-25 Thread Xavier Cazin
Hi Jeremy, I may have found something related to Linux vs MacOS nodejs versions: https://github.com/nodejs/node-v0.x-archive/issues/685. I'm did my tests on Debian Jessie, which is I believe the stable Debian, that ships with v0.10.29 of nodejs :-( X. -- Xavier Cazin On Mon, Jul 25, 2016 at 3

Re: [tw] [TW5] Announcing TiddlyWiki v5.1.13

2016-07-25 Thread Xavier Cazin
m: Saved file /tmp/my-test/tiddlers/$__StoryList.tid.tid ^Cxavier@hautbois:/tmp/my-test$ Regards, -- Xavier Cazin On Mon, Jul 25, 2016 at 12:20 PM, Jeremy Ruston <jeremy.rus...@gmail.com> wrote: > I'm delighted to announce that TiddlyWiki version 5.1.13 has been released > to: >

Re: [tw] Re: Random Thoughts about the new version of TW.

2016-07-17 Thread Xavier Cazin
Hi Dragon, On Sunday, 17 July 2016 01:01:50 UTC+1, Josiah wrote: > > The title IS the index. >> > > I agree. For single, stand alone TW's there is nothing better. It is > intuitive for the user. > But when it comes to sharing Tiddlers, you WILL get repeated names. What > do you do then? > The

Re: [tw] Can TiddlyWiki be used as Android app?

2016-07-01 Thread Xavier Cazin
Hi, Not sure to understand what you are looking to achieve, but you may want to look at the latest TW5 documentation for it http://tiddlywiki.com/prerelease/#GettingStarted%20-%20Android, especially the NodeJS option. Cheers, -- Xavier Cazin On Fri, Jul 1, 2016 at 3:56 PM, DaComboMan

[tw]

2016-06-17 Thread Xavier Cazin
Hi John, I believe what TW is capable of FAR EXCEEDS the functionality and BEAUTY of > other eBook formats - and my limited coding ability holds me back from > making this THE future for eBooks - yes - I am an advocate and > part-visionary as I see in TW what hasn't been used to advantage > As a

Re: [tw] Re: Navigating to a specific headline or slice in TW5

2016-06-08 Thread Xavier Cazin
Hi Jeremy, Does this slide concept allow compatibility with html anchors? So that importing an HTML fragment containing footnotes would create of a "footnote slice", as well as the linking mecanism between the note and the call point? Cheers, Xavier. -- Xavier Cazin On Wed, Jun 8, 20

Re: [tw] Re: More questions about TITLE

2016-06-07 Thread Xavier Cazin
added the fr-title (resp. es-title) fields, which get rendered instead of the en title thanks to the ViewTemplate mecanism: the <$view field="title"/> in $:/core/ui/ViewTemplate/title is merely replaced with <$view field="fr-title"> <$view field="title"/&

[tw] Re: [TW5] Removing an entry in a datatiddler?

2016-06-05 Thread Xavier Cazin
Correction: the *tm-delete-tiddler *message has nothing to do with the subject: it was just part of Tobias' example. Dont use it unless you also want to delete the tiddler indexed by the dictionnary entry. Best, X. -- Xavier Cazin On Sat, Jun 4, 2016 at 11:28 PM, Xavier Cazin <caz...@gmail.

[tw] Re: [TW5] Removing an entry in a datatiddler?

2016-06-04 Thread Xavier Cazin
*message, whithout setting a *setTo* value. Cheers! X. -- Xavier Cazin On Sat, Jun 4, 2016 at 5:56 PM, Xavier Cazin <caz...@gmail.com> wrote: > Hi everyone, > > I can't seem to find an equivalent for the ActionDeleteFieldWidget that > would let me delete an entry in a (JSON) d

[tw] [TW5] Removing an entry in a datatiddler?

2016-06-04 Thread Xavier Cazin
Hi everyone, I can't seem to find an equivalent for the ActionDeleteFieldWidget that would let me delete an entry in a (JSON) datatiddler. Do you know the trick? ​Thank you very much in advance,​ -- Xavier Cazin -- You received this message because you are subscribed to the Google Groups

Re: [tw] NodeJS on Android

2016-05-21 Thread Xavier Cazin
Hi Arien, I agree, this Android application is a pure gem. Termux will be featured in the next release of TiddlyWiki documentation: http://tiddlywiki.com/prerelease/#Serving%20TW5%20from%20Android. Best, Xavier. -- Xavier Cazin On Sat, May 21, 2016 at 2:27 PM, Arlen Beiler <arlen...@gmail.

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

2016-04-23 Thread Xavier Cazin
tiddlers are the default. Cheers, -- Xavier Cazin On Sat, Apr 23, 2016 at 9:13 PM, Ton Gerner <ton.ger...@gmail.com> wrote: > The toolbar is a very nice addition; makes many of my bookmarklets > superfluous ;-) > > The adjusted Dutch translation for TW5.1.12 can

Re: [tw] Re: [TW5] How to wrap transcluded content with tags?

2016-04-18 Thread Xavier Cazin
Hi, You might want to get further ideas at http://tiddlywiki.com/editions/text-slicer/index.html which gives an example of how to display a gathering of several tiddlers while making each component accessible (slice up *Sample Text* first, then look at *Sliced up Sample Text*). XC. -- Xavier

[tw] [TW5] Plugin "apply-template" for the Editor Toolbar

2016-03-29 Thread Xavier Cazin
choice to the currently selected text. Somehow, it reminded me how powerful templates were in TiddlyWiki 5. Please give it a try, and let me know what you think. Cheers, -- Xavier Cazin -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To u

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

2016-01-12 Thread Xavier Cazin
Hi Tobias, This is not really a matter of quote parsing but rather of wikitext parsing. Try <$macrocall $name="=" text="""I am ''$(currentTiddler)$'' for TiddlyWiki $(version)$. This is rather $1$.""" 1="boldish"/> somewhere in http://tobib

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

2016-01-12 Thread Xavier Cazin
Hi everyone, Loved the trick, but it exhibits a parsing glitch when you try to put the variable values in bold ​ using single quotes​ . Try <> for instance. X. -- Xavier Cazin On Tue, Jan 12, 2016 at 5:18 PM, Tobias Beer <beertob...@gmail.com> wrote: > Hi Felix, > > Ha!

Re: [tw] Math.js Plugin

2015-11-18 Thread Xavier Cazin
Wonderful. This new version works like a charm. Being able to process list fields opens another range of possiblities. Cheers, Xavier. -- Xavier Cazin On Wed, Nov 18, 2015 at 2:04 PM, Matthew Lauber <m...@mklauber.com> wrote: > Hi Xavier, > Tobias tracked down the cause of this as

Re: [tw] Math.js Plugin

2015-11-17 Thread Xavier Cazin
;/> + 0 Can you figure why? Best, Xavier. -- Xavier Cazin On Tue, Nov 17, 2015 at 1:15 AM, Matthew Lauber <m...@mklauber.com> wrote: > One quick update. I've released version 1.1.0 which includes a new > parameter "silence" which silences the parse error text. Th

Re: [tw] Math.js Plugin

2015-11-17 Thread Xavier Cazin
Hi Mattew, No change. The computation does happen with or without parenthesis, but the brackets remain. Here is a modifid Examples tiddler in attachment. Xavier. -- Xavier Cazin On Tue, Nov 17, 2015 at 4:53 PM, Matthew Lauber <m...@mklauber.com> wrote: > Xavier, >As far as I

Re: [tw] I translated a few tiddlers to french. Could you upgrade github. Thanks

2015-05-31 Thread Xavier Cazin
the individual licence (see How to sign the CLA in http://tiddlywiki.com/#Contributing). Santé ! Xavier. -- Xavier Cazin On Sun, May 31, 2015 at 9:37 PM, Marc Viot marc.v...@gmail.com wrote: Happy day to all mothers ;) -- You received this message because you are subscribed to the Google Groups

Re: [tw] I translated a few tiddlers to french. Could you upgrade github. Thanks

2015-05-31 Thread Xavier Cazin
Marc, By the way, it seems that some of your translations are redondant (unless they are proposals for better or more current translations?)... You can see the current state of the fr-FR edition is here: http://tiddlywiki.com/languages/fr-FR/index.html Let me know, Xavier -- Xavier Cazin

Re: [tw] I translated a few tiddlers to french. Could you upgrade github. Thanks

2015-05-31 Thread Xavier Cazin
Great, I was afraid that you didn't know about this fr edition. Cheers, Xavier. -- Xavier Cazin On Sun, May 31, 2015 at 10:55 PM, Marc Viot marc.v...@gmail.com wrote: I used the current state of fr-FR edition to translate. I've also modified some little mistake and upgrade a few. Le

Re: [tw] [TW5] how not to duplicate code?

2015-04-06 Thread Xavier Cazin
Hi, What about the template construct {{||tile}} instead? Xavier. -- Xavier Cazin On Mon, Apr 6, 2015 at 10:28 AM, sini-Kit tanu...@gmail.com wrote: Hi! I have 6 tiddlers with practically the same code div class= tovar_center $list filter=[is[current]tagging[]tag[$:/Note]sort[title]] span

Re: [tw] Translating TW5 to spanish: Issues making TW5 work on node.

2015-01-28 Thread Xavier Cazin
Hi Pau, From tiddlywiki --version #no reply at all. I'd say /usr/local/bin is not in your PATH (eventhough I would have expected at least a response from you shell complaining that it can't find the command). What about: export PATH=/usr/local/bin:$PATH tiddlywiki --version Xavier Cazin

Re: [tw] New tiddlyclip release

2014-12-20 Thread Xavier Cazin
Hi BJ, That's a very useful plugin, thank you! I think it already deserves a bolder version number :-) Cheers, Xavier. -- Xavier Cazin On Thu, Dec 18, 2014 at 7:25 PM, BJ buggy...@gmail.com wrote: Hi all, I have released a new version of tiddlyclip (0.0.7-alpha) - it is available

Re: [tw] Re: [TW5] Translating tiddlywiki.com documentation into French

2014-12-17 Thread Xavier Cazin
Salut Alberto, I tried to translate the tiddler WidgetMessage: tm-home. See attachment Thanks! Will include it in the next pull request for the fr-FR edition. I would like to contribute more, but I see that its not so easy considering questions like the following: - are there common

Re: [tw] Re: [TW5] Translating tiddlywiki.com documentation into French

2014-12-17 Thread Xavier Cazin
http://tiddlywiki.com/#Meetups:Meetups. Merci d'avance, Xavier. -- Xavier Cazin On Wed, Dec 17, 2014 at 6:32 PM, Sylvain Naudin sil...@gmail.com wrote: Bonjour Xavier, Je me permets une réponse en français. J'aimerai beaucoup participer, même si mon niveau de traduction n'est pas optimum

[tw] [TW5] Translating tiddlywiki.com documentation into French

2014-12-15 Thread Xavier Cazin
a GitHub pull for you. As of today, fr-FR translated tiddlers have been mostly provided by Julie Strzelecki or Xavier Cazin, with valuable comments from Jeremy Ruston, Mario Pietsch, Bram Chen and Tobias Beer. They amount to roughly 36% of the material in tiddlywiki.com/ (nothing from tiddlywiki.com/dev

Re: [tw] [TW5] Trouble with edition cascading with node.js

2014-11-13 Thread Xavier Cazin
Hi Jeremy, Once again, a clean solution to a tough issue, thanks a lot! This, plus the new export features: I'm afraid my last excuses for postponing first publication are collapsing :-) l'll try to submit a pull request by this week-end. Cheers, Xavier. -- Xavier Cazin On Thu, Nov 13, 2014

Re: [tw] Re: [TW5] Preview of new export button

2014-11-12 Thread Xavier Cazin
Hi Jeremy, Thank you for the explanation. Actually, for my needs (select a bunch of tiddlers to bring them from one Node.js-served TiddlyWiki to another one, the single HTML file would make a good alternative to the uncompressed zip :-) Thanks again, Xavier. -- Xavier Cazin On Tue, Nov 11

Re: [tw] Re: [TW5] Preview of new export button

2014-11-11 Thread Xavier Cazin
Hello Jeremy, The .tid file format can only contain a single tiddler. So when you use the page export button you end up with a .tid file containing just the first tiddler. To export a specific tiddler, just navigate to that tiddler and then use the tiddler export button in the tiddler

[tw] [TW5] Trouble with edition cascading with node.js

2014-11-09 Thread Xavier Cazin
? Thank you very much for your thoughts. -- Xavier Cazin -- 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

Re: [tw] [TW5] New introductory video

2014-11-01 Thread Xavier Cazin
on. Cheers, -- Xavier Cazin On Sat, Nov 1, 2014 at 3:21 PM, Jeremy Ruston jeremy.rus...@gmail.com wrote: I've been working on a new brief introductory video for TiddlyWiki. The idea is to have a 2 minute introduction video that tries to explain the basic concepts, and then several Getting Started videos

Re: [tw] [TW5] Spanish Translation

2014-10-24 Thread Xavier Cazin
request. Thanks in advance, Xavier Cazin. -- 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

Re: [tw] [TW5] Spanish Translation

2014-10-24 Thread Xavier Cazin
from the en-GB docs. Best regards, Xavier. -- Xavier Cazin On Fri, Oct 24, 2014 at 1:55 PM, Jeremy Ruston jeremy.rus...@gmail.com wrote: Hi Mario Thanks - I've updated the prerelease to add a select box that allows the user to choose between: * Show all strings * Only show translated

Re: [tw] One TiddlyWiki or Many

2014-10-24 Thread Xavier Cazin
your tag/field/title policy allows you to create coherent sets of tiddlers. By then, the imminent export feature will have made its way to the light, and you'll be able to easily export some of these sets to other wikis :-) Cheers, Xavier. -- Xavier Cazin On Fri, Oct 24, 2014 at 4:52 PM, Alex Hough

Re: [tw] Re: Announcing the release of TiddlyWiki version 5.1.3

2014-10-22 Thread Xavier Cazin
an easier way for you to get started. Best regards, Xavier Cazin. -- Xavier Cazin On Wed, Oct 22, 2014 at 1:36 AM, Alfonso Arciniega aaac1...@gmail.com wrote: Thank you Jeremy, Regarding translations, has anyone worked on a Spanish translation? I did look at https://github.com/Jermolene

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 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] congrats for TW5! but... markup problems!

2014-09-22 Thread Xavier Cazin
) in a French environment. In any case, you can't expect full compatibility of WikiText between TWC and TW5. You might want to look at http://compare-tw2-tw5.tiddlyspace.com/. Best, Xavier. -- Xavier Cazin On Mon, Sep 22, 2014 at 10:47 AM, Jean-Pierre Rivière jn.pierre.rivi...@gmail.com wrote

Re: [tw] Re: Any idea how to shorten this?

2014-09-17 Thread Xavier Cazin
Hi Stephan, Very nice and concise! I knew I didn't get your initial question :-) Xavier. -- Xavier Cazin On Wed, Sep 17, 2014 at 10:44 AM, Stephan Hradek stephan.hra...@gmail.com wrote: removeprefix! ;) I had a look at the documentation and found a solution I like. Instead of building my

Re: [tw] Any idea how to shorten this?

2014-09-16 Thread Xavier Cazin
/td td$transclude field=summary//td /tr /$list Cheers, Xavier. -- Xavier Cazin On Tue, Sep 16, 2014 at 1:35 PM, Stephan Hradek stephan.hra...@gmail.com wrote: Hi! I started to use TiddlyWiki to keep a list of my opened tickets in HP Quality Center, which we use here at work. For each

[tw] [TW5] Call for improving localisation on tiddlywiki.com

2014-09-04 Thread Xavier Cazin
/cla-individual.md, though). Just let me know. -- Xavier Cazin -- 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

Re: [tw] Re: [tw5] Tables not working

2014-08-23 Thread Xavier Cazin
Hi Shash, The reason is that wikitext considers xyz as an html tag; you can use the unicode entity #x0003C; (or lt;) instead of , so that lt;xyz renders as xyz. Best, Xavier. -- Xavier Cazin On Sat, Aug 23, 2014 at 8:07 AM, Shash skmurth...@gmail.com wrote: No. I was not transcluding. I

Re: [tw] [TW5] Constant messages from discarded drafts

2014-08-20 Thread Xavier Cazin
. If it still confusing, I'll try to take note more closely next time. Xavier Cazin. -- Xavier Cazin On Wed, Aug 20, 2014 at 2:37 PM, Jeremy Ruston jeremy.rus...@gmail.com wrote: Hi James I'm sorry you've been having problems. Do these messages popup in the browser or in the server terminal? You

Re: [tw] Re: Is auto-tagging possible in TiddlyWiki (5.0.13-beta)?

2014-08-07 Thread Xavier Cazin
Hello rogmint, If you open your TW file in a text editor, it should be rather easy to add brackets around every occurrences of Gropius. Best, XC. Le 7 août 2014 12:15, 'rogmint' via TiddlyWiki tiddlywiki@googlegroups.com a écrit : Thanks for the quick reply, Richard. So the answer to my

Re: [tw] Can a $list tag be displayed as a bulleted list?

2014-07-27 Thread Xavier Cazin
). Cheers, Xavier. -- Xavier Cazin On Sun, Jul 27, 2014 at 8:14 AM, Daniel Gee zef...@gmail.com wrote: I would like to include a list of tiddlers with a given tag, but I would like that list to be bulleted. Something like: $list filter=[tag[Axes]] / will display a list of everything tagged Axes

Re: [tw] Re: TW 5.0.13 File Size Proformance

2014-07-08 Thread Xavier Cazin
files sorted by revert order of size ls -lSr ./myTWfolder/tiddlers/ Cheers, X. -- Xavier Cazin On Thu, Jul 3, 2014 at 3:51 PM, Michael michael.ra...@infrafrontier.eu wrote: Deleting HistoryList brought the file size down from 9.8 MB to 7.5 MB. Deleting 4 PDFs that I dumped in and forgot

Re: [tw] Re: [TW5] Tag filter

2014-06-28 Thread Xavier Cazin
Interesting puzzle! What about [field:tags/^A$/] ? Regards, Xavier. -- Xavier Cazin On Sat, Jun 28, 2014 at 12:26 PM, Jon fiveri...@gmail.com wrote: Just in case this makes a difference, what I actually want to do is this: Gives the list of tiddlers tagged with A B {{{ [tag[A]tag[B

Re: [tw] Re: [TW5] Tag filter

2014-06-28 Thread Xavier Cazin
Am Samstag, 28. Juni 2014 14:29:04 UTC+2 schrieb Xavier: Interesting puzzle! What about [field:tags/^A$/] ? Looks good. Even field:tags/\bA\b/ sounds feasible Testing in http://tiddlywiki.com/#:%24%3A%2FAdvancedSearch, with the tag task, the \b doesn't prevent other tags to be present. The

Re: [tw] Re: [TW5] Tag filter

2014-06-28 Thread Xavier Cazin
Would this mean I would need to enter a field value of A into each tiddler I wanted to filter? If so, that wouldn't be practical either. I just want to filter on the actual tag. No, Stephan's solution just works because the tags of a tiddler are actually contained in a field that is called

Re: [tw] Re: [TW5] Tag filter

2014-06-28 Thread Xavier Cazin
list would you want a filter (or combination of filters) to produce? X. -- Xavier Cazin On Sat, Jun 28, 2014 at 7:28 PM, Jon fiveri...@gmail.com wrote: So, {{{ [field:tags[A]] }}} doesn't work On Saturday, 28 June 2014 18:02:28 UTC+1, Jon wrote: Hi Xavier, Yes, I clicked on the i button

Re: [tw] [TW5] Node.js vs. single HTML

2014-06-24 Thread Xavier Cazin
Hi Ulrik, I am interested, because it seems I will be generating a large file - for now it is just 3mb, but when I add some long tables, it may become close to 10mb. And I will keep adding. I have seen posts that tiddlywiki starts to slow down dramatically at some point (20mb if my memory

<    1   2   3   >