[tw] TiddlyWiki Hangout #84 will be on Tuesday 21st April at 4pm BST

2015-04-17 Thread Jeremy Ruston
TiddlyWiki Hangout #84 will be on Tuesday 21st April at 4pm BST (which is GMT+1). More details here: https://plus.google.com/events/c04pvnbkt606jhpfm5hgd85s51o One topic that I promise to cover is the question raised by Danielo of whether TiddlyWiki should be viewed as a framework, and the possi

Re: [tw] [TW5] Something disabled my table of contents

2015-04-17 Thread Jeremy Ruston
Hi Samppa It sounds like your following the correct steps to add a new entry to the TOC. A few possible thoughts: * Are you using any plugins that might be interfering with the refresh process? * Have you overridden any shadow tiddlers? Use $:/AdvancedSearch, switch to the "Filter" tab and select

Re: [tw] filter expressions difference

2015-04-17 Thread Jeremy Ruston
Hi Rustem On Thu, Apr 16, 2015 at 9:13 AM, Rustem <8pa...@gmail.com> wrote: > Is there any difference between "[some_filter[]sort[]]" and > "[some_filter[]] +[sort[]]"? Is one more efficient than the other? > No, those examples act identically, and the performance would be the same. Best wishes

Re: [tw] Re: [TW5] Is there a template or CSS to expand editing space

2015-04-17 Thread Jeremy Ruston
> Version 5.1.8 which is in prerelease form has the option of making even the side-bar disappear which will leave you with the entire width of the screen or your editing area. The ability to hide the sidebar isn't new in 5.1.8; it has been in TiddlyWiki for quite a while. Use the chevron icon at t

Re: [tw] Where are instructions on how to make your own themes to add to the theme-list?

2015-04-17 Thread Jeremy Ruston
Hi Mark > > But how do you make your theme that can be selected from the theme list? > A theme is just a plugin with its plugin-type field set to "theme". You can find out more about making plugins at http://tiddlywiki.com/dev; the summary is that it's easiest when running TiddlyWiki under Node.j

Re: [tw] "new here" tiddler appears on top of the story

2015-04-17 Thread Jeremy Ruston
Hi Rustem On Wed, Apr 15, 2015 at 10:41 PM, Rustem <8pa...@gmail.com> wrote: > How can I make the new tiddler appear immediately below the current one, > when I use "new here" or "new journal here"? I seem to recall that's how it > used to be. Now it appears at the very top of the story. I wouldn

Re: [tw] Adding CSS to CodeMirror

2015-04-17 Thread Jeremy Ruston
Hi Casey On Wed, Apr 15, 2015 at 8:05 PM, Casey Gray wrote: > I have got a theme to work with HighlightJS, by creating a tiddler and > tagging it $:/tag/Stylesheet. I created a couple because I wanted to have > themes available, but only one works. > > Do I need to just have a generic stylesheet

Re: [tw] Re: TW5 Popup flashing when used with focusPopup

2015-04-17 Thread Jeremy Ruston
Hi Danielo I think there's a couple of problems. First, the reveal widget should have type="popup". Secondly, the strategy of reusing the same dropdown content across two different text inputs won't work unless you qualify the state title. Best wishes Jeremy. On Wed, Apr 15, 2015 at 1:01 PM, D

[tw] Re: filter expressions difference

2015-04-17 Thread Stephan Hradek
Am Donnerstag, 16. April 2015 10:13:57 UTC+2 schrieb Rustem: > > Is there any difference between "[some_filter[]sort[]]" and > "[some_filter[]] +[sort[]]"? Is one more efficient than the other? > The second version can be used for stuff like this: "[some_filter[]] [some_other_filter[]] +[sort[]

[tw] Re: What use instead of {{!!title}} in template?

2015-04-17 Thread Stephan Hradek
Am Donnerstag, 16. April 2015 19:23:14 UTC+2 schrieb Jed Carty: > > <$link to={{!!title}}><$view field=title/> > > should work > I think <$link><$view field="title"/> should be sufficient. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To un

Re: [tw] Re: [TW5] sorting of tagged tiddlers when tag is clicked

2015-04-17 Thread Jeremy Ruston
Hi Michele I hoped for a standard way of doing this but after searching the mailing > list, I could not find much. Will passing a filter to ListField be > supported sometimes in the future? > Funnily enough, I did consider allowing the list filter to contain filter expressions instead of just a t

Re: [tw] FontAwesome appearance

