[tw5] Re: TW5: javascript macros

2019-07-03 Thread rooster91an
Hi BurningTreeC you are right. I had to restart my tiddlywiki nodejs server. Didn't know that. Thanks a lot! Oliver Am Mittwoch, 3. Juli 2019 12:31:09 UTC+2 schrieb BurningTreeC: > > Hi, I've tried your example and it works for me on a recent tiddlywiki > > Maybe you just forgot to save and

[tw5] TW5: javascript macros

2019-07-03 Thread rooster91an
Hello everybody! I'm stuck in a basic and probably easy thing: I cannot get any javascript macro to work in my tiddlywiki. My wiki is a 5.1.19 version running on nodejs. For an example let's take this makro from TW5 Magick (http://tw5magick.tiddlyspot.com/): === /*\ title:

[tw5] Re: TW5: Tiddlywiki on node.js: Show content of local text file in a tiddler

2019-05-23 Thread rooster91an
to a directory seen > by node.js, then possibly you could put a symbolic link in the files > directory leading to your text file directory. > > Good luck! > > > On Wednesday, May 22, 2019 at 6:12:31 AM UTC-7, rooster91an wrote: >> >> Hi Mark, >> you wrote 'you w

[tw5] Re: TW5: Tiddlywiki on node.js: Show content of local text file in a tiddler

2019-05-22 Thread rooster91an
s > > However perhaps tagging with $:/tags/RawMarkup > will work in some cases > > What is your particular setup? > > Tony > > > > > On Tuesday, May 21, 2019 at 10:57:57 PM UTC+10, rooster91an wrote: >> >> Hello everybody! >> >> I am runn

[tw5] Re: TW5: Tiddlywiki on node.js: Show content of local text file in a tiddler

2019-05-22 Thread rooster91an
id > directory? Then with Bob (I think), it would automatically be updated in > your TW. > > Good luck > > On Tuesday, May 21, 2019 at 5:57:57 AM UTC-7, rooster91an wrote: >> >> Hello everybody! >> >> I am running a Tiddlywiki via node.js on my Raspberr

[tw5] TW5: Tiddlywiki on node.js: Show content of local text file in a tiddler

2019-05-21 Thread rooster91an
Hello everybody! I am running a Tiddlywiki via node.js on my Raspberry Pi. This works wonderfully. Now I have some telemetry data from my network, periodically updated in a text file. It would be great, if I could show the current text content of this file in a tiddler in my wiki. What is

[tw5] Re: node.js with tls (https)

2018-09-27 Thread rooster91an
Thank you very much for your answers. I am going to give it a try. Regards Oliver -- 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

[tw5] node.js with tls (https)

2018-09-26 Thread rooster91an
Hi everyone! I am testing running my previous standalone tiddlywikis now with node.js. This works quite good and I am enthusiastic about the possibilities. But I want to make some of them accessible from internet, so I would prefer to run tiddlywiki with tls (ssl/https) encryption instead of

[tw] Re: TW5: Customizing span between headings and text

2016-04-06 Thread rooster91an
Superb! Exactly that what I needed! Thank you so much. Regards Oliver Am Mittwoch, 6. April 2016 10:58:52 UTC+2 schrieb magev958: > > I would suggest CSS. To your stylesheet add something like this: > > body.tc-body .tc-tiddler-frame h1, body.tc-body .tc-tiddler-frame h2 { > padding-bottom:

[tw] TW5: Customizing span between headings and text

2016-04-05 Thread rooster91an
Hello! I've got a question to the presentation of content in tw5. In tiddlers with text alternating with headings tw5 always displays the same span above a heading and

Re: [tw] TW5 on node.js: avoid overwrites

2015-09-15 Thread rooster91an
ated to connected users. > > Best wishes > > Jeremy > > > On Wed, Sep 9, 2015 at 11:41 AM, rooster91an <ma...@oliverhahn.net > > wrote: > >> Hi there, >> I've got a question about using tiddlywiki with multiple users. There are >> many articles in the t

[tw] TW5 on node.js: avoid overwrites

2015-09-09 Thread rooster91an
Hi there, I've got a question about using tiddlywiki with multiple users. There are many articles in the tiddliwiki group pertaining to this subject. But the more I read, the more I was stumped. So I hope you tiddlywiki professionals are not too much bothered with my further attempt. The idea

[tw] TW5: manipulate the modified field

2015-08-05 Thread rooster91an
Hi there, I'm in an project where are older tiddlers manually put into a new tiddlywiki. For sorting purposes it would be fine if I could manipulate the modified field of those tiddlers. I tried the following: $button $action-setfield $tiddler=Modified Test $field=modified

[tw] Re: TW5: Formatting the list-widget output

2015-04-08 Thread rooster91an
]] li$link to={{!!title}}$view field=title//$link/li /$list /ul Best wishes Jeremy. On Wednesday, April 1, 2015 at 3:50:34 PM UTC+1, rooster91an wrote: Hi there, my question is about formatting the list-widget output. I tried some lists like this: $list filter=[tag[2015]] ulli$link

[tw] Formatting the list-widget output

2015-04-01 Thread rooster91an
Hi there, my question is about formatting the list-widget output. I tried some lists like this: $list filter=[tag[2015]] ulli$link to={{!!title}}$view field=title//$link/li/ul /$list This parses correctly the tiddlernames with leading bullets. But there ist always a space between the lines.