[tw] Re: tiddlywiki markup syntax parse engine in java and serverside tiddlywiki runs on google app engine

2014-01-24 Thread andyc
Hi Ryoji, I was very happy to come across your posts about these projects. I have a tiddlywiki that I was spitting static HTML out of ( http://hoogli.com/items/Light_on_Dark_Eclipse_4.2_(Juno)_Themes.html http://hoogli.com/blogs/android/index.html ) but need a tiddly markup parser for it.

[tw] Re: Adding Images

2014-01-24 Thread Stephan Hradek
Am Freitag, 24. Januar 2014 00:40:38 UTC+1 schrieb Chris Miller: Second I observe that there are unnecessary tiddlers created during the course of the Drag-and-Drop. Never noticed that. What kind of tiddlers are created? Can you show examples? -- You received this message because you

[tw] Re: [TW5] hide search system-menu

2014-01-24 Thread Julie
I think it's the same: the sidebar (on the right side, with title + control buttons + search + tabs = $:/core/ui/PageTemplate/sidebar) moves to the top when the PC browser window (so probably also the mobile screen) is too narrow. Le vendredi 24 janvier 2014 08:53:01 UTC+1, TW-User a écrit :

[tw] Re: Adding Images

2014-01-24 Thread Albertononi
Same problem here. When I create an image tiddler with drag and drop, a second tiddler is created which contains a link to the file in my hdd. -- You received this message because you are subscribed to the Google Groups TiddlyWiki group. To unsubscribe from this group and stop receiving

[tw] Re: Adding Images

2014-01-24 Thread Stephan Hradek
You should also mention your Browser and OS I can't reproduce on OS X 10.5.8 with FF16 -- 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

[tw] Re: advice for creating tiddlers from text

2014-01-24 Thread passingby
Another question please. How do I add tags containing spaces in .tid files? I tried adding comma, double quotes, [] and [[]], but none of them worked. On Wednesday, January 15, 2014 4:30:36 PM UTC+5:30, passingby wrote: Hello friends, I am trying to create tiddlers from text which I plan to

[tw] Re: advice for creating tiddlers from text

2014-01-24 Thread passingby
Oops. The [[]] actually works. My mistake. Sorry. On Friday, January 24, 2014 4:28:12 PM UTC+5:30, passingby wrote: Another question please. How do I add tags containing spaces in .tid files? I tried adding comma, double quotes, [] and [[]], but none of them worked. On Wednesday, January

[tw] Re: [TW5] How to IF… THEN… ?

2014-01-24 Thread Albertononi
Hi Stephan and Lorenzo, My current author's view template shows me the number and the list of its publications. The template looks like the following (but I actually use fields instead of tags): $list filter=[is[current]tag[author]] hr $count filter=[is[current]tagging[]tag[publication]]/

[tw] Re: Adding Images

2014-01-24 Thread Ton Gerner
Hi all, I have seen this as well on Windows 7 64-bit and Firefox v26, see attachment. Cheers, Ton On Friday, January 24, 2014 11:09:57 AM UTC+1, Stephan Hradek wrote: You should also mention your Browser and OS I can't reproduce on OS X 10.5.8 with FF16 -- You received this message

[tw] Re: Adding Images

2014-01-24 Thread Albertononi
You're right! OS: Ubuntu 13.04 Browser: Firefox 26 There is no problem with Chromium 31 under Ubuntu 13.04. Le jeudi 23 janvier 2014 21:49:10 UTC+1, Chris Miller a écrit : Hi Folks, I see the example image -- the picture of the kitten. I'm trying to do the same. I create a new tid, and

Re: [tw] advice for creating tiddlers from text

2014-01-24 Thread passingby
Sorry to be a bother. Whats the format of the time used in 'created' and 'modified' fields in a .tid file? for example in a string like this: 2013082217020 I can see that it is 2013,08,22 (yyyMMdd). Whats the rest of it? I understand it must be representing seconds or part of it. How do I

[tw] Re: [TW5] How to IF… THEN… ?

2014-01-24 Thread Stephan Hradek
I've looked at http://tesis.tiddlyspot.com/ but can't find what you're writing about. Maybe you really better give examples. -- 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

[tw] Re: [TW5] How to IF… THEN… ?

2014-01-24 Thread Stephan Hradek
I mean: tell me the tiddlers you're refering to. Those where the problems are. -- 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

[tw] Re: Adding Images

2014-01-24 Thread Ton Gerner
Hi all, Addition: Windows 7 64-bit - Firefox: extra Untitled - Chrome v32: extra Untitled - Internet Explorer v11 Opera v18: NO EXTRA Untitled. Cheers, Ton On Friday, January 24, 2014 12:46:12 PM UTC+1, Albertononi wrote: You're right! OS: Ubuntu 13.04 Browser: Firefox 26 There is no

[tw] Re: tiddlywiki markup syntax parse engine in java and serverside tiddlywiki runs on google app engine

2014-01-24 Thread ryoji . kodakari
Hi Andrew. I'm happy to get your message :) I made a introduction page today! * https://tsrtesttest.appspot.com/wiki/maven%3Aembedding%20this%20java%20tiddlywiki%20parser ** you can browse code at

Re: [tw] Re: Adding Images

2014-01-24 Thread Jeremy Ruston
Thanks everyone for your help. I was able to duplicate the problem in Chrome under Windows. Fixed for 5.0.7: https://github.com/Jermolene/TiddlyWiki5/commit/f4b27b33deb10772d0a7cd086edf4788bae069d9 Best wishes Jeremy On Fri, Jan 24, 2014 at 12:29 PM, Ton Gerner ton.ger...@gmail.com wrote:

[tw] Re: Adding Images

2014-01-24 Thread PMario
On Friday, January 24, 2014 12:42:07 PM UTC+1, Ton Gerner wrote: I have seen this as well on Windows 7 64-bit and Firefox v26, see attachment. :) I thought, this is a feature! -m -- You received this message because you are subscribed to the Google Groups TiddlyWiki group. To unsubscribe

