Re: [tw] Focus on body in edit template

2016-02-04 Thread Alex Hough
thanks Jeremy, Its that I can't see the EditTextWidget in the $:/core/ui/EditTemplate/body. Below I have highlighted the only " <$edit-text" i can see, and it seems to be for the canonical URI field, for the case when the tiddler has a canonical URI \define lingo-base()

Re: [tw] Focus on body in edit template

2016-02-04 Thread Alex Hough
Thanks Mario, That tiddler confused me when I was researching. the general edit does not have a focus attribute listed, see below AttributeDescription tiddler The tiddler to edit (defaults to the current tiddler ) field The field to edit (defaults to

Re: [tw] Re: [EOL-TS] Message from TiddlySpace

2016-02-04 Thread chris . dent
On Mon, 1 Feb 2016, Yakov wrote: 2. EOL of TiddlySpace doesn't mean that tiddlyweb.com is going anywhere, does it? tiddlyweb.com is hosted on my personal server and the domain is owned by Jeremy so that will be sticking around. One issue that will need to be addressed is that a lot of the

[tw] Re: Export Evernote to TW

2016-02-04 Thread Jed Carty
Can you post some example .enex files? I use linux so there isn't a desktop version of the client for me and I can't figure out how to export from the web interface. I can't promise I will spend much time on it, but I think that making this could help with importing other file types as well.

Re: [tw] Focus on body in edit template

2016-02-04 Thread Eric Shulman
On Thursday, February 4, 2016 at 2:33:58 AM UTC-8, AlexHough wrote: > > thanks Jeremy, > > Its that I can't see the EditTextWidget in > the $:/core/ui/EditTemplate/body. Below I have highlighted the only " > <$edit-text" i can see, and it seems to be for the canonical URI field, > for the case

Re: [tw] Focus on body in edit template

2016-02-04 Thread PMario
On Thursday, February 4, 2016 at 12:40:50 PM UTC+1, AlexHough wrote: > > what is the reasoning behind having two similar widgets that do the same > thing? > see: http://tiddlywiki.com/#EditWidget:EditWidget%20EditTextWidget -m -- You received this message because you are subscribed to the

[tw] Focus on body in edit template

2016-02-04 Thread Alex Hough
Dear all, When I have an idea in my mind I want to get it into TW as soon as possible. I want to start writing straight away in the body of the tiddler. I want to give my thought a title afterwards. The title is likely to be a short summary of the content, I want to give it further thought.

Re: [tw] Focus on body in edit template

2016-02-04 Thread Alex Hough
Thanks Eric, what is the reasoning behind having two similar widgets that do the same thing? Alex On 4 February 2016 at 11:35, Eric Shulman wrote: > On Thursday, February 4, 2016 at 2:33:58 AM UTC-8, AlexHough wrote: >> >> thanks Jeremy, >> >> Its that I can't see the

Re: [tw] Focus on body in edit template

2016-02-04 Thread Jeremy Ruston
Hi Alex See here for details of how to disable the autofocus of the search popup: http://tiddlywiki.com#Hidden%20Setting%3A%20Search%20AutoFocus To give autofocus to your own edit-text widget, use the “focus” attribute:

[tw] Passing a value with spaces into a macro

2016-02-04 Thread David Allen
This is an issue I seem to be having a lot, so I'm trying to find a solution. I have the following macro: \define ezlink(input) <$link to=$input$>$input$ \end If I were to do this: <> and the tiddler it's used in has spaces in the title, (e.g. Hello World), the result would be a link to the

[tw] Re: Passing a value with spaces into a macro

2016-02-04 Thread David Allen
Actually, let me correct that. What I showed is actually working fine. What's not working is when I try to pass a variable created by a list widget into a macro when the tiddler stored in currentTiddler contains spaces in its title. I'm doing the following: <$macrocall $name="ezlink"

Re: [tw] Export Evernote to TW

2016-02-04 Thread Jeremy Ruston
I’ve made a start on a simple plugin to allow the import of Evernote notebooks. The ticket describing the work is here: https://github.com/Jermolene/TiddlyWiki5/issues/2268 The code is here: https://github.com/Jermolene/TiddlyWiki5/tree/master/plugins/tiddlywiki/evernote

[tw] Re: [TW5] $action-listops how to get intersection of 3 lists?

2016-02-04 Thread sini-Kit
thank, you. I will try. and another question I want to show all non-system and not EMTY fields what I have to put to my filter? !has[] don't work <$list filter="[[$:/temp/_HideStoryList]fields[]]-creator -created -list -modifier -modified -text -tags -title -type" /> четверг, 4 февраля 2016

Re: [tw] [TW5] Using tiddlymap connected with city/travel map(s)

2016-02-04 Thread Alex Hough
I went to an open street nap conference in Manchester a few years ago. One speaker (William Cartwright) talked about naive Australians and how the process of mapping turnabout to be culturally specific. In other words there are many ways of mapping things and the method where there is a linear

[tw] Re: DropBox

2016-02-04 Thread PMario
Hi, dropbox uses https and your server uses http to load the wiki. ... the twitter script is loaded from http. So your browser prevents mixed loading of scripts. This is a browser security feature. If you open the browser dev tools with F12: console you'll get the error message. -mario --

[tw] Tiddly + Rpi + nginx

2016-02-04 Thread Diego Aguilera
Hello, I'm trying to setup a Tiddly server on a RaspberryPi. I can start Tiddly on the RPi, but only see it on the RPi. I'm unable to see it on any other computer on the network. I thought maybe if I start nginx, but that just produces a conflict on port 8080. Any ideas? Is there a guide?

[tw] Re: Passing a value with spaces into a macro

2016-02-04 Thread Eric Shulman
On Thursday, February 4, 2016 at 2:58:35 PM UTC-8, David Allen wrote: > > Actually, let me correct that. What I showed is actually working fine. > What's not working is when I try to pass a variable created by a list > widget into a macro when the tiddler stored in currentTiddler contains >

[tw] Re: [TW5] $action-listops how to get intersection of 3 lists?

2016-02-04 Thread Matabele
Hi I think you might have to include all of the possible values of the field names for non-empty fields into your filter, like so: <$list filter="[all[tiddlers]!is[system]has[field1]has[field2]has[field3]fields[]] -creator -created -list -modifier -modified -text -tags -title -type" />

[tw] Re: TiddlyMap v0.11.1 has been released today.

2016-02-04 Thread Felix Küppers
Hi Peter, glad to hear that you enjoy the plugin :) -Felix On Wednesday, 3 February 2016 15:45:06 UTC+1, Peter Miller wrote: > > Wonderful news -- many thanks! > > Best wishes > > Peter > > On Wednesday, February 3, 2016 at 2:19:53 PM UTC, Felix Küppers wrote: >> >> Hi @ all, >> >> Motivated by

