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

2015-05-10 Thread Rustem
Ok I've posted it, no instructions, just see the button next to Save changes. Switching is done by adding/removing a tag on the stylesheet tiddler. Please, somebody help me get the link right in the $:/_ra/buttons tiddler, the last one - if I point to the story, the URL is correct, otherwise

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

2015-05-10 Thread Rustem
I fixed that link, never mind. This is the right way to link to tiddlers, so the spaces in the title are ok: $link to=currentTiddler$view field=title//$link I think I tried it with transclude before, and the space was rendering the link invalid. Please, somebody help me get the link right in

[tw] Re: How do I display fields and values of the tiddler when it is not in Draft Mode?

2015-05-10 Thread david...
Brilliant! Thanks Eric! So I can see from Tables in WikiText[1] how to change the formatting so those field values are in a table: |!probability:|{{!!probability}}| !severity:|{{!!severity}}| Kind regards, David. On Mon, May 11, 2015, at 02:26 PM, Eric Shulman wrote: On Sunday, May 10, 2015

[tw] is a drop-down Field selector menu possible in Draft Mode?

2015-05-10 Thread david...
Hi List, Can I use a drop-down selector for the Fields, in Draft Mode? Is it possible? I've added two fields ('Probability' and 'Severity') to my default 'New Tiddler' template, by following Tobias Beer's excellent guide to Create a Tiddler from a Template[1]. I'd like to be able to select the

[tw] Re: How do I display fields and values of the tiddler when it is not in Draft Mode?

2015-05-10 Thread Eric Shulman
On Sunday, May 10, 2015 at 7:11:37 PM UTC-7, david... wrote: How do I display the field values in a tiddler? I have a tiddler with two fields: - probability:likely - severity:negligible Ideally, I'd like to display these in a table, rather than inline. You can use

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

2015-05-10 Thread 'Mark S.' via TiddlyWiki
Ok, using Michele's idea for http-server running on port 8084, I can define a macro like this: *\define images(image:Bugs Bunny)* *$macrocall $name=imagepath image=$image$ path={{imagePath1}} /* *\end* *\define imagepath(image:a,path:b)* *[img[$path$$image$]]* *\end* Then with tiddler

[tw] How do I display fields and values of the tiddler when it is not in Draft Mode?

2015-05-10 Thread david...
Hi all, How do I display the field values in a tiddler? I have a tiddler with two fields: * probability:likely * severity:negligible Currently, these fields and values are only visible in draft mode. How do I display the fields and values of the tiddler, in the tiddler, when it is not in

[tw] Can I have Different Table Style?

2015-05-10 Thread James
The table design, especially the table header fall back to the default design grey color when I use the classic @@. command to define the CSS style for my table. When I define it in HTML format, Table Class=.. it seems ok. Can anyone guide me on this? Thanks. -- You received this message

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

2015-05-10 Thread Greg Davis
@Andreas Great! that solved the mystery of trying to make my left menu into a plugin. Been using Tinka as tried changing different things trying to get menu to work correctly, after making plugin. Now added 'list-after' to the tiddler I suspected to be causing the problem and now it works. My

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

2015-05-10 Thread Rustem
Another thing bugging me is if I change list-before in $:/_ra/buttons/BookmarkHere to $:/_ra/buttons/TodoHere, the button jump all the way back. Is this a bug or I don't understand something about http://tiddlywiki.com/#Order%20of%20Tagged%20Tiddlers? On Sunday, May 10, 2015 at 1:39:20 PM

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

2015-05-10 Thread Andreas Hahn
Hi Mans, the reason for that is that when packaged as a plugin, it is no longer guaranteed that the stylesheet shadow tiddler is loaded AFTER the vanilla base theme. Therefore you have to get your stylesheet to load later or take a higher precedence (i.e. change the styles to me more

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

2015-05-10 Thread Måns
Aha. That makes sense. Thank you very much for the explanation Andreas! I enjoy your Tinka plugin packager/manager very much :-) Is there any chance you will share your left menu tiddler editor some time soon? Saw your demonstration at the hangout and it seems to be a great design for a

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

2015-05-10 Thread Rustem
I’m on a roll today. .tc-story-river { display: flex; flex-wrap: wrap; } .tc-tiddler-frame { max-width: 49%; margin-right: 1%; } On Saturday, May 9, 2015 at 9:07:59 AM UTC-7, Charlie Brown wrote: I see, so I can change the layout through css. I'll checkout the examples when I'm less

[tw] Re: generate tiddler name for transclusion

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

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

2015-05-10 Thread Rustem
One-up ;) - Use max-height, no wasted space for smaller tiddlers - Put that in .tc-tiddler-body, that way the heading part won’t scroll (title,etc,tags) .tc-tiddler-body { max-height: 24em; overflow: auto; } On Sunday, May 10, 2015 at 1:41:23 AM UTC-7, Måns wrote: Hi Rustem

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

2015-05-10 Thread TiddlyWiker
On Sunday, May 10, 2015 at 5:14:07 AM UTC+2, James wrote: 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 Hello. you can use Iframes

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