2015-04-17 Thread Jeremy Ruston
Hi Rustem Can you share it on TiddlySpot (or similar) to make it easier to investigate? Many thanks, Jeremy. On Wed, Apr 15, 2015 at 1:37 AM, Rustem <8pa...@gmail.com> wrote: > I embedded FontAwesome into my TW5, but when I use it inside a button > widget, the button looks big and darkly colo

Re: [tw] [TW5] Transclude into _canonical_uri field doesn't work?

2015-04-17 Thread Jeremy Ruston
Hi Mat The _canonical_uri field is interpreted as literal text, and isn't wikified before use. Best wishes Jeremy On Mon, Apr 13, 2015 at 7:42 PM, Mat wrote: > Should this not work? > > TiddlerA has field > > `imgurl:http://tiddlywiki.com/talkytalky/images/Motovun%2520Jack.svg` >

[tw] [TW5] How to install a prerelease version under node.js?

2015-04-17 Thread Yaisog Bonegnasher
Hi, I guess the topic says it all. I'm running TW5 under node.js and the version list for the tiddlywiki package does offer prerelease versions. I did try to create a new wiki with tiddlywiki --init server prerelease and got some (older) 5.1.8 tiddlers, but I'm not sure the code is 5.1.8 since

Re: [tw] [TW5] How to install a prerelease version under node.js?

2015-04-17 Thread Jeremy Ruston
Hi Yaisog If you install TiddlyWiki with npm then you'll always get the latest official release. To install the prerelease you need to clone or download the repo from GitHub. Switch to the repo folder and use the command "npm link" to tell npm to use it as the source for the "tiddlywiki" command.

Re: [tw] serving a TW5 with a last modified header via node.js

2015-04-17 Thread Jeremy Ruston
Hi Mark > > Another potentially stupid question from me. > Not at all. I've set up a remote virtual private server with the node.js edition and it > works great. > Excellent. > I've noticed however that whereas TW5s served from tiddlyspot will cache > on my iphone (and thus reload quickly) my

Re: [tw] Re: TW5 Popup flashing when used with focusPopup

2015-04-17 Thread Danielo Rodríguez
Hello Jeremy, I'll change the type of the drop down to popup and let you know if that was the problem. >Secondly, the strategy of reusing the same dropdown content across two >different text inputs won't work unless you qualify the state title. I don't have the intention to use this drop dow

Re: [tw] Re: TW5 Popup flashing when used with focusPopup

2015-04-17 Thread Jeremy Ruston
> Anyway I can't use the qualify macro because the popup tiddler is being transcluded and I suppose the rendering tree will not be the same than the field's tree. You can get around that problem by using the set widget to assign a qualified value to a variable in an outer scope, and then reference

Re: [tw] Re: Tiddlywiki Branding/UI Studies

2015-04-17 Thread Matthew DeAbreu
Wow! As someone who likes the Muted palette in TiddlyWiki that looks fantastic! Talking about shadows reminded me of Google's Material Design ( http://www.google.com/design/spec/material-design/introduction.html) and how every element is almost like a piece of paper. The logo you've designed you

[tw] Announcing TiddlyWiki version 5.1.8

2015-04-17 Thread Jeremy Ruston
I'm delighted to announce that TiddlyWiki version 5.1.8 has finally been released to: http://tiddlywiki.com/ Remember to keep careful backups before upgrading existing wikis at: http://tiddlywiki.com/upgrade.html This has turned out to be a fairly major new release, with many bug fixes and new

Re: [tw] Re: [TW5] Is there a template or CSS to expand editing space

2015-04-17 Thread 'Mark S.' via TiddlyWiki
On Friday, April 17, 2015 at 6:01:36 AM UTC-7, Jeremy Ruston wrote: > > The ability to hide the sidebar isn't new in 5.1.8; it has been in > TiddlyWiki for quite a while. Use the chevron icon at the top right. > > I assumed that Casey meant that the sidebar would disappear automatically when yo

Re: [tw] Re: TW5 Popup flashing when used with focusPopup

2015-04-17 Thread Danielo Rodríguez
> > > You can get around that problem by using the set widget to assign a > qualified value to a variable in an outer scope, and then reference that > variable in both places. > > <$set name="v" value=<>> > ... > <$reveal state=<> > etc. > Hello Jeremy. Thank you very much. I'll go for that.

[tw] Re: [TW5] Is there a template or CSS to expand editing space

2015-04-17 Thread Jed Carty
You could modify the edit tiddler and save/store tiddler button to hide the sidebar. Edit the tiddler called $:/core/ui/Buttons/edit and put the line <$action-setfield $tiddler="$:/state/sidebar" $field='text' $value="no"/> right before the line '' in $:/core/ui/Buttons/edit Then, in the tiddle