Re: [tw] Re: Adding Images

2014-01-24 Thread Jeremy Ruston
:) I thought, this is a feature! It is quite useful, I guess. The problem is that depending on the browser, OS and application that originated of the drag, we get a variety of different bits of information when the item is dropped. The plan is to improve the interactive import function to

Re: [tw] advice for creating tiddlers from text

2014-01-24 Thread Jeremy Ruston
Hi Shavinder On Fri, Jan 24, 2014 at 12:12 PM, passingby shavinderpalsi...@gmail.comwrote: Sorry to be a bother. Whats the format of the time used in 'created' and 'modified' fields in a .tid file? for example in a string like this: 2013082217020 I can see that it is 2013,08,22

Re: [tw] Re: [TW5] hide search system-menu

2014-01-24 Thread Jeremy Ruston
The default vanilla theme is responsive; when the page width falls below 770px the sidebar is moved up to the top of the page, above the story list. Ideally, at narrow widths we'd have a hamburger icon that reveals the menu from underneath the main page. Best wishes Jeremy On Fri, Jan 24,

Re: [tw] Re: My Tiddlywiki Backup Scheme

2014-01-24 Thread Jeremy Ruston
I think our best chance of success for syncing an offline TiddlyWiki file back up to an online service is to import the wiki file into the online service. Imagine opening yourspace.tiddlyspace.com, and then just dragging into that window your offline html file from your pendrive. The import

Re: [tw] Re: CodeMirror plugin

2014-01-24 Thread Jeremy Ruston
That's correct, João's extensions to the CodeMirror plugin will appear in 5.0.7 Best wishes Jeremy On Thu, Jan 23, 2014 at 7:43 PM, João Bolila j...@bolila.com wrote: Hi, I have one pull request with one way of implement this

Re: [tw] Plugin : List Local Files/Folders with Links

