[tw] Re: How to manage images with node.js version?

2016-10-10 Thread Alex K
Next release probably. I tried to find this, but could find only tricky hacks. Thanks! -- 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: How to manage images with node.js version?

2016-10-10 Thread Vitaliy Kiselev
I tried to find, but no success. Suppose, that it is up to next release. -- 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.

Re: [tw] Re: [TW5] TiddlyWikiFolder segregation on Node.js

2016-10-10 Thread jwd
Thanks Tobias, Running multiple --server commands on different ports is what I've done to a lesser degree so far: one for my general purpose work daylog and another for my 'home' collection. I was hoping there was a way to use the TiddlyWikiFolder concept as a way to avoid that and provide a

Re: [tw] Re: [TW5] TiddlyWikiFolder segregation on Node.js

2016-10-10 Thread Arlen Beiler
I've done it, and it works fairly well. Just takes a few seconds to start the server. https://gist.github.com/Arlen22/bbd852f68e328165e49f On Mon, Oct 10, 2016 at 12:44 PM, Tobias Beer wrote: > Hi Jonathan, > > 1) Is there some way from the browser to differentiate which

[tw] Re: TW Node.js losing Tiddlers randomly - how to debug?

2016-10-10 Thread jwd
> In the last few days I'm finding that new Tiddlers get saved OK, then when > I reopen them to tweak, they're completely or partially lost. Usually the > title and tags are OK, but the text is always wiped out. > In the Node.js / tiddlywiki --server version individual tiddlers are simply

Re: [tw] Re: Book formatting in TW

2016-10-10 Thread Marc Ferguson
I knew it would be easy. . . For You. Thanks Sent from my iPhone > On Oct 10, 2016, at 5:57 PM, Tobias Beer wrote: > > Hi Mark, > > Could it be as simple as a ? > > Best wishes, > > Tobias. > -- > You received this message because you are subscribed to the Google

[tw] Re: Book formatting in TW

2016-10-10 Thread Tobias Beer
Hi Mark, Could it be as simple as a ? 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 tiddlywiki+unsubscr...@googlegroups.com. To post to

[tw] Re: How to manage images with node.js version?

2016-10-10 Thread Tobias Beer
I can't quite find the reference, but I've seen that either since the last release or with the next release there are filters you can define as to what gets stored in which folder structure. Best wishes, Tobias. -- You received this message because you are subscribed to the Google Groups

Re: [tw] [TW5] change "hint" of core button w/ multi-language support

2016-10-10 Thread Tobias Beer
Hi Jeremy, Of course, I'm not trying to make it hard for you, just trying to give a button a different title or tooltip, thinking it should be possible and that it shouldn't be hard. For example, say I had a TiddlyWiki based flavour called Foo, and I wanted to have the button read: "Save your

[tw] TW Node.js losing Tiddlers randomly - how to debug?

