[tw] Re: [TW5] Hide Toolbar

2015-09-23 Thread Tobias Beer
Added instructions here: Mouseover Toolbar Visibility @ tb5 Also includes an example for a smooth transition effect that I adopted right away. Be careful that it's .titlebar button { not .titlebar button {. To have the tool

Re: [tw] Re: [TW5] Tinka Plugin Packer 0.2.0-beta release

2015-09-23 Thread Tobias Beer
Hi Eric, > For simple "swarms" of regular tiddlers, I like to export a .json file > from the Advanced Search > Filter tab. Then, importing into another TW > document is as easy as drag-and-drop. > Come to think of it, they would meaningfully be more ad-hoc packages indeed, rather than pre-b

[tw] Re: [TW5] Duplicate tiddler names and TOC tree

2015-09-23 Thread Eric Shulman
On Wednesday, September 23, 2015 at 7:02:57 PM UTC-7, Suzanne McHale wrote: > > I tried that with mine (two tiddlers with the same name but under > different parent tags), but it did not work for me - "Do you wish to > overwrite the tiddler [tiddler name]?" > Each tiddler *title* must be unique

Re: [tw] Re: Looking for a nice compact newbie tutorial on Youtube

2015-09-23 Thread Francis Meetze
I've updated this to cover a few things I missed. https://www.youtube.com/playlist?list=PLzZCajspPU_UjFn0uy-J9URz0LP4zhxRK -- 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] Duplicate tiddler names and TOC tree

2015-09-23 Thread Suzanne McHale
I tried that with mine (two tiddlers with the same name but under different parent tags), but it did not work for me - "Do you wish to overwrite the tiddler [tiddler name]?" On Sunday, September 20, 2015 at 8:32:57 PM UTC+10, Tobias Beer wrote: > > Hi Bob, > > There is: using the caption field

Re: [tw] Re: [TW5] Request: Refresh Delay in edit-text widget

2015-09-23 Thread Evan Balster
Haha, well, my motivations are selfish -- I'm working on an interactive application which is having responsiveness issues due to the current updating behavior. My proposal relies on a few assumptions, which may be faulty: 1. The user's direct interaction initiates all changes to the state o

Re: [tw] Re: [TW5] For those who wants double click to edit

2015-09-23 Thread Danielo Rodríguez
> > >> > Within wikitext, both HTML elements and widgets are parsed by the same > parse rule: > > > https://github.com/Jermolene/TiddlyWiki5/blob/master/core/modules/parsers/wikiparser/rules/html.js > > If the end tag is missing it defaults to the end of the tiddler or macro > containing the sta

Re: [tw] Re: [TW5] Request: Refresh Delay in edit-text widget

2015-09-23 Thread Jeremy Ruston
Hi Evan On Wed, Sep 23, 2015 at 8:21 PM, Evan Balster wrote: > The other day I picked through the code to ascertain what would be > necessary to implement a refresh delay setting in $edit-text and friends. > Great stuff, there's a lot to navigate there. > >- State Modifying Widgets >

Re: [tw] Re: [TW5] For those who wants double click to edit

2015-09-23 Thread Jeremy Ruston
Hi Danielo The widget is not actually an Html element, so it does not behave like a > regular element. It is wikitext, so it is actually parsed by tiddlywiky and > inserted into the widget tree, that's why it is not an issue to not close > it. I'm not sure about the specification and how widgets s

Re: [tw] Re: [TW5] Hide Toolbar

2015-09-23 Thread Leopold Bloom
My wiki used to hide the buttons using the CSS from JR but now it does not. Maybe because I updated TW. This work: .tc-tiddler-controls{ opacity: 0; } .tc-tiddler-controls:hover{ opacity: 1; } On Monday, 10 February 2014 23:01:36 UTC+5:30, Jeremy Ruston wrote: > > Here's one way to make the

[tw] Re: [TW5] For those who wants double click to edit

2015-09-23 Thread Danielo Rodríguez
Hello Tobias, The widget is not actually an Html element, so it does not behave like a regular element. It is wikitext, so it is actually parsed by tiddlywiky and inserted into the widget tree, that's why it is not an issue to not close it. I'm not sure about the specification and how widgets

[tw] Re: Split Title Listing to List

2015-09-23 Thread Evolena
Arggh, you're right, thank you. I think it has already been said that this is counter-intuitive... Le mercredi 23 septembre 2015 17:40:55 UTC+2, Tobias Beer a écrit : > > Hi Evolena, > > >> However, I think (not tested), that all the filter should be: >> >> [list{!!some-list-field}] >> > > => h

Re: [tw] Re: [TW5] Tinka Plugin Packer 0.2.0-beta release

2015-09-23 Thread Eric Shulman
On Wednesday, September 23, 2015 at 12:07:31 PM UTC-7, Tobias Beer wrote: > > Nay worries, just an idea. Actually, for sharing, turning a bunch of > tiddlers into an ad-hoc plugin ...well, that's how that could work, package > and ready for distribution ...only just unpacking added on top of > p

Re: [tw] Re: [TW5] Request: Refresh Delay in edit-text widget

2015-09-23 Thread Tobias Beer
Hi Evan, Jeremy, I am beginning to wonder, can't a focused editor put some kind of write-lock to the field being edited? That way it's pretty clear that when some other place tries to apply changes, that it can't ...and react accordingly. Best wishes, — tb -- You received this message becau

Re: [tw] Re: [TW5] Tinka Plugin Packer 0.2.0-beta release

2015-09-23 Thread Tobias Beer
Hi Andreas, > For your "swarms" it would not be needed in the first place, so a much > simpler and easier sharing mechanism can be devised for that. > Nay worries, just an idea. Actually, for sharing, turning a bunch of tiddlers into an ad-hoc plugin ...well, that's how that could work, packa

Re: [tw] Re: [TW5] Request: Refresh Delay in edit-text widget

2015-09-23 Thread Evan Balster
Hey, Jeremy -- The other day I picked through the code to ascertain what would be necessary to implement a refresh delay setting in $edit-text and friends. It looks like a time value would need to percolate through a few abstractions: - State Modifying Widgets - Add a new "delay" prop

[tw] [TWC] round calculations to 2 decimals ?

2015-09-23 Thread julien23
Hi all I have found this to do simple calculations inside TWC : <> with [[resultTid]] $1 Problem is that it renders up to 15 decimals ... which is sometime far too much !! How can round this to 2 decimals ? Looking forward to read from you JBo tw14/index.html

Re: [tw] Re: [TW5] Request: Refresh Delay in edit-text widget

2015-09-23 Thread Jeremy Ruston
Hi Evan > So the source of objection to this feature is that the data might be erased if the containing widget tree is refreshed within that small interval of time? I would consider that acceptable... I don't think random, hard to find data loss is at all acceptable. The basic design of TiddlyWi

Re: [tw] Re: [TW5] Tinka Plugin Packer 0.2.0-beta release

2015-09-23 Thread 'Andreas Hahn' via TiddlyWiki
Hi Tobias, thanks for your feedback. I am not sure that it would make a good ad-hoc creator, since Tinka is kinda desgined to specifically get all the nice things that plugins offer. Of course it does not prevent one from creating content-"plugins" (or swarms), but having version control and

[tw] Re: Are there any Syntax coloring plugins for SublimeText/Atom/IntelliJ etc.?

2015-09-23 Thread PMario
On Wednesday, September 23, 2015 at 3:11:11 PM UTC+2, enno.w...@gmail.com wrote: > > I want to develop my TiddlyWiki5 plugin with nodejs in an IDE. I'm > usually using Atom for most of my stuff but I'm flexible. > But I can't find any TiddlyWiki5 wiki text syntax highlighting plugins > for any ID

Re: [tw] [TW5] Suppressing formatting

2015-09-23 Thread Jeremy Ruston
Hi Tobias Not sure what you mean, if I do... > My apologies, you're quite right; we ended up using triple double quotes to mark a block with hard line breaks. Best wishes Jeremy. > > """ > test//``''foo """ > > I get scrambled eggs. > > Best wishes, > > — tb > > -- > You received this messa

[tw] Re: [TW5] Formatting the results of a $list as a

2015-09-23 Thread Tobias Beer
Hi Evolena, > Why? >> > > Because orphans and missing tiddlers, as well as backlinks/references, > only takes into account the links to explicitely named tiddlers (either > with the link widget or the [[...]] shorthand), but doesn't resolve all > the textReference (if the title of the tiddle

[tw] Re: Split Title Listing to List

2015-09-23 Thread Tobias Beer
Hi Evolena, > However, I think (not tested), that all the filter should be: > > [list{!!some-list-field}] > => http://tiddlywiki.com/#list Operator says otherwise Best wishes, — tb -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscri

[tw] Re: [TW5] Plugins SocialCalc + Three.js

2015-09-23 Thread Tobias Beer
Hi rboue, Wow, so all that just happens to work off-line, in stand-alone TiddlyWiki, editable? mind => blown :D Best wishes, — tb -- 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] Re: [TW5] Formatting the results of a $list as a

2015-09-23 Thread Hegart Dmishiv
On Thursday, September 24, 2015 at 3:11:31 AM UTC+12, Evolena wrote: > > Maybe you will have to define a new CSS... er... I don't know the correct > term... "line" in a stylesheet tiddler, in order to override the appearance > of a link in a dt element. I don't remember how to do that without >

[tw] Re: Split Title Listing to List

2015-09-23 Thread Evolena
So your request has to be more specific. You did mention the content of your field (which is not useful for the response), but not the name of this field, so the answers given to you must use a non-specific field name. Le mercredi 23 septembre 2015 16:48:45 UTC+2, James a écrit : > > Hi All, > >

[tw] Re: [TW5] Formatting the results of a $list as a

2015-09-23 Thread Evolena
Le mercredi 23 septembre 2015 16:04:36 UTC+2, Hegart Dmishiv a écrit : > EDIT: It's okay, I worked it out myself. I just had to encapsulate the > <$view> in a blank <$link> code block, like this.. > > > <$list filter="[tag[Definitions]]"> > <$link><$view field="title"/> > <$transclude field="d

[tw] Re: [TW5] Formatting the results of a $list as a

2015-09-23 Thread Hegart Dmishiv
On Thursday, September 24, 2015 at 2:39:51 AM UTC+12, Tobias Beer wrote: > > Hi Hegart, > >> >>1. Referencing a field of a tiddler is not the same as linking to a >>tiddler directly, so if the reference is the only link, then the target >>tiddler will still be an orphan. >> >> Why? >

[tw] Re: Split Title Listing to List

2015-09-23 Thread James
Hi All, It would be great if the example can be more specific. Thanks. :) On Wednesday, 23 September 2015 19:49:25 UTC+8, Tobias Beer wrote: > > Hi James, > > Perhaps, the easiest would be to use the core *list-links* macro... > > <> > > Best wishes, > > — tb > -- You received this message be

[tw] Re: [TW5] Formatting the results of a $list as a

2015-09-23 Thread Tobias Beer
Hi Hegart, > >1. Referencing a field of a tiddler is not the same as linking to a >tiddler directly, so if the reference is the only link, then the target >tiddler will still be an orphan. > > Why? Best wishes, — tb -- You received this message because you are subscribed to the

[tw] Re: [TW5] Formatting the results of a $list as a

2015-09-23 Thread Hegart Dmishiv
On Sunday, September 20, 2015 at 12:13:10 AM UTC+12, Evolena wrote: > > The first issue you're encountering here is that the term/definition > syntax is "block mode", so you need a linebreak after your entering list > (else the whole content of the list is parsed as inline mode, and the > term/d

[tw] Are there any Syntax coloring plugins for SublimeText/Atom/IntelliJ etc.?

2015-09-23 Thread enno . weichert
Hi, I want to develop my TiddlyWiki5 plugin with nodejs in an IDE. I'm usually using Atom for most of my stuff but I'm flexible. But I can't find any TiddlyWiki5 wiki text syntax highlighting plugins for any IDE/pygments. Are you aware of any? Thanks, Enno -- You received this message because

Re: [tw] [TW5] Suppressing formatting

2015-09-23 Thread Robert Edwards
Interesting discussion on Github -- thanks for the link. Eric's suggestion solved my immediate problem, and I sincerely appreciate his help! However as y'all discussed on Github I do think a simpler syntax would be helpful. Cheers! On Wednesday, September 23, 2015 at 8:29:13 AM UTC-4, Tobias Be

[tw] Re: Is there any method to check all tiddlers are listed in Table of Contents?

2015-09-23 Thread Tobias Beer
Hi Howard, > Slight amendment to my previous reply - it assumed the ToC is headed by a > tiddler called "Library". If Library is just a tag then you just have to > replace every occurrence of [Library] in the suggested filter with > tag[Library]. > That ain't an option, *Library *is just t

Re: [tw] [TW5] Suppressing formatting

2015-09-23 Thread Tobias Beer
Hi Metabele, > I think you can use 4 single quotes between the slashes // which > renders as // > As said on Github , to me, the idea is to not at all mess about with the text that you just want as-is. It might

Re: [tw] [TW5] Suppressing formatting

2015-09-23 Thread BJ
I think you can use 4 single quotes between the slashes // which renders as // Cheers BJ On Wednesday, September 23, 2015 at 2:24:56 AM UTC+1, Robert Edwards wrote: > > That works. Thanks! > > On Tuesday, September 22, 2015 at 8:20:36 PM UTC-4, Eric Shulman wrote: >> >> On Tuesday, September

[tw] Re: [TW5] For those who wants double click to edit

2015-09-23 Thread Tobias Beer
Hi Danielo, My browser seems to automagically correct it, but isn't it a problem to just put an opening tag in a ViewTemplate section and then never close it? title: $:/plugins/danielo515/2click2edit/ui/ViewTemplate

[tw] Re: Split Title Listing to List

2015-09-23 Thread Tobias Beer
Hi James, Perhaps, the easiest would be to use the core *list-links* macro... <> Best wishes, — tb -- 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+u

[tw] Re: TiddlyWiki 5: Tiddlyspot not updating as expected

2015-09-23 Thread Tobias Beer
Hi Johann, > Anyone have a clue as to what might be happening here? > I think your browser (chrome) might be slow on getting rid of a cached site. Same happens when I push updates to github pages. Sometimes it takes a while for either github or chrome to give me an updated page in the browser,

Re: [tw] [TW5] Suppressing formatting

2015-09-23 Thread Tobias Beer
Hi Jeremy, > ​yes; we've actually already got one; triple double quotes yields a text > widget > Not sure what you mean, if I do... """ test//``''foo http://groups.google.com/group/tiddlywiki. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/47d7a2ed-20a1

[tw] Re: [TW5] Request: Refresh Delay in edit-text widget

2015-09-23 Thread PMario
On Tuesday, September 22, 2015 at 9:09:31 PM UTC+2, Evan Balster wrote: > > However, based on a quick look at the code, I can speculate about two ways > of implementing this change that do not involve storing editor state in the > widget tree: > >1. Have a field other than "draft.of" which

[tw] [TW5] CSS3 sliders demo

2015-09-23 Thread Siniy-Kit
Here is slider on pure css3 without macros demo and it's css and variant with macros

Re: [tw] [TW5] Suppressing formatting

2015-09-23 Thread Jeremy Ruston
So, custom wikitext markup would be the only way to go, right? ​ ​yes; we've actually already got one; triple double quotes yields a text widget. ​ ​Best wishes ​ ​Jeremy ​ Best wishes, — tb -- You received this message because you are subscribed to the Goog

Re: [tw] [TW5] Suppressing formatting

2015-09-23 Thread Tobias Beer
Hi Jeremy, > The trouble is that we'd need different parsing behaviour with the text > widget. That breaks the layering; currently, the parser layer doesn't know > about individual widgets. > So, custom wikitext markup would be the only way to go, right? Best wishes, — tb -- You received

[tw] Re: TW Hosting

2015-09-23 Thread Matabele
Hi Tobias Yes -- the website can be setup to automatically sync with your github account, but by default this is not necessary. I don't know if they host your pages or if, by default, sites are synced with other github accounts. Works nicely in either configuration though -- in both cases an up

Re: [tw] [TW5] Suppressing formatting

2015-09-23 Thread Jeremy Ruston
The trouble is that we'd need different parsing behaviour with the text widget. That breaks the layering; currently, the parser layer doesn't know about individual widgets. Best wishes Jeremy — jeremy.rus...@gmail.com On Wed, Sep 23, 2015 at 9:18 AM, Tobias Beer wrote: > Hi E

Re: [tw] [TW5] Suppressing formatting

2015-09-23 Thread Tobias Beer
Hi Eric, > What if we just extend the existing <$text> widget so it could be used to > enclose content, as an alternative to using the text="..." param. > The convention would have to be that using TextWidget without any parameters, it would never create any child widgets it contains but only

[tw] Re: Any idea how to collapse/expand section within a tiddler

2015-09-23 Thread Tobias Beer
Hi Eric, > Use a <$button> widget with class="tc-btn-invisible" to create the > heading. Surround the section content with a corresponding <$reveal> > widget. > I tried to wrap this inside a macro but it has its limitations: http://fold.tiddlyspot.com issuesi1) Only one section can be show