Re: [tw] Re: [TW5] How to use images with node.js ?

2015-05-09 Thread Michele Zaffalon
Hi Mark, I have asked the same question here and other people are interested in this. I agree that not having to install a webserver is very convenient and unfortunately my coding skills are not sufficient to add the feature mys

[tw] Re: generate tiddler name for transclusion

2015-05-09 Thread Rustem
It's possible! After thorough RTFM: <$list filter="[[$:/_ra/styles/highlight.js/solarized_]addsuffix{$:/_ra/styles/configurables##code-palette}addsuffix[.css]]"><$transclude/> On Monday, May 4, 2015 at 10:10:24 PM UTC-7, Rustem wrote: I'm trying to transclude one stylesheet or another based o

[tw] [TW5] How to Link PDF in Local Drives and External URL

2015-05-09 Thread James
Hi, May i know how to link pdf files, in my local drive and external URL, in TW5? I have tried the following ways, using external images, but it doesn't work. http://tiddlywiki.com/#ExternalImages -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group

[tw] Re: [TW5] How to use images with node.js ?

2015-05-09 Thread 'Mark S.' via TiddlyWiki
Rules are always changing. TW itself violated the first rules of javascript. Remember javascript wasn't ever supposed to be able to write to the file system. For TW on nodejs to be of practical use (at least to me), it needs to serve up images. This doesn't seem like an unreasonable objective.

Re: [tw] Re: TW5 TiddlyWiki processing while typing?

2015-05-09 Thread Måns
Here's a short video demonstrating my little "flownotes" "fastnewtiddler fork" experiment: https://youtu.be/gDwl8TKPWnU I mean to add a button to hide/show all tools, so you're left with just a black canvas and green text - for distraction free writing... Den lørdag den 9. maj 2015 kl. 21.21.2

[tw] Re: [TW5] How to use images with node.js ?

2015-05-09 Thread PMario
On Saturday, May 9, 2015 at 7:32:33 PM UTC+2, Mark S. wrote: > I'm wondering if there's a way that I redirect image links based on a path > tiddler. This way I could manage images separately and just change the path > when operating from a different platform. Pretty sure Eric had a plugin for >

[tw] Re: [TW5 Workflow] The Stealth NewHere Method! PLEASE READ

2015-05-09 Thread 'Mark S.' via TiddlyWiki
Maybe I'm just catching it on a bad day, but when I type a title into the title box and fill in the other fields, nothing appears over in the "recent" tab.Also, there is no little hand icon for changing the title. If it it did work, I would wonder how it knows when you're finished writing a t

[tw] Re: TW5 TiddlyWiki processing while typing?

2015-05-09 Thread 'Mark S.' via TiddlyWiki
It's a very attractive layout, and I'll probably use it for my default on my tablet. It does seem to help with speed at the start of a new tiddler. But then it slows down again as the working tiddler fills up. It might be that people who are not touch typists would not notice. Not necessarily

Re: [tw] Re: TW5 TiddlyWiki processing while typing?

2015-05-09 Thread Måns
I use Chrome on all my mobile devices... - occasionally I use Firefox - sometimes I use Andtidwiki+... Den lørdag den 9. maj 2015 kl. 21.21.28 UTC+2 skrev Måns: > > Hi Mark > > Jed already gave you some very good reasons why to try out his mobile > theme. > If you need a faster way to create tex

Re: [tw] Re: TW5 TiddlyWiki processing while typing?

2015-05-09 Thread Måns
Hi Mark Jed already gave you some very good reasons to try his mobile theme out. If you need a faster way to create text/tiddlers in tiddlywiki @mat started a "fastnewtiddler" project which allows you to create new tiddlers simply by writing a title and start typing text instantly because you a

[tw] Re: TW5 TiddlyWiki processing while typing?

2015-05-09 Thread Jed Carty
While it doesn't address all of what you are talking about, I made the mobile theme partly to remove the sidebar so that it didn't have to render. This does reduce the amount of work that the wiki has to do and I have seen some small performance improvement when using it on my tablet. Granted I

Re: [tw] Re: TW5 TiddlyWiki processing while typing?

2015-05-09 Thread 'Mark S.' via TiddlyWiki
Cosmetic tweaks are nice and certainly appreciated, but when you're trying to type on a small screen (which can already be challenging) what you really care about is performance. I rarely care what is going on in the rest of the TW when I'm busy typing in input. I don't need things updating in

[tw] Re: [TW5] How to use images with node.js ?

2015-05-09 Thread 'Mark S.' via TiddlyWiki
Hi Michele & Mario, It's a little hard to understand the excitement about node.js. Apparently, in order to get images, I would have to install 2 servers (node & something else) and change all my image links OR I would have to convert all my images into tid files (which would laden the stand-al

Re: [tw] Re: Display tiddlers in two columns

2015-05-09 Thread Charlie Brown
I see, so I can change the layout through css. I'll checkout the examples when I'm less sleepy:). Sincerely, 王文鑫 Charlie On Sat, May 9, 2015 at 9:59 PM, Måns wrote: > Hi Charlie > > I am not currently aware of any specialized theme for showing tiddlers in > a side-by-side column fashion. > > Th

[tw] Re: Is a combination of the select widget and edit tiddler field value possible?

