[tw] Re: Add R language to TW5 highlight plugin

2016-02-27 Thread instantkaffee
Thanks Jed, your answer works and helped me a lot. Am Samstag, 27. Februar 2016 14:18:37 UTC+1 schrieb Jed Carty: > > I had to do this for matlab. It isn't difficult but I remember there being > some annoying syntax thing that came up somewhere. I didn't run into it > while testing so maybe it

[tw] Re: [TW5] Button template

2016-02-27 Thread Scott Simmons (Secret-HQ)
Would it work to create a macro that could generate each button based on a parameter? E.g.: \define format(button) <$button message="tm-button" tooltip=<> aria-label=<> class=<>> <$action-setfield $tiddler="$:/language/format/notify" $field="text" $value=<>/> <$action-sendmessage

[tw] Re: Scalable + Robust Storage Options (S3)

2016-02-27 Thread Marica Odagaki
I've put together a docker image for TiddlyWiki with s3fs support: https://github.com/ento/tiddlywiki-s3fs Using s3fs means filesystemadaptor.js just works. I'm running the image on AWS for my personal use. I haven't put much time and effort into writing a great readme file; happy to answer

[tw] [TW5] Button template

2016-02-27 Thread andrew harrison
Does anyone have any suggestions on how I could write a template for my format buttons where the highlighted word button would be what would change? [[$:/plugin/ajh/format/button]]: \define lingo-base() $:/language/format/ <$button message="tm-button" tooltip=<> aria-label=<> class=<>>

Re: [tw] Re: Scripture tiddly wiki 5 examples

2016-02-27 Thread Marc Ferguson
Thanks Sent from my iPhone > On Feb 27, 2016, at 5:58 AM, Jed Carty wrote: > > I think I got bored and stopped working on it, and I can't find any of the > output, but here is what I still have: > > This perl script: > > open(TEXT, "

[tw] Re: [TW5] importing/saving emails in TW

2016-02-27 Thread 'Mark S.' via TiddlyWiki
What browser are you using? Apparently not all browsers are configured to display internal PDF data. Also, check that you have a PDF viewer plugin installed in your browser. About the mail -- this is one of the problems with TW compared to other systems. You can't just copy an email into TW

[tw] Re: [tw5] Tiddlyclip plugin release - create clips of webpages

2016-02-27 Thread Charles Ridout
I recently found TiddlyClip. It is what I have been looking for. My issue is using Tiddlyclip on my Android tablet. I am unable to "dock to my Tiddlywiki" since Android/Firefox does not appear to support Right-Click like on the desktop. Any thoughts or suggestions will be appreciated. Great

[tw] Re: How to use colours from the palette

2016-02-27 Thread Hegart Dmishiv
Hi Stephen, How about a *<>* macro, something like this... \define hilite(text, color) @@background-color:$color$;$text$@@ \end I like to put a space before and after highlighted text, so you can really see the background. You could probably fiddle with this, and move $color$ into the macro

[tw] Re: How to use colours from the palette

2016-02-27 Thread BJ
Hi Stephen, you could do it this way \define hilight2(color text) @@background-color:$color$;$text$@@ \end \define hilight(color text) <$macrocall $name="hilight2" color={{$color$}} text="""$text$"""/> \end <> all the best BJ On Saturday, February 27, 2016 at 10:46:44 PM UTC, Stephen

[tw] How to use colours from the palette

2016-02-27 Thread 'Stephen Kimmel' via TiddlyWiki
My goal is to highlight some text with a background colour that changes whenever I select a different palette or change the colours on the palette. In general I've been using the form @@background-color:yellow; I'm using a yellow background@@ which works just fine but doesn't change colors

[tw] Re: doesn't work, how to ignore syntax?

2016-02-27 Thread Eric Shulman
On Saturday, February 27, 2016 at 10:26:29 AM UTC-8, Shay Shaked wrote: > > Eric, still doesn't work: > > > > > Try adding a newline after the closing .

[tw] Re: doesn't work, how to ignore syntax?

2016-02-27 Thread Shay Shaked
On Saturday, February 27, 2016 at 9:48:24 AM UTC-5, Shay Shaked wrote: > > I don't know what is it in this piece of text I copy-pasted, but I can't > close the quote block. I tried to tell TW to ignore any formatting in this > text block, but all my attempts failed. Here's an image: > > >

[tw] Re: doesn't work, how to ignore syntax?

2016-02-27 Thread Shay Shaked
Eric, still doesn't work: On Saturday, February 27, 2016 at 11:58:04 AM UTC-5, Eric Shulman wrote: > > > > On Saturday, February 27, 2016 at 6:48:24

[tw] Re: doesn't work, how to ignore syntax?

2016-02-27 Thread Eric Shulman
On Saturday, February 27, 2016 at 6:48:24 AM UTC-8, Shay Shaked wrote: > > I don't know what is it in this piece of text I copy-pasted, but I can't > close the quote block. I tried to tell TW to ignore any formatting in this > text block, but all my attempts failed. Here's an image: > Use

Re: [tw] Re: Scripture tiddly wiki 5 examples

2016-02-27 Thread Marc Ferguson
Thanks Sent from my iPhone > On Feb 27, 2016, at 5:58 AM, Jed Carty wrote: > > I think I got bored and stopped working on it, and I can't find any of the > output, but here is what I still have: > > This perl script: > > open(TEXT, "

[tw] doesn't work, how to ignore syntax?

2016-02-27 Thread Shay Shaked
I don't know what is it in this piece of text I copy-pasted, but I can't close the quote block. I tried to tell TW to ignore any formatting in this text block, but all my attempts failed. Here's an image:

[tw] Re: [TW5] importing/saving emails in TW

2016-02-27 Thread Jed Carty
If you don't want to do this manually you will probably have to use some non-tiddlywiki things. Perl at a minimum I suspect. I am moving away from using gmail and I have been working on this a bit. If you want to do this on a large scale I could probably help. I am working on making a mysql

[tw] Re: Encrypting tag-identified tiddlers with the Tools menu

2016-02-27 Thread ParisWiki
Thank you Greg ! And Thank you Danielo ! I had seen your plugin some months ago, but I was under the (wrong) impression that it was not doing batches. Nice work ! JCG Le vendredi 26 février 2016 21:47:46 UTC+1, Greg Davis a écrit : > > Hi, > > What you want is the Encrypt Tiddler Plugin by

[tw] Re: Add R language to TW5 highlight plugin

2016-02-27 Thread Jed Carty
I had to do this for matlab. It isn't difficult but I remember there being some annoying syntax thing that came up somewhere. I didn't run into it while testing so maybe it won't be a problem. Go to the download page here (https://highlightjs.org/download/) select the languages you want

[tw] Re: Scripture tiddly wiki 5 examples

2016-02-27 Thread Jed Carty
I think I got bored and stopped working on it, and I can't find any of the output, but here is what I still have: This perl script: open(TEXT, ">bible.json") || die "problem opening bible.json\n"; print FILE "[\n"; my $book; while() {

[tw] Add R language to TW5 highlight plugin

2016-02-27 Thread instantkaffee
The Highlight.js plugin does not come with highlihting for the R language. The library itself has support for it. How can I include it into TW5? -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To

[tw] TW5 copy and paste button

2016-02-27 Thread andrew levy
Is there a way to create a button to copy and paste between tiddlers? so that if i have selected text within a tiddler clicking the button would enter that text into a new tiddler thanks andrew -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group.