Re: [tw] [TW5] Something disabled my table of contents

2015-04-17 Thread Samppa Viitanen
Hi Jeremy. Thanks for taking the time to answer me! I've been meaning to update on the matter: The problem is not because I broke something playing around with plugins or shadow/system tiddlers. It seems that the problem is either related to Windows 7/8.1, Chrome, or TiddlyWiki platform in itse

Re: [tw] Re: Tiddlywiki Branding/UI Studies

2015-04-17 Thread Duarte Farrajota Ramos
Here are two completely different concepts with a vertical bar I happen to conjure up today. Still incomplete but I quite like them the way they look.

[tw] Re: Tiddler inclusion or tiered tagging?

2015-04-17 Thread 'c pa' via TiddlyWiki
Tierney, To create tiddlers tagged with the current tiddler, click "More / Create new tiddler tagged with this one" (icon of a tag with a plus next to it) 1. To list the tiddlers thusly tagged use the following code: (Put this code in the parents) <$list filter="[tag]"> 2. To list the

[tw] Re: Using List to populate column

2015-04-17 Thread TJ Hoeft
All, Thank you for your posts! They are very helpful. I'm trying to render links to Tiddlers from Tiddler name references stored within a table. I modified your example to store an extra field for an appointment date. <$list filter="[tag[future-plan]]"> <$view field="title"/><$view field="f

[tw] Is there a way to force wikification of text?

2015-04-17 Thread 'c pa' via TiddlyWiki
What is the internal function that wikifies text? I want to build a javascript macro to force wikification of text. (because I'm running into situations where no matter how many macro levels I call into I can't get the string wikified) I searched the code for the string "wikify" and there is no

[tw] Re: Tiddlywiki Branding/UI Studies

2015-04-17 Thread Jed Carty
I really like how this looks. I have been trying to figure out how to proceed with the icon menus I have made. I think that a combination of what you are showing here and the mobile menus talked about in this other thread

[tw] Re: Is there a way to force wikification of text?

2015-04-17 Thread Jed Carty
A macro to force wikification would be awesome. I had some similar questions that got answered over on the dev forum here and here

[tw] Re: Is there a way to force wikification of text?

2015-04-17 Thread PMario
Can you provide an example text, that is not wikified, so we can actually test it. It would make the possibility to help much easier. -m -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails fr

[tw] Re: Announcing TiddlyWiki version 5.1.8

2015-04-17 Thread Mat
Y-haw!!! Even if I've of course seen most of it in the prerelease, it is interesting to be met by HelloThere and I think there is a striking balance between linking to those informative key-feature tiddlers and simultaneously keeping an informal and conversational tone. That, and the image

[tw] Re: Announcing TiddlyWiki version 5.1.8

2015-04-17 Thread Måns
Hi Jeremy Hooray - Conratulations and thank you very much for this update! :-) I wrote a TiddlyWiki Jingle yesterday to show my gratitude. https://musescore.com/node/796056 Even if it sounds like some ol' jazz tune it *IS* an original composition and it should be quite obvious that the "hook

[tw] Re: Announcing TiddlyWiki version 5.1.8

2015-04-17 Thread Mat
@Måns I wrote a TiddlyWiki Jingle yesterday to show my gratitude. > > https://musescore.com/node/796056 > ABSOLUTELY HILARIOUS!! I almost just woke up the kids from laughing!!! <:-) -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubsc

[tw] Re: Announcing TiddlyWiki version 5.1.8

2015-04-17 Thread Måns
:-D Den lørdag den 18. april 2015 kl. 00.08.22 UTC+2 skrev Mat: > > @Måns > > I wrote a TiddlyWiki Jingle yesterday to show my gratitude. >> >> https://musescore.com/node/796056 >> > > ABSOLUTELY HILARIOUS!! I almost just woke up the kids from laughing!!! > > <:-) > -- You received this mess

[tw] Re: Tiddlywiki Branding/UI Studies

2015-04-17 Thread Duarte Farrajota Ramos
Hahah not at all, I am glad you like them. Like I said before my html/css skills are very limited to little more than copy pasting other people's work, so I was actually hoping someone would eventually actually implement them. I made these more as mockups at Jeremy's request so, please go ahead a

[tw] Re: Announcing TiddlyWiki version 5.1.8