2015-05-09 Thread Måns
Hi Matabele I remember you posted this at an earlier occasion. It reminds me of Eric's StorySaverPlugin, StoryViewerPlugin and OpenStoryMacro: http://tiddlytools.com/#StorySaverPluginInfo%20StoryViewerPluginInfo It seems to me that your stories tab can do for TW5 what those plugins do/did for

[tw] Re: Display tiddlers in two columns

2015-05-09 Thread Måns
Hi Charlie I am not currently aware of any specialized theme for showing tiddlers in a side-by-side column fashion. There are however ways to show tiddlers in generated lists or sub stories (correct me if I'm wrong) and that allows you to show them side by side by defining columns via css. @

[tw] Display tiddlers in two columns

2015-05-09 Thread Charlie Brown
Hi, I'm new to tiddlewiki (three days) but I'm really happy with it. Thanks a lot! Right now my tiddlers are short and thin, and display them in only one column wastes too much spaces. Is there a theme or something so that I could list them in two columns? I did some searching but found no resul

[tw] Re: Tiddlywiki 5 and mGSD

2015-05-09 Thread Mat
On Saturday, May 9, 2015 at 2:43:36 PM UTC+2, Måns wrote: > @Roma @TiddlyVerse. Is it ok that I translated, renamed and repackaged > Roma's gsd5 plugin - with due reference and links to his original work? > But of course. IMO. But maybe it's a legal issue not covered by the general TW open sour

Re: [tw] Re: [TW5] How to use images with node.js ?

2015-05-09 Thread Michele Zaffalon
I use http-server , (because node.js is already installed for TiddlyWiki5) and http://localhost:8084/image.jpg"/>. On Sat, May 9, 2015 at 11:21 AM, PMario wrote: > TW node server is no general purpose file server. So it doesn't serve > files. > If you w

[tw] [TW5 Learning] A "Good to Start With" list - please come with input

2015-05-09 Thread Mat
As a part of a greater "Learning TW" project (if "project" is the right word?), here is an introductory run through of the identified Concepts in TW. Please help to improve it - not only the factual errors that I *for sure* am making, but also to ma

[tw] Re: Tiddlywiki 5 and mGSD

2015-05-09 Thread Måns
A question regarding intellectual property - conventions for translation, renaming, referencing and republishing a plugin and a general code of conduct. I made a danish translation of Roma's GSD5. In danish it is called FMG5. (Få Mere Gjort: "Getting More Done"...) I wrote a reference to Roma H

Re: [tw] Re: TW5 TiddlyWiki processing while typing?

2015-05-09 Thread Måns
Hi Danielo Not a fair/correct statement... @Jed's new mobile theme and @Matabele's floating sidebar are major improvements which helps when using TiddlyWiki on mobile devices. Check them out. Cheers Måns Mårtensson Den lørdag den 9. maj 2015 kl. 13.14.45 UTC+2 skrev Danielo Rodríguez: > > He

[tw] Re: Tiddlywiki 5 and mGSD

2015-05-09 Thread Mat
On Saturday, May 9, 2015 at 1:08:28 PM UTC+2, Danielo Rodríguez wrote: > > This is very similar to what Roma is doing. @everyone It seems I misinterpreted Jeffreys message. He IS in fact referring to Romas tiddlyspot site, which I realized from looking at Romas post here

[tw] Re: Is a combination of the select widget and edit tiddler field value possible?

2015-05-09 Thread Måns
Hi Danielo Thanks. I guess it was: "<$text text={{!!title}}/>" and an extra list filter closure "" - a left over from the grouped lists of the type list tiddler which was showing up... It is difficult to know what to leave out when you copy things which are over your head - like I did here.

[tw] Trouble with a plugin stylesheet... (shadowed styesheet doesn't work untill renamed)

2015-05-09 Thread Måns
Hi TwWizards I'm trying to make a stylesheet load with a plugin I've made. It doesn't work untill I rename it and is no longer a shadow tiddler... I tried to rename it in different ways and repackaged the plugin - it doesn't help. To me it seems that it is the status of it being a shadow tiddle

Re: [tw] Re: TW5 TiddlyWiki processing while typing?

2015-05-09 Thread Danielo Rodríguez
Hello Mark, Seems that the entire TW community has forgotten about mobile devices, even after Jeremy said that he is very interested on mobile environment. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop

[tw] Re: Tiddlywiki 5 and mGSD

2015-05-09 Thread Danielo Rodríguez
This is very similar to what Roma is doing. In fact the name is the same and the apparrance is identical. If you are only referencing roma's work you did it wrong. Looks like one of the old version. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" grou

[tw] Re: Is a combination of the select widget and edit tiddler field value possible?

2015-05-09 Thread Danielo Rodríguez
Hello Mans, You have to add !is[current] to the list filter of the drop down. -- 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...@googlegroup

[tw] Re: [TW5] How to use images with node.js ?

2015-05-09 Thread PMario
TW node server is no general purpose file server. So it doesn't serve files. If you want to serve files from your HD and have access to TW you'd need to add a proxy server in front of TW. eg. nginx This may be interesting: https://groups.google.com/d/msg/tiddlywiki/z8emI6_oKbw/KLfRhbYCDB8J ha

[tw] Re: Tiddlywiki 5 and mGSD

2015-05-09 Thread Mat
Whoa! That came out of the blue! That looks great Jeffrey!!! My use of GTD is one of those things that has been neglected because of the TWC->TW5 transition, so thank you very much, I'll definitely look into this properly! @Jeremy - if this is considered polished enough, it should probably be