2016-10-10 Thread David Szego
In the last few days I'm finding that new Tiddlers get saved OK, then when I reopen them to tweak, they're completely or partially lost. Usually the title and tags are OK, but the text is always wiped out. I can't find rhyme or reason for this... I'm waiting for any lag on saving (dirty

[tw] Book formatting in TW

2016-10-10 Thread Marc Ferguson
I need some help and I think it might be simple. I've been able to create some great books consisting of groups of tiddlers. I would like to also have the title page and table of contents pages to also be tiddlers. I would also like to start chapters on a new page. To do that I need to have

[tw] How to manage images with node.js version?

2016-10-10 Thread Alex K
Use node.js version. When I drag image to tiddlywiki page, it is imported and saved in folder "mywiki\tiddlers\image.jpg". But I need to keep it in "mywiki\images\custom\image.jpg" Cant understand how to set URI to new image path. Also I installed tiddlymap plugin and it was also placed not in

Re: [tw] [TW5] change "hint" of core button w/ multi-language support

2016-10-10 Thread Jeremy Ruston
Hi Tobias > I believe the title of this thread states the objective quite clearly. Just to be absolutely clear, the title of the thread, and your posts so far have categorically not clarified your objective, at least not to me, and since your question is presumably directed at me, you might

Re: [tw] [TW5] change "hint" of core button w/ multi-language support

2016-10-10 Thread Tobias Beer
Hi again, I'm starting to think that all localisations need to be fetched via macro. rather than transclusion, e.g.: $:/core/ui/Buttons/home contains: tooltip={{$:/language/Buttons/Home/Hint}} Whereas it should contain: tooltip=<>

Re: [tw] [TW5] change "hint" of core button w/ multi-language support

2016-10-10 Thread Tobias Beer
Hi Jeremy, > As ever, it would help enormously to understand your objective > I believe the title of this thread states the objective quite clearly. What I wish to do is to override the displayed hint, for each language that I wish to avail to a visitor. Of course, I could create an entire

Re: [tw] [TW5] change "hint" of core button w/ multi-language support

2016-10-10 Thread Jeremy Ruston
Hi Tobias I don't quite understand what you're trying to do. If you're changing the sidebar "Home" button to have a different hint text in each language, then perhaps it's best just to override the entire button? As ever, it would help enormously to understand your objective, Best wishes

Re: [tw] [TW5] change "hint" of core button w/ multi-language support

2016-10-10 Thread Tobias Beer
Hi Jeremy, > Are you transcluding $:/core/ui/Buttons/home, > or do you wish to change the tooltip of the button in the sidebar? > As of now, I tried the latter but I didn't find a way to have it adapt to a language change. One extensible way could perhaps be, to allow an override pattern like

Re: [tw] [TW5] change "hint" of core button w/ multi-language support

2016-10-10 Thread Riz
To an extend this also affects picking colors in the palette, especially the general background. Being able to see the change applied dynamically is cool, but the lag produced is underwhelming. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group.

Re: [tw] [TW5] Search lag

2016-10-10 Thread Jeremy Ruston
Hi Tobias > Afaik, there is a "refresh" delay for each keypress only after which > TiddlyWiki goes to fetch results. The refresh delay only applies to modifications made to draft tiddlers, and so it doesn’t apply when typing in the search field. > If there isn't such a delay, then this needs

Re: [tw] Re: Using TiddlyWiki 5 to study the Bible

2016-10-10 Thread David Gifford
Great! Thanks Abramelin! On Mon, Oct 10, 2016 at 12:05 PM, Abramelin the Mage < abramelinthema...@gmail.com> wrote: > The Wiki has been removed from the author's website, but I've reuploaded > it here: https://u.teknik.io/17dba.htm > > On Friday, 29 November 2013 22:45:22 UTC+1, David Gifford

[tw] Re: Using TiddlyWiki 5 to study the Bible

2016-10-10 Thread Abramelin the Mage
The Wiki has been removed from the author's website, but I've reuploaded it here: https://u.teknik.io/17dba.htm On Friday, 29 November 2013 22:45:22 UTC+1, David Gifford wrote: > > Hi all > > For those not interested in the Bible but want to see some TiddlyWiki list > filters and other features

Re: [tw] [TW5] change "hint" of core button w/ multi-language support

2016-10-10 Thread Jeremy Ruston
Hi Tobias > I do not wish to define an entire language plugin. > I simple want to override individual keys, > i.e. for each language, of course. Are you transcluding $:/core/ui/Buttons/home, or do you wish to change the tooltip of the button in the sidebar? Best wishes Jeremy > > Could it

Re: [tw] [TW5] change "hint" of core button w/ multi-language support

2016-10-10 Thread Tobias Beer
Hi Jeremy, I do not wish to define an entire language plugin. I simple want to override individual keys, i.e. for each language, of course. Could it be that that's not possible, atm? Best wishes, Tobias. -- You received this message because you are subscribed to the Google Groups

[tw] Re: [TW5] Search lag

2016-10-10 Thread Tobias Beer
Hi Jon, Afaik, there is a "refresh" delay for each keypress only after which TiddlyWiki goes to fetch results. If there isn't such a delay, then this needs to be implemented immediately. There's this ticket, but I'm almost certain it is more or less unresolved: *refresh delay for text input

[tw] Re: [TW5] TiddlyWikiFolder segregation on Node.js

2016-10-10 Thread Tobias Beer
Hi Jonathan, 1) Is there some way from the browser to differentiate which wiki the > tiddlers belong to? Ideally I'd like to browse to > http://localhost:/FirstProject for FirstProject's content; > http://localhost:/SecondProject would have the next, etc. > I think the only way to