2015-04-17 Thread Duarte Farrajota Ramos
Congrats on the new release, lot of cool goodies and new features! Gonna upgrade my wikis and give them a testdrive! Thanks for all the dedication and support! On Friday, 17 April 2015 18:00:30 UTC+1, Jeremy Ruston wrote: > > I'm delighted to announce that TiddlyWiki version 5.1.8 has finally bee

[tw] Markdown doesn't seem to work with internal links starting with $

2015-04-17 Thread 'Mark S.' via TiddlyWiki
If I use either of the two formats for creating markdown links to tiddlers that start with the $ symbol, I end up with a link that directs to TWO non-existent tiddlers. One with with just a dollar sign, and the other with the rest of the original link title. For instance: This is my [link](#$:/

[tw] Bitcoin Donation

2015-04-17 Thread Aaron Artille
Discovered TiddlyWiki just today, would like to contribute however I can. I do not have a PayPal account or any means of donating fiat currency, but I always have bitcoin and would like to help out whatever bit I can afford into the future as I use TiddlyWiki. Is there a bitcoin endpoint setup

Re: [tw] Adding CSS to CodeMirror

2015-04-17 Thread Casey Gray
Thanks, I don't know why Codemirror won't use the theme, I tried a number of different ways to get the stylesheet in, but none of them worked, so I decided to just let it go. Thanks for the reply. On Friday, April 17, 2015 at 6:22:44 AM UTC-7, Jeremy Ruston wrote: > Hi Casey > > On Wed, Apr 15

[tw] Re: Is there a way to force wikification of text?

2015-04-17 Thread 'c pa' via TiddlyWiki
PMario What I want to do is build a macro that will evaluate and return the results of an expression such as {{!!fieldname}} within the current context. That would solve so many of my macro problems. I've wasted too many days working out the context differences between <>, $variableName$, $(va

[tw] TiddlyWiki Jazzy Jingle

2015-04-17 Thread Måns
Hi TWafficionados I wrote a TiddlyWiki Jingle yesterday to show my gratitude. @Mat thinks it is great fun :-) so I decided it should have it's own post... Video score: https://musescore.com/node/796056 Karaoke video: https://youtu.be/BEiIouAu6b0 Score: http://mus.cr/1JPpllM Even if it sounds

Re: [tw] Re: [TW5] Is there a template or CSS to expand editing space

2015-04-17 Thread Casey Gray
Not that, I just wanted to find a better way to utilize the space, I don't think that the sidebar needs 40% of the screen for my personal wiki. I just wanted to edit the default theme to make tiddlers wider. On Friday, April 17, 2015 at 10:32:42 AM UTC-7, Mark S. wrote: > > > On Friday, April 1

[tw] Re: Tiddlywiki Branding/UI Studies

2015-04-17 Thread Duarte Farrajota Ramos
Here is a more complete version with a few tweaks. Added UI for custom user tabs which was missing and made a simple animation of how tab switching could work:

[tw] [TW5] Sort of mobile app like menus (and moving forward and backward through the tag structure)

2015-04-17 Thread Jed Carty
Inspired by these two threads I have been working on some things for tiddlywiki that act like menus in mobile apps. I have one of the types of menus mostly working,

[tw] Re: [TW5] Sort of mobile app like menus (and moving forward and backward through the tag structure)

2015-04-17 Thread Jed Carty
Now it is the MakeMenu macro, you give it a root tag and a name and you can have as many of them as you want. It is all in the Menu Macro tiddler. More explanation is on the demo site . I will probably add some configuration options to change t

Re: [tw] Re: [TW5] sorting of tagged tiddlers when tag is clicked

2015-04-17 Thread Michele Zaffalon
Hi Jeremy, Thank you for your detailed answer. Is this something a neophyte like me could do? I tried to set a breakpoint at getTiddlerList and I spent a couple of hours to fol

[tw] Re: [TW5] Sort of mobile app like menus (and moving forward and backward through the tag structure)

2015-04-17 Thread Jed Carty
And in the last update for the night, I have added macros for two TOC versions using this type of menu. Now it is time to go to bed. -- 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,

[tw] [TW5] Tiddler title font size

2015-04-17 Thread Philippe Renders
How can I reduce or change the tiddler font size ? -- 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,

Re: [tw] FontAwesome appearance

2015-04-17 Thread Rustem
Here it is: http://fa-button.tiddlyspot.com/ I actually managed to put together a stylesheet for it, but I'm wondering if there is a better way. Like maybe there is an existing class in TW5 that will make it look in line with the rest of the buttons? I tried a few, but none worked. Disable the