Re: [tw] Re: TW5: Using TW as a musical scratchpad with BopLand.org services?

2014-01-15 Thread Jeremy Ruston
Hi Måns In TW5 there's a different approach to getting external libraries like bopland integrated. Instead of using a script tag to include the script, it gets wrapped up into a plugin, and then one or more TW5 modules are used to integrate it. Have a look for example at the CodeMirror plugin:

[tw] [TW5] How to correct fluid width in combination with Zoomin view

2014-01-15 Thread Ton Gerner
Hi all, In my guide - about a top menu and toolbars [1] - I describe how to use 'fluid width' (with or without Sidebar) by using the following CSS. 1) Without Sidebar: /* STORY RIVER & TIDDLER WIDTH = 100% */ .story-river { position: absolute; width: 100%; } .tw-tiddler-frame { w

Re: [tw] Re: TW5: Using TW as a musical scratchpad with BopLand.org services?

2014-01-15 Thread Stephan Hradek
Hi Jeremy! While we are at it: Do you remember that you wanted to change the @@ block to create a classed div instead of applying the class to all child objects? I think this would also help here as a bopland div is then simply created with @@bopland musical notes here @@ -- You received th

Re: [tw] Re: TW5: Using TW as a musical scratchpad with BopLand.org services?

2014-01-15 Thread Jeremy Ruston
On Wed, Jan 15, 2014 at 9:12 AM, Stephan Hradek wrote: > While we are at it: Do you remember that you wanted to change the @@ block > to create a classed div instead of applying the class to all child objects? > Yes I remember. I think this would also help here as a bopland div is then simply cr

Re: [tw] Re: [TW5] how to <>? Or else...???

2014-01-15 Thread Jeremy Ruston
On Tue, Jan 14, 2014 at 7:44 PM, RA <8pa...@gmail.com> wrote: > I want the set tiddler name to be unique. So I thought I could use > <> to add a unique suffix, I saw similar suffixes on > system-generated tiddlers, for example "$__state_tab-{260706635}.tid". > > At the same time, I want the set t

Re: [tw] Build TiddlyWiki5 from individual tiddlers

2014-01-15 Thread Jeremy Ruston
Hi Marc I downloaded an old version 20 of Firefox on my OS X laptop, and I was able to view the TiddlyWiki file you sent without problems. Perhaps there are some extensions that are interfering with viewing the TiddlyWiki file? Best wishes Jeremy On Tue, Jan 14, 2014 at 5:37 AM, Marc wrote:

Re: [tw] [TW5] How to correct fluid width in combination with Zoomin view

2014-01-15 Thread Jeremy Ruston
> > @Jeremy > Has it something to do with the Zoomin implementation? > In the past tiddlers had a 'variable width' in Zoomin view, dependent upon > the content. > The zoomin view sets the story container to position: relative, and then positions each tiddler position:absolute within it. That means

Re: [tw] [TW5] How to correct fluid width in combination with Zoomin view

2014-01-15 Thread Ton Gerner
Hi Jeremy, On Wednesday, January 15, 2014 10:52:50 AM UTC+1, Jeremy Ruston wrote: > > > >> @Jeremy >> Has it something to do with the Zoomin implementation? >> In the past tiddlers had a 'variable width' in Zoomin view, dependent >> upon the content. >> > > The zoomin view sets the story containe

[tw] advice for creating tiddlers from text

2014-01-15 Thread passingby
Hello friends, I am trying to create tiddlers from text which I plan to ultimately import into a blank TW5. First let me describe my task. I have a long text in MSWord document (approx 1400pages). I have to parse it break it into blocks of text for tiddlers with each tiddler having fields of a

Re: [tw] [TW5] How to correct fluid width in combination with Zoomin view

2014-01-15 Thread Jeremy Ruston
> I know you changed to a fixed with after Dave's complaining. > > What I do not understand: > Why is there a 'separate' tiddler width for Zoomin view? > I think it's because for centralised view we need to be able to separately adjust the left and right sides, independently of the width. > And

Re: [tw] advice for creating tiddlers from text

2014-01-15 Thread Jeremy Ruston
Your best bet is probably to create a .tid file for each tiddler. Here's an example: https://github.com/Jermolene/TiddlyWiki5/blob/master/editions/tw5.com/tiddlers/HelloThere.tid They are documented here: http://tiddlywiki.com/static/TiddlerFiles.html Once you've got a folder full of .tid files

Re: [tw] [TW5] How to correct fluid width in combination with Zoomin view

2014-01-15 Thread Ton Gerner
Hi Jeremy, On Wednesday, January 15, 2014 12:10:48 PM UTC+1, Jeremy Ruston wrote: > > > I know you changed to a fixed with after Dave's complaining. >> >> What I do not understand: >> Why is there a 'separate' tiddler width for Zoomin view? >> > > I think it's because for centralised view we need

Re: [tw] [TW5] How to correct fluid width in combination with Zoomin view

2014-01-15 Thread Jeremy Ruston
Hi Ton This is an area in which I'd welcome suggestions for improvement, by the way! I don't think what we've got at the moment is quite good enough. Best wishes Jeremy On Wed, Jan 15, 2014 at 11:33 AM, Ton Gerner wrote: > Hi Jeremy, > > > On Wednesday, January 15, 2014 12:10:48 PM UTC+1, Je

Re: [tw] Tiddler saving issue with TW5 when it has been open a while.

2014-01-15 Thread Jeremy Canady
I may have something that could help. It appears it may be a timing issue with the automatic draft saving. If I click save on a tiddler _before_ the automatic draft gets saved it goes into an unexpected state. Drafts are no longer automatically saved and clicking the save button does nothing. I

[tw] Re: [TW5] Linking to Specific Tiddlers?

2014-01-15 Thread Ed M
I have a TW5 on tiddlyspot and I would also like to be able specify links to specific tiddlers accessible "externally". A user example; sending an email to a colleague "Please check the information entered here ( http://foo.tiddlyspot.com/#foo ) is correct.". Any advice on how to implement this

Re: [tw] Re: [TW5] Linking to Specific Tiddlers?

2014-01-15 Thread Jeremy Ruston
> I have a TW5 on tiddlyspot and I would also like to be able specify links > to specific tiddlers accessible "externally". A user example; sending an > email to a colleague "Please check the information entered here ( > http://foo.tiddlyspot.com/#foo ) is correct.". Any advice on how to > implemen

[tw] Markdown internal links

2014-01-15 Thread Marcel Kaczala
How to link tiddlers using the markdown plugin? I've tried some syntax and can't generate the internal links. -- 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 tid

[tw] Markdown internal links

2014-01-15 Thread Marcel Kaczala
Forgot to mention: TW5 -- 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, send email to tiddlywiki@goo

Re: [tw] Re: [TW5] how to <>? Or else...???

2014-01-15 Thread RA
> > > Can you explain the context for this a little more? I'd like to try to > properly understand what you are trying to do. > > Ok, I'll try, but it may just sound like OCD :D Every time I want to use a button, I could as well just come up with a set tiddler name by myself, but I want to have

Re: [tw] Re: [TW5] how to <>? Or else...???

2014-01-15 Thread Jeremy Ruston
Ok, I'll try, but it may just sound like OCD :D > Every time I want to use a button, I could as well just come up with a set > tiddler name by myself, but I want to have a piece of code that I just > paste into place and it works, with no changes. I like the example you have > with show/hide butt

[tw] TiddlyWiki changes not saved on chromebook

2014-01-15 Thread Ron K Jeffries
I am new, this may be pilot error. I load a TiddlyWiki from my local SSD (Samsung C303, Chromebook) Edited title Saved using the [down arrow] on right side panel Browser does file save (i even edited filename so I knew it was saved) When I load the supposedly new (changed) file, it does NOT reflec

Re: [tw] Markdown internal links

2014-01-15 Thread Jeremy Ruston
WikiLinks aren't yet implemented for the MarkDown parser, I'm afraid. We're just using the out-of-the-box parser engine. I've made a ticket to track it: https://github.com/Jermolene/TiddlyWiki5/issues/352 Best wishes Jeremy On Wed, Jan 15, 2014 at 3:48 PM, Marcel Kaczala wrote: > Forgot to

Re: [tw] TiddlyWiki changes not saved on chromebook

2014-01-15 Thread Jeremy Ruston
Hi Ron On Wed, Jan 15, 2014 at 4:14 PM, Ron K Jeffries wrote: > I am new, this may be pilot error. > I load a TiddlyWiki from my local SSD (Samsung C303, Chromebook) > Edited title > Did you see your change reflected in the wiki before you saved it? You could try creating a new tiddler with the

Re: [tw] Markdown internal links

2014-01-15 Thread Marcel Kaczala
Thank you. Em quarta-feira, 15 de janeiro de 2014 14h30min58s UTC-2, Jeremy Ruston escreveu: > > WikiLinks aren't yet implemented for the MarkDown parser, I'm afraid. > We're just using the out-of-the-box parser engine. I've made a ticket to > track it: > > https://github.com/Jermolene/TiddlyWi

Re: [tw] [TW5] Node.js Install: Launching 'tiddlywiki --server' on startup.

2014-01-15 Thread Wildscot
OK, after pulling my hair out for a couple of days I seem to have it working. I'll make it clear though this is all about cut & paste and stubbornness rather than any real understanding, YMMV. This is Tiddlywiki 5, Node.js install on a VPS running Ubuntu 12.04LTS, launching at boot. The same p

Re: [tw] [TW5] Node.js Install: Launching 'tiddlywiki --server' on startup.

2014-01-15 Thread Wildscot
OK, after pulling my hair out for a couple of days I seem to have it working. I'll make it clear though this is all about cut & paste and stubbornness rather than any real understanding, YMMV. This is Tiddlywiki 5, Node.js install on a VPS running Ubuntu 12.04LTS, launching at boot. The same p

Re: [tw] [TW5] Node.js Install: Launching 'tiddlywiki --server' on startup.

2014-01-15 Thread Wildscot
Remember, depending on your environment you may need to change the interface above. I was testing on a local virtual machine with 'eth0' as the network interface but the actual VPS doesnt. $ ifconfig will list your interfaces and edit accordingly. On Wednesday, 15 January 2014 17:58:37 UTC, W

Re: [tw] Re: Losing edits on refresh, when running with node.js & related questions.

2014-01-15 Thread RA
On Tuesday, January 14, 2014 4:54:44 AM UTC-8, Jeremy Ruston wrote: > > On Tue, Jan 14, 2014 at 6:31 AM, RA <8pa...@gmail.com >wrote: > >> [Using node.js] Draft is being constantly saved as you edit the tiddler. >> Then, if you refresh the browser page (or close, or move) while in edit, >> you

[tw] [TW5] backticks for inline code - very bad usability on German keyboard layouts

2014-01-15 Thread wis775
Hi, I am using TWC for several years mostly for personal notes about programming, tasks and system configurations with a heavily usage of the code formatting tags. Now, I tired out TW5 and learned, that I have to use 3 backticks to format a code line. On an English keyboard layout, I am sure,

[tw] Re: [TW5] backticks for inline code - very bad usability on German keyboard layouts

2014-01-15 Thread Ton Gerner
H i Stefan, You can Stephan Hadrek's Code bookmarklet, see [1] Cheers, Ton [1] http://tw5magick.tiddlyspot.com/ On Wednesday, January 15, 2014 8:19:26 PM UTC+1, wis775 wrote: > > Hi, > I am using TWC for several years mostly for personal notes about > programming, tasks and system configurati

[tw] Re: TiddlyWiki changes not saved on chromebook

2014-01-15 Thread Ron K Jeffries
As a new user, my confusion was I made a change in the title, saved made a note of teh file name, exited TiddlyWiki. When I came back in, the reason I THOUGHT it had not saved is that I did not see my chnages automatically. HOWEVER is I go into "recent" I see my new "Tiddy" ?? if I click on my

[tw] [TW5] [FR] section (heading) link

2014-01-15 Thread RA
Is it possible to create a link to a section? Is it a planned feature? Kind of like [[TiddlerName##SectionName]] in TWC (with SectionLinksPlugin I think) Thanks RA -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group

[tw] [TW5] Nodejs TiddlyWiki wont serve on port 80 [solved]

2014-01-15 Thread Peter Vogt
I looked through the code as to why and then realised that node does not have root priviledge and therefore wont listen on port < 1023 without tinkering. See https://stackoverflow.com/questions/6109089/how-do-i-run-node-js-on-port-80 for discussion and options. Just posting this as I looked he

[tw] [TW5] Text formatting

2014-01-15 Thread Lucas Meier
Hi at all :) Is there a plugin which give you buttons/dropsdowns to format the text when creating a new tiddler (font size, color, bold-italic, aligment..)? thanks in advance -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from thi

[tw] [TW5] Text formatting

2014-01-15 Thread Marcel Kaczala
Não meu caro, toda ideia é usar os símbolos das sintaxes de markup para formatar o texto. A sintaxe padrão do TiddlyWiki5 é o Wikitext mas você pode usar também markdown através de um plugin. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To un

[tw] Re: [TW5] Text formatting

2014-01-15 Thread Eric Shulman
On Wednesday, January 15, 2014 2:25:41 PM UTC-8, Lucas Meier wrote: > > Hi at all :) > Is there a plugin which give you buttons/dropsdowns to format the text > when creating a new tiddler (font size, color, bold-italic, aligment..)? > thanks in advance > In TWC, there's http://www.TiddlyTools.

Re: [tw] [TW5] How to correct fluid width in combination with Zoomin view

2014-01-15 Thread Andrew Lister
Can I ask a more basic but related question - what's the reason for having a fixed width of the white area where tiddlers are displayed? If I expand my browser to cover most of my 15 inch screen, much of the screen is taken up by an unnecessarily wide menu on the right hand side. Is the idea t

Re: [tw] lewcid.org is gone... how do I get the plugins that were there?

2014-01-15 Thread Leo Staley
I was trying to use Import, but then I figured out how to add them manually by clicking View, and then copy/pasting everything there. On Friday, January 10, 2014 7:24:03 AM UTC-7, Daniel Baird wrote: > > > It looks like they're all on the squize.org site you mention, under the > "extensions" dr

[tw] Re: [TW5] Text formatting

2014-01-15 Thread Stephan Hradek
No, but you can have a small workaround taking my bookmarklets. Search on http://tw5magick.tiddlyspot.com/ for "TW5 Format Bookmarklets". -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails fro

[tw] Re: [TW5] backticks for inline code - very bad usability on German keyboard layouts

2014-01-15 Thread Stephan Hradek
Du übertreibst ;) Just a hint… When I type a codeblock I press keep shift pressed and type 6 times `. Then I press 3 times cursor left and 1 time return. I end up with: ``` |``` where "|" marks the cursor position which is exactly where I need to enter the code. -- You received this message

Re: [tw] Re: TiddlyWiki Hangout #29 on Tuesday 7th January 2014 at 4pm GMT

2014-01-15 Thread Leo Staley
> Although the focus of Jeremy's hangout is the new TiddlyWiki, all > questions are always welcome. For TWC, I also host a separate "TiddlyWiki > Classic Clinic". This was originally scheduled for Thursday's 3pm-5pm > (California time), and was then moved to Saturday, noon-2pm, to accomodate > pe

[tw] Re: Introducing TiddlyDesktop

2014-01-15 Thread Leo Staley
Hey Jeremy Not to be a Negative Nancy, but I'd like to voice some of my concerns. While this sounds really nifty, I'm scared that it will take away from development on the core, cross-platform, cross-browser Tiddlywiki functionality that is currently going on. Wouldn't it be better to wait to