[tw] Re: [TW5] embed video which is stoard on my local hard drive

2016-10-10 Thread PMario
Hi Max, On Monday, October 10, 2016 at 11:45:00 AM UTC+2, Max Dbosyo wrote: > > i managed to figure it out myself > That's cool! It would be nice, if you could contribute your knowledge back to the community? So in the future others may find it here;) have fun! mario -- You received this

Re: [tw] Re: [TW5] Change title of template tiddler (or template text in new journal tidddler)?

2016-10-10 Thread Rizwan Ishak
You can use your template tiddler to fill in other fields except the title. eg: Create the template tiddler with multiple lines of text, different tags you need, and fields with or without values. Let the title of the custom template be 'MyTemplate'. Now the button code will look like: \define

Re: [tw] [TW5] change "hint" of core button w/ multi-language support

2016-10-10 Thread Jeremy Ruston
Hi Tobias > How can I override / define something like... > > $:/language/Buttons/Home/Hint > > for each of the languages I want to support? The usual way would be to use a different language plugin for each language. The language plugin switching mechanism takes care of switching in and out

[tw] [TW5] change "hint" of core button w/ multi-language support

2016-10-10 Thread Tobias Beer
Hi everyone, How can I override / define something like... *$:/language/Buttons/Home/Hint* for each of the languages I want to support? Apparently, I cannot use any macro or markup as that gets rendered as is. Best wishes, Tobias. -- You received this message because you are subscribed to

[tw] Re: [TW5] embed video which is stoard on my local hard drive

2016-10-10 Thread Max Dbosyo
i managed to figure it out myself bye Max Am Montag, 10. Oktober 2016 09:22:50 UTC+2 schrieb Max Dbosyo: > > hi guys, > > anyone of you know a way to embed a video which i localy stoard on a > harddrive or local server?. What i planning to do is, to take the wiki with > me and open videos in

[tw] Re: [TW5] Search lag

2016-10-10 Thread Josiah
Ciao Jon Its worth mentioning some factors involved ... - as you mention, power of computer - size of file (but see below) - the browser you are using and its configuration FYI over time there have been several tests of "capacity" of TW and its performance is not as simple as a

[tw] Re: [TW5] Change title of template tiddler (or template text in new journal tidddler)?

2016-10-10 Thread HC Haase
Thanks for your help. It works BUT only with single line content in the text field. I need a text field with filters and stuff in it, so this don't work. Also I cant get the \define newtitle() MyCustomTitleText $(time)$ \end <$set name=time value=<>> from the above to work with a template

[tw] Re: [TW5] Extracting Introductions From Tiddlers

2016-10-10 Thread sini-Kit
if our tiddler don't have any nothing will be shown. So it is necessary to add emptyMessage to our $list in my variant emptyMessage={{Extracting Introductions From Tiddlers}} воскресенье, 9 октября 2016 г., 18:16:36 UTC+3 пользователь Tobias Beer написал: > > Hi everyone, > > based on

[tw] embed video which is stoard on my local hard drive

2016-10-10 Thread Max Dbosyo
hi guys, anyone of you know a way to embed a video which i localy stoard on a harddrive or local server?. What i planning to do is, to take the wiki with me and open videos in it, which are stoared on a server. what works for me now is that i import the videos into the wiki file and display

[tw] Re: [TW5] Search lag

2016-10-10 Thread Jon
Hi Mark, most of the images are in an external directory - it must be the lack of indexing that's the issue (and presumably OneNote has that) Jon On Monday, 10 October 2016 00:29:48 UTC+1, Mark S. wrote: > > 10 Mb or so is where I expect to hit the wall, though others are more > tolerant or