2014-01-24 Thread Jeremy Ruston
Hi Brian On Thu, Jan 23, 2014 at 5:37 PM, Rev. Brian O'keefe randombl...@gmail.comwrote: If I wanted to create a TiddlyWiki that had links to local files, is there a plug-in that would allow me to add Keyword searches inside the TW to search for those same files? Not as far as I know. You

Re: [tw] advice for creating tiddlers from text

2014-01-24 Thread passingby
Thank you Jeremy! On Friday, January 24, 2014 8:29:24 PM UTC+5:30, Jeremy Ruston wrote: Hi Shavinder On Fri, Jan 24, 2014 at 12:12 PM, passingby shavinde...@gmail.comjavascript: wrote: Sorry to be a bother. Whats the format of the time used in 'created' and 'modified' fields in a .tid

[tw] [TW5] Markup

2014-01-24 Thread Chris Miller
Hi Folks, Mysteries abound... Yesterday, I re-installed TiddlyWiki (npm install tiddlywiki NB: no -g) and today my Wiki markup is not working. For example, ``` and * do not do anything, but suddenly pre, list and br are working, where previously that have not. Actually, my Wiki markup is

[tw] TW5: lists inside tables

2014-01-24 Thread Chris Lott
Will TW5 eventually be able to handle lists inside tables? There's nothing in the HTML spec that precludes using lists inside tables but it appears TW5 doesn't handle the formatting. In the meantime, I've been looking for workarounds but am only finding solutions appropriate for TWC. Is there

[tw] Re: tiddlywiki markup syntax parse engine in java and serverside tiddlywiki runs on google app engine

2014-01-24 Thread andyc
Hi Ryoji, I was very happy to come across your posts about these projects. I have a tiddlywiki that I was spitting static HTML out of ( http://hoogli.com/items/Light_on_Dark_Eclipse_4.2_(Juno)_Themes.html http://hoogli.com/blogs/android/index.html ) but need a tiddly markup parser for it.

[tw] TW5 layout queries.

2014-01-24 Thread Tim Nicholson
Just getting to grips with TW5, I mostly love the way its going but so far have failed to find answers to the following that I am trying to achieve. These are mostly bits I particularly liked in TW4 and hope don't get lost entirely. 1/. I have found out how to resize tiddler and sidebar width,

[tw] List filter and bullets/numbers (ordered/unordered)

2014-01-24 Thread Chris Lott
I am using the normal code to list a set of tiddlers with a particular tag: $list filter=[tag[daily]sort[title]] /$list How can I have that list output as an unordered list? Sorry for so many probably silly questions...I really do Google around before asking! -- You received this message

Re: [tw] [TW5] A way to remove included pictures from the list of orphans

2014-01-24 Thread Jeremy Ruston
Hi Ondřej The following wikitext will generate a list of orphan tiddlers that only includes ordinary wikitext tiddlers: $list filter=[is[orphan]type[text/vnd.tiddlywiki]] [is[orphan]type[]] +[sort[title]] template=$:/core/ui/ListItemTemplate/ You can add it to the sidebar by placing that text

[tw] Re: My Tiddlywiki Backup Scheme

2014-01-24 Thread Danielo Rodríguez
Sync back to the web will be difficult because limitations or security reasons? As far as I know, node webkit has the same privileges as a native application. Jeremy, that approach sounds good, but I would prefer an automatic version. Is there any way to detect new Tiddlers within a single

Re: [tw] List filter and bullets/numbers (ordered/unordered)

2014-01-24 Thread Jeremy Ruston
Hi Chris Try this: ul $list filter=[tag[daily]sort[title]]li$link$view field=title//$link/li /$list /ul Best wishes Jeremy. On Fri, Jan 24, 2014 at 5:53 PM, Chris Lott ch...@chrislott.org wrote: I am using the normal code to list a set of tiddlers with a particular tag: $list

Re: [tw] Re: My Tiddlywiki Backup Scheme

2014-01-24 Thread Jeremy Ruston
On Fri, Jan 24, 2014 at 5:54 PM, Danielo Rodríguez rdani...@gmail.comwrote: Sync back to the web will be difficult because limitations or security reasons? As far as I know, node webkit has the same privileges as a native application. The discussion has touched on both node-webkit and

[tw] Re: TW5: lists inside tables

2014-01-24 Thread PMario
There are proposals for a multi line table cell syntax. ... IMO it should make it possible to have lists in tables. At the moment, Jeremy, is workint on a parser improvement for block mode parsing. Which should make it possible to propperly transclude stuff into a table cell as well. -m --

[tw] Re: List filter and bullets/numbers (ordered/unordered)

2014-01-24 Thread PMario
On Friday, January 24, 2014 6:53:11 PM UTC+1, Chris Lott wrote: I am using the normal code to list a set of tiddlers with a particular tag: $list filter=[tag[daily]sort[title]] /$list How can I have that list output as an unordered list? Sorry for so many probably silly questions...I

[tw] Re: TW5: lists inside tables

2014-01-24 Thread Julie
Have you tried a two-column style class? See http://www.giffmex.org/tw5mall.htm, there is an example of three-columns bulleted list (but it seems to only work properly on Firefox). Le vendredi 24 janvier 2014 18:22:08 UTC+1, Chris Lott a écrit : In the meantime, I've been looking for

[tw] Re: TW5 layout queries.

2014-01-24 Thread Ton Gerner
Hi Tim, I made a few guides about customization of TW5. - Customization via tags (general)[1] - Implementing a top menu with toolbar buttons [2]. - Implementing a top menu, and a left menu that can be toggled [3] (in progress) At least you can find some ideas to your liking I hope Cheers,

Re: [tw] [TW5] A way to remove included pictures from the list of orphans

2014-01-24 Thread PMario
On Friday, January 24, 2014 6:53:22 PM UTC+1, Jeremy Ruston wrote: $list filter=[is[orphan]type[text/vnd.tiddlywiki]] [is[orphan]type[]] +[sort[title]] template=$:/core/ui/ListItemTemplate/ You can add it to the sidebar by placing that text in a new tiddler tagged $:/tags/MoreSideBar If

[tw] TW5: scope of macros in wikitext

2014-01-24 Thread Michael Herrmann
Hello, In general I was delighted to see that in TW5 we have some kind of macros. Unfortunately the scope of macros is mainly the current tiddler. That means if I have a universally usable macro I have to copy and paste it to every tiddler where I want to use it. For me this is almost no

[tw] Whitespace before/after indentation?

2014-01-24 Thread Will
Hi, I love using the : text shortcut in TW to quickly and cleanly indent sections of text while taking notes, but this always adds a line of whitespace before and after the series of indentations which tends to give an awkward, disjointed appearance to my content. For example, Some line of

[tw] Re: Whitespace before/after indentation?

2014-01-24 Thread Ton Gerner
Hi Will, I assume you use TiddlyWiki Classic. Try the following in your Stylesheet: dl { margin: 0; } Cheers, Ton On Friday, January 24, 2014 8:22:17 PM UTC+1, Will wrote: Hi, I love using the : text shortcut in TW to quickly and cleanly indent sections of text while taking

[tw] Re: [TW5] Markup

2014-01-24 Thread Chris Miller
Mystery solved. I included a question in my notes which looked like this: It is quite common to require('module') in a node.js application. ... Apparently this parsed as html, and so Wiki markup was temporarily suspended until the closing module tag! So, now that I understand my mistake,

[tw] Re: TW5 layout queries.

2014-01-24 Thread Albertononi
Great guides! Thank you very much Ton! -- 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

[tw] Re: [TW5] Markup

2014-01-24 Thread Ton Gerner
Hi Chris, May be using back-ticks? require(`module`) Cheers, Ton On Friday, January 24, 2014 9:13:09 PM UTC+1, Chris Miller wrote: Mystery solved. I included a question in my notes which looked like this: It is quite common to require('module') in a node.js application. ...

Re: [tw] TW5: scope of macros in wikitext

2014-01-24 Thread Jeremy Ruston
Hi Michael Yes, global macros are planned, but not implemented yet. I've added a note the roadmap for 5.0.7 to clarify: https://github.com/Jermolene/TiddlyWiki5/commit/f9b5d75446c6f2a99e835ad61e330f583c4a6cb3 Best wishes Jeremy On Fri, Jan 24, 2014 at 6:44 PM, Michael Herrmann

[tw] Re: [TW5] Markup

2014-01-24 Thread Chris Miller
Hi Ton, Back-ticks works very well. It escapes the html-ish text, but it turns it red, like it might be a link. However, given the choice between false positive links and remembering lt; and gt;, I choose the red text. Thanks for your help. -- You received this message because you are

Re: [tw] TW5 on Node.js: http://localhost:8080/#my_tiddler returns default startup tiddler

2014-01-24 Thread Jeremy Ruston
Is it possible to show some tiddler by pointing browser to tiddler URL? I'm afraid permalinking is not yet implemented in TiddlyWiki5. It's coming, though, Best wishes Jeremy. *http://localhost:8080/#my_tiddler http://localhost:8080/#my_tiddler *returns only defaut startup tiddler.

[tw] [TW5] Bug reports

2014-01-24 Thread Chris Miller
Hi Folks, What it the recommended way to report bugs? For example, using the Rocker theme, the Dismiss icon for text searches is also black and therefore invisible. This is a trivial bug, and not something that should be cluttering this group. -- You received this message because you are

Re: [tw] [TW5] Bug reports

2014-01-24 Thread Jeremy Ruston
Hi Chris People are welcome to post bug reports here, but if you don't mind negotiating GitHub's interface, filing issues there is very helpful: https://github.com/Jermolene/TiddlyWiki5/issues/new It's generally a good idea to have a look at the existing issues before filing a new one:

[tw] Re: Whitespace before/after indentation?

2014-01-24 Thread Will
Hi Ton, That worked perfectly once I removed the systemConfig tag from StyleSheet. Thank you! - Will -- 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

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

2014-01-24 Thread wis775
A very helpful hint. The keyboard layout German (dead acut) works much better than German (Austria). Now, there is no difference in usability between {{{ and ``` :-) Thanks a lot / Danke Stefan On Thursday, January 23, 2014 2:28:27 AM UTC+1, PMario wrote: On Wednesday, January 22, 2014