2015-05-10 Thread Michele Zaffalon
Hi Mark, I have asked the same question here https://groups.google.com/d/msg/tiddlywiki/MBuzDDEpIPw/_uTxW0HT6CkJ 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

Re: [tw] [TW5] $list filter= looks like text. where is my mistake?

2015-05-10 Thread sini-Kit
Hi, Jeremy! Is there any way to put $list filter into $list filter ? I try many variants with $set, define and so on. and I always get the same result. I saw my list as text. I think it must be a standard way to put to temp tiddler rendered result (ore something else), but I can't find it.

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

2015-05-10 Thread Philippe Renders
Hello I personally use external links [ext[Link|document/file.pdf]] for files with a relative path orI I use the full URL [ext[Link|file:///C:/Document/file.pdf]] http://tiddlywiki.com/#Linking%20in%20WikiText Le dimanche 10 mai 2015 05:14:07 UTC+2, James a écrit : Hi, May i know how

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

2015-05-10 Thread Måns
Hi Rustem Great stuff :-) Thank you for sharing! Add a height and overflow auto - and you've got small tiddler windows in two rows...: .tc-story-river { display: flex; flex-wrap: wrap; } .tc-tiddler-frame { max-width: 49%; margin-right: 1%;height:24em;overflow: auto;} Cheers Måns

[tw] reveal widget accepts text reference for state

2015-05-10 Thread Rustem
Never been so happy to find an error in TW. :D Not sure if it's an omission in documentation, or, as Eric recently said, It is possible your implementation is just so good that it handles a case you didn't expect. https://github.com/Jermolene/TiddlyWiki5/pull/1721 --R -- You received this

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

2015-05-10 Thread Måns
+1 Nice :-) Den søndag den 10. maj 2015 kl. 11.21.45 UTC+2 skrev Rustem: One-up ;) - Use max-height, no wasted space for smaller tiddlers - Put that in .tc-tiddler-body, that way the heading part won’t scroll (title,etc,tags) .tc-tiddler-body { max-height: 24em; overflow:

[tw] Re: Display tiddlers in two columns

2015-05-10 Thread Jed Carty
You will certainly get all the credit. If you have a demo site I will just link to that instead of putting up one of my own. If you have one what is the address? -- You received this message because you are subscribed to the Google Groups TiddlyWiki group. To unsubscribe from this group and

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

2015-05-10 Thread R
No,no, you go ahead and do the demo. Please. Mine is just a working example, I'm too lazy to properly demo everything I've put in there. It's this one (not updated yet): http://solar-flair.tiddlyspot.com/. It's better suited for people who know how to dig into internals to see how the appearance

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

2015-05-10 Thread Måns
Hi Rustem and Jed I'm fiddling with a button/link to toggle the layout of two columns - it works - I don't think my solution is anywhere near a right way of doing it though... I've used Hradek's and Tobias' ToggleContent macro to toggle the css from a field value into the stylesheet tiddler.

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

2015-05-10 Thread 'Mark S.' via TiddlyWiki
It's effectively a text-only or mostly-text system if you plan to create a stand-alone TW (which is the only way I can see using it as a mobile reference). Images are large, so just a handful will bring your TW to a crawl -- especially on a mobile device. I'm guessing that the upper limits for

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

2015-05-10 Thread Måns
http://tobibeer.github.io/tb5/#Toggle%20Contents Den søndag den 10. maj 2015 kl. 20.22.45 UTC+2 skrev Måns: Hi Rustem and Jed I'm fiddling with a button/link to toggle the layout of two columns - it works - I don't think my solution is anywhere near a right way of doing it though...

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

2015-05-10 Thread R
Sure, go ahead. I'm going to update my demo as well. Maybe you could plug it in yours. (Meaning mention) On May 10, 2015 8:42 AM, Jed Carty inmyso...@gmail.com wrote: Rustem, That is awesome. I was only thinking about this in terms of independently scrolling columns, but I can think of

[tw] Re: generate tiddler name for transclusion

2015-05-10 Thread Jed Carty
Sorry I didn't notice this when you posted it originally. In case you wanted a different method at some point in the future: \define p() $:/styles/$(name)$.css $set name=name value={{$:/configurables##filename}} p /$set I do not think that there is any benefit to using this over your

[tw] Re: Display tiddlers in two columns

2015-05-10 Thread Jed Carty
Rustem, That is awesome. I was only thinking about this in terms of independently scrolling columns, but I can think of plenty of places where this would be at least as useful, if not more so. Do you mind if I post how to do this on the wiki reference wiki http://inmysocks.tiddlyspot.com and

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

2015-05-10 Thread BJ
It is possible to change this value by hacking the core plugin, if feel adventurous I can walk you through the procedure. BJ On Saturday, May 9, 2015 at 6:36:43 PM UTC+1, Mark S. wrote: Cosmetic tweaks are nice and certainly appreciated, but when you're trying to type on a small screen