[tw] [TW5] $action-listops how to get intersection of 3 lists?

2016-02-04 Thread sini-Kit
I have 3 lists: list1[1 2 3 4 5 6 7 8] list2[4 5 6 7 8] list3[1 5 8] the result of intersection must be list_int[5 8] in other words I want to find items which all lists have - it is 5 and 8. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To

[tw] Re: [TW5] Missing WikiText Solutions

2016-02-04 Thread PMario
Hi Scott, Didn't you see my proposal, using: ---space which works perfectly fine and seems to be consistent too. If I read the dash wikipedia page at: see: https://en.wikipedia.org/wiki/Dash, I have to say: "You are using it wrong". ... The mdash is not meant to be used as a short . So why

[tw] Re: TiddlyWiki Hangout #97 will be on Thursday 4th February at 3pm GMT/UTC

2016-02-04 Thread Jed Carty
Should this be starting now or do I have my time zones mixed up? -- 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

[tw] Re: "Open In New Window" request

2016-02-04 Thread Tobias Beer
Hi Joe, The template used for the window is referenced in - the shadow tiddler defining the button: - $:/core/ui/Buttons/open-window - as another shadow tiddler being: -

Re: [tw] Re: Archiving Journal Entries

2016-02-04 Thread Pit.W.
Using a date as a title -allows easy sorting -is sort of "proposed" by the New-Journal-Button * **Remembering* that there were discussions about tiddler swarms and moving tiddlers between different TWs *Assuming* that the concept of Federation (which I probably do not really understand)

[tw] Re: Is there a Python interpreter plugin

2016-02-04 Thread BJ
Here I am using a number of plugins that I am developping for tiddlywiki. The running of the python code is in a tiddler (project pythontest) with base type 'text/html'. Tiddlers of this type are displayed in an iframe, and must contain html markup as source. The full type of the tiddler is

[tw] Re: [TW5] $action-listops how to get intersection of 3 lists?

2016-02-04 Thread Matabele
Hi sini-Kit I think the keep[] operator should do the trick: <$list filter="[list[!!list1]keep{!!list2}keep{!!list3}]"/> You will find the keep[] operator in the version of the x-listops filters from here . regards On Thursday, 4 February 2016 16:42:26 UTC+2,

[tw] Re: [TW5] Plugin to open tiddlers in horizontal tabs

2016-02-04 Thread Emil Dilov
Thanks, i got Zooming view working though the switching between tiddler tabs is not as smooth as on the tongerner.tiddlyspot.com How can i get the theme and layout that is on tongerner.tiddlyspot.com on my tiddlywiki page? Is it possible to download the tiddlywiki file that is used for the

[tw] Re: [TW5] Plugin to open tiddlers in horizontal tabs

2016-02-04 Thread Ton Gerner
Hi Emil, On Thursday, February 4, 2016 at 4:43:21 PM UTC+1, Emil Dilov wrote: > > I installed the Tabstory plugin but for me it doesn't work as it work on > http://tongerner.tiddlyspot.com/. When i click on some of the tabs it > jumps to the tiddler so i still have to scroll up and down. Why

[tw] [TW5] Plugin to open tiddlers in horizontal tabs

2016-02-04 Thread Emil Dilov
Is there a plugin that can make opening the tiddlers in horizontal tabs? Something like the TiddlersBarPlugin for tiddlerwiki classic http://visualtw.ouvaton.org/VisualTW.html#TiddlersBarPlugin -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group.

Re: [tw] [TW5] Using tiddlymap connected with city/travel map(s)

2016-02-04 Thread Felix Küppers
Maybe have a look at https://github.com/sycom/TiddlyWiki-Plugins -- 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

[tw] Re: [TW5] Plugin to open tiddlers in horizontal tabs

2016-02-04 Thread Ton Gerner
Hi Emil, On Thursday, February 4, 2016 at 2:08:22 PM UTC+1, Emil Dilov wrote: > > Is there a plugin that can make opening the tiddlers in horizontal tabs? > Something like the TiddlersBarPlugin for tiddlerwiki classic > http://visualtw.ouvaton.org/VisualTW.html#TiddlersBarPlugin > Have a look

[tw] Re: TiddlyWiki Hangout #97 will be on Thursday 4th February at 3pm GMT/UTC

2016-02-04 Thread Jeremy Ruston
Apologies for the delay, TiddlyWiki Hangout #97 is just starting watch or post questions at https://plus.google.com/events/cev1ppnu9bn7mtdk6331r4d9su4 join in at https://plus.google.com/hangouts/_/hoaevent/AP36tYfOX0E-bEpu6bQLXvKIJ1yNXggSa28K89sWrDTUItkoz2IcHA Best wishes Jeremy On Thu, Feb

[tw] Re: TiddlyMap v0.11.1 has been released today.

2016-02-04 Thread Tobias Beer
hi Felix, Congrats to the release and kudos to that polished docs toc. Best wishes, Tobias. -- 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] Plugin to open tiddlers in horizontal tabs

2016-02-04 Thread Emil Dilov
I installed the Tabstory plugin but for me it doesn't work as it work on http://tongerner.tiddlyspot.com/. When i click on some of the tabs it jumps to the tiddler so i still have to scroll up and down. Why this is happening? I installed both plugins - tabstory and layout_adjustment. On

[tw] Re: Archiving Journal Entries

2016-02-04 Thread Tobias Beer
Hi Shay, What would be the benefit of using the date as a title, apart from uniqueness? Best wishes, Tobias. -- 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] $action-listops how to get intersection of 3 lists?

2016-02-04 Thread Tobias Beer
Hi SiniKit, I'm a bit baffled that: <$list filter="[list[A]] +[list[B]] +[list[C]]"/> ...would give me 1 5 8. Unfortunately, it looks like the list filter would be ignoring its input. Luckily, you should be able to chain your filters using

[tw] DropBox

2016-02-04 Thread wardjh
Hello. I am a student just learning TiddlyWiki for a college course. I have noticed that when running some scripts in my TiddlyWiki they seem to work on my local drive. When uploaded to Dropbox they don't seem to work. When I uploaded the same TiddlyWiki file to my server the scripts worked

[tw] Re: [TW5] Plugin to open tiddlers in horizontal tabs

2016-02-04 Thread Ton Gerner
Hi Emil, Zoomin view is the preferred view for both plugins. On Thursday, February 4, 2016 at 7:14:08 PM UTC+1, Emil Dilov wrote: > > How to use the Zooming view? > In the Sidebar click the 'Tools' tab, click the 'storyview' button and select 'zoomin'. > > I installed also Breadcrumbs plugin

[tw] Re: [TW5] Plugin to open tiddlers in horizontal tabs

2016-02-04 Thread Emil Dilov
How to use the Zooming view? I installed also Breadcrumbs plugin but clicking on the tiddler tabs on the breadcrumps toolbar also jumps to the tiddlers and doesn't switch between them. On Thursday, February 4, 2016 at 6:40:29 PM UTC+2, Ton Gerner wrote: > > Hi Emil, > > On Thursday, February

[tw] Re: TiddlyWiki Hangout #97 will be on Thursday 4th February at 3pm GMT/UTC

2016-02-04 Thread Jeremy Ruston
Thanks to everyone for coming along to the hangout. I hope Jed and Mat will share the results of their discussions about federation. I’m keen to try to figure out a way to get subtitles/captions on our hangout videos (and thus transcripts). With that in mind, I experimentally enabled

[tw] Re: [TW5] Plugin to open tiddlers in horizontal tabs

2016-02-04 Thread Ton Gerner
Hi Emil, On Thursday, February 4, 2016 at 8:16:53 PM UTC+1, Emil Dilov wrote: > > Thanks, i got Zooming view working though the switching between tiddler > tabs is not as smooth as on the tongerner.tiddlyspot.com >

[tw] Re: Style on SVG in TW5

2016-02-04 Thread magev958
Thank you, that worked perfekt! :) -- 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