[tw] Re: TW5: scope of macros in wikitext

2014-01-24 Thread Stephan Hradek
For some macros there might be a workaround. Check http://tw5magic.tiddlyspot.com -- 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

Re: [tw] TW5: scope of macros in wikitext

2014-01-24 Thread Michael Herrmann
Greeaaat. Am Freitag, 24. Januar 2014 21:42:43 UTC+1 schrieb Jeremy Ruston: Hi Michael Yes, global macros are planned, but not implemented yet. I've added a note the roadmap for 5.0.7 to clarify: https://github.com/Jermolene/TiddlyWiki5/commit/f9b5d75446c6f2a99e835ad61e330f583c4a6cb3

[tw] Re: TW5: scope of macros in wikitext

2014-01-24 Thread Michael Herrmann
Hi Stephan, something's wrong: 404 Am Freitag, 24. Januar 2014 22:38:37 UTC+1 schrieb Stephan Hradek: For some macros there might be a workaround. Check http://tw5magic.tiddlyspot.com -- You received this message because you are subscribed to the Google Groups TiddlyWiki group. To

[tw] Pre-Defined Feeds - TWC

2014-01-24 Thread Jonathan Emmert
Okay, I am trying to setup pre-defined feeds and can't seem to get it to work. These are the instructions I am following: To create a pre-defined feed: Open a new tiddler Give it a title (Which will show in the select field) In the body type in: URL: http://somesite.com/ tag it with

[tw] Re: Pre-Defined Feeds - TWC

2014-01-24 Thread Eric Shulman
On Friday, January 24, 2014 1:53:34 PM UTC-8, Jonathan Emmert wrote: Okay, I am trying to setup pre-defined feeds and can't seem to get it to work. These are the instructions I am following: To create a pre-defined feed: Open a new tiddler Give it a title (Which will show in the

[tw] Re: TW5: lists inside tables

2014-01-24 Thread Chris Lott
Thanks...that works. And using something like: html body.tw-body .threecolumns { list-style-position: inside;} Makes the bullets display on Chrome as well (haven't tested Safari, etc). On Friday, January 24, 2014 9:27:51 AM UTC-9, Julie wrote: Have you tried a two-column style class? See

[tw] Re: TW5: scope of macros in wikitext

2014-01-24 Thread Stephan Hradek
Am Freitag, 24. Januar 2014 22:50:19 UTC+1 schrieb Michael Herrmann: Hi Stephan, something's wrong: 404 Am Freitag, 24. Januar 2014 22:38:37 UTC+1 schrieb Stephan Hradek: For some macros there might be a workaround. Check http://tw5magic.tiddlyspot.com http://tw5magick.tiddlyspot.com

[tw] TW5 Weird tiddler names

2014-01-24 Thread Danielo Rodríguez
Hello, I'm getting weird tiddlers that has as title the title of other tiddler plus a -{number} Here is an example addDisktoVG-{164523763} What is the purpose of this? Can I remove them? It is not a big issue but it is ugly while searching. -- You received this message because you are

[tw] TW5 carriage return not working.

2014-01-24 Thread Danielo Rodríguez
Hello, I'm getting issues with the carriage return several times. Here is an example: ol li 1st Uninstall SEP manually from server {{Symantec001.png}} When prompted about the password please check in LAAM :` Root\Symantec\Sep Unistall Password .txt ` {{Symantec002.png}} /li I

[tw] [TW5] Create single html file from node.js instance

2014-01-24 Thread Mal
I'm sure this question has a simple answer that I have missed in the documentation somewhere, but I would like to know how to re-create a single file tw5 tiddlywiki from the folder of individual tiddlers created by node.js. It is very easy to import a tw5 html file into a node.js instance

[tw] Re: TW5: scope of macros in wikitext

2014-01-24 Thread Danielo Rodríguez
For me the JavaScript version of the macros is working globally. You can find an example at : http://tw5magick.tiddlyspot.com/ El viernes, 24 de enero de 2014 19:44:21 UTC+1, Michael Herrmann escribió: Hello, In general I was delighted to see that in TW5 we have some kind of macros.

[tw] [TW5] Slow text entry in Firefox

2014-01-24 Thread Mal
Is it only me, or are other people finding text entry in Firefox is slow? The tw5 file I am working on has over 1000 tiddlers and about 200 images and a file size of a bit over 20MB. When editing a tiddler at a reasonable typing speed the text entry can't keep up and it's necessary to stop

Re: [tw] Re: My Tiddlywiki Backup Scheme

2014-01-24 Thread Danielo Rodríguez
Hi Jeremy, El viernes, 24 de enero de 2014 18:59:47 UTC+1, Jeremy Ruston escribió: The discussion has touched on both node-webkit and ordinary browsers. The restrictions apply to browsers, code in node-webkit can indeed freely talk back to a server. Having said that, TiddlyDesktop

Re: [tw] Tiddlyspot and node webkit.

2014-01-24 Thread Danielo Rodríguez
Thank you Jeremy I'll check it as soon as possible. El lunes, 20 de enero de 2014 18:04:48 UTC+1, Jeremy Ruston escribió: Hi Danielo For 5.0.7 I've added instructions for setting up a TiddlySpot-compatible PHP server:

[tw] Re: TW5 view vs transclude and other examples

2014-01-24 Thread Stephan Hradek
Am Samstag, 25. Januar 2014 05:50:26 UTC+1 schrieb Danielo Rodríguez: $view field=title/ This will show the title. Unwikified, so there will be, for example, no PrettyLink. $transclude field=description/ This will wikify. So [[tiddler]] in a description will become a link. My

[tw] Re: TW5 carriage return not working.

2014-01-24 Thread Stephan Hradek
As you're already using HTML, why not use br/ or p/p for this purpose? -- 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