[tw] Re: T-blog project: Traditional blogs / Disqus integration / 5 themes.

2017-02-03 Thread sini-Kit
I don't use tiddlywiki under node.js In your folders in GitHub I found many tid files. But I don't understand how to install them to get one tw5 html. something like that http://heeg.ru/heeg5.1.1.zip суббота, 4 февраля 2017 г., 3:42:58 UTC+3 пользователь Riz написал: > Hi Sini Kit, > > Once

[tw] Re: [BETA] Noteself android app

2017-02-03 Thread Handoko Suwono
Hope to try it any sooner. I am using android 6 marshmallow though the screen is a bit small at 4". handoko - On Wednesday, February 1, 2017 at 12:49:03 AM UTC+7, Danielo Rodríguez wrote: > > Hello, > > I am in the process of creating an Android app for NoteSelf. > At the current stage it does

[tw] Re: T-blog project: Traditional blogs / Disqus integration / 5 themes.

2017-02-03 Thread Riz
Hi Tobias Great work on all the themes. > Thanks :) See, as I said, there are no documentation or guidelines regarding such a effort. So rather than telling me looks are not everything, may be we should discuss what functionality should be part of such endeavours. Do you have any

[tw] Re: vim help

2017-02-03 Thread tony
Sorry Kelsang Sherab I'm not familiar with TiddlyDesktop TD but it looks like an app wrapper for node js version of TiddlyWiki if TD is serving html files then vim will only work if ItsAllText plugin can be installed in TD as it works on the text area tiddler body. I don't think that will

[tw] Re: T-blog project: Traditional blogs / Disqus integration / 5 themes.

2017-02-03 Thread Riz
Hi Sini Kit, Once you download the repo, open a themes open a themes folder, say Attila 1. Open the folder "blog" and delete all the html files under that. 2. Open the folder "blog>images" and delete all the images under that 3. Open the folder "tiddlers" and delete the "demo" folder under that.

[tw] Re: [TW5] Can the MakeTid Widget be used to create tiddlers from a list in conjunction with a tiddler template

2017-02-03 Thread Matabele
Hi r As far as I remember, the ActionSetfield widget may also be used in conjunction with a widget message to open the new tiddlers for editing. regards On Saturday, 4 February 2017 02:31:16 UTC+2, Matabele wrote: > > Hi J Mc and Tobias > > I can give a kind of general answer. > > The

[tw] Re: [TW5] Can the MakeTid Widget be used to create tiddlers from a list in conjunction with a tiddler template

2017-02-03 Thread Matabele
Hi J Mc and Tobias I can give a kind of general answer. The ActionSetfield widget may be used by way of a hack to create new tiddlers silently in the background, since setting the value of a field of a non-existent tiddler currently results in the missing tiddler being created quietly in the

[tw] Re: vim help

2017-02-03 Thread kelsang sherab
Hi Tony A question. After my success with the vim on it'salltext, I'd rather not use the codemirror plugin. I'd like to use the vim. but what I realized is that I am using my TiddlyDesktop for my work, more than the web browser. Can vim be used with TDesktop? or only with browser editing?

[tw] Re: vim help

2017-02-03 Thread kelsang sherab
Hi again tony. This worked!!! Cheers!!! On Friday, February 3, 2017 at 9:44:06 AM UTC+1, tony wrote: > > Opps forgot to mention > > Once you create the editor.sh script, make it executable by > > $chmod +x ~/editor.sh > > Then add the path to this editor.sh in the ItsAllText preferences > > Good

[tw] Re: vim help

2017-02-03 Thread kelsang sherab
Cheers Tony!! Will give it a try. many thanks for helping On Friday, February 3, 2017 at 9:06:47 PM UTC+1, tony wrote: > > Hi > > You don't need vim installed if you go the CodeMirror route to get vim > bindings > Ex commands like s/find/replace/g will work but you won't get full vim > usage

[tw] Re: [TW5] Can the MakeTid Widget be used to create tiddlers from a list in conjunction with a tiddler template

2017-02-03 Thread J Mc
Hi Tobias, I new the original list was working, but if I added fields etc it didn't. Like you say, if I define the fields using action setfield rather than trying to do it via a template, it should work. I'll try your suggestion and get back to you when it works. Sorry again for any confusion

[tw] Re: [TW5] Can the MakeTid Widget be used to create tiddlers from a list in conjunction with a tiddler template

2017-02-03 Thread Tobias Beer
Hi J, > Simply define the fields you wish to set > using action.setfield and you're done. > What I mean is something like... <$tiddler tiddler="ListOfTitles"> <$button> make new tiddlers from list <$list filter={{ListOfTitles}} variable="title"> <$action-setfield $tiddler=<>

[tw] Re: [TW5] Can the MakeTid Widget be used to create tiddlers from a list in conjunction with a tiddler template

2017-02-03 Thread Tobias Beer
Hi J, > Sorry for the confusion' > Can you specifically say what is not working for you? Because, when I try your example, it work's for me, w/o needing any ActionMakeTid. Simply define the fields you wish to set using action.setfield and you're done. Best wishes, Tobias. -- You received

[tw] Re: T-blog project: Traditional blogs / Disqus integration / 5 themes.

2017-02-03 Thread Tobias Beer
Hi Riz, Great work on all the themes. Do you have any intentions of starting from a more barebones "edition" / theme? >From a functional perspective, I'm not sure I am following all of this, too much template html, so to speak. ;-) For example, that pagination ...is it static? ...did you

[tw] Re: [TW5] Can the MakeTid Widget be used to create tiddlers from a list in conjunction with a tiddler template

2017-02-03 Thread J Mc
Hi Tobias, my main problem is the list of titles. If I can define the fields and tags elsewhere, then the ListOfTitles tiddler would be just that - a list of names for each tiddlers title. I want to create families of items such as parts, materials, ingredients etc by making a list of titles for

[tw] Re: [TW5] Can the MakeTid Widget be used to create tiddlers from a list in conjunction with a tiddler template

2017-02-03 Thread Tobias Beer
Hi J, Still not getting what isn't working for you. What's not working about my initial suggestion(s)? Are you saying you want to make an exact duplicate of ListOfTitles, except for the text field since that contains the titles? In other words: you don't want to have to be specific about the

[tw] Re: vim help

2017-02-03 Thread tony
Hi You don't need vim installed if you go the CodeMirror route to get vim bindings Ex commands like s/find/replace/g will work but you won't get full vim usage of your .vimrc CodeMirror is still good though :-) The standard ctrl-c and ctrl-[ binds to ESC switching normal and insert modes Do

[tw] Re: T-blog project: Traditional blogs / Disqus integration / 5 themes.

2017-02-03 Thread sini-Kit
Where can I download single TW5 file like empty.html on tiddlywiki.com, but with your blog styles? And will Disqus work in this variant? пятница, 3 февраля 2017 г., 22:15:29 UTC+3 пользователь Riz написал: > Gentlemen, > > TW5 as a static site generator has not been seen put into use much. So

[tw] T-blog project: Traditional blogs / Disqus integration / 5 themes.

2017-02-03 Thread Riz
Gentlemen, TW5 as a static site generator has not been seen put into use much. So here is something for you to see. https://ibnishak.github.io/t-blog/. You can see demo of blogs created with tiddlywiki there. All of them has disqus comment system integrated to them. If you are interested

[tw] Re: [TW5] Can the MakeTid Widget be used to create tiddlers from a list in conjunction with a tiddler template

2017-02-03 Thread J Mc
Hello Tobias, Mat and cmari, sorry for my delay in replying. My original requirements were: 1) create a tiddler with a number of fields, some tags and several titles of a required list of tiddlers (ListOfTitles) 2) Use the MakeTid or other widget to read each of the titles and number of

[tw] Re: [TW5] Etch-A-Sketch Demo to illustrate drawing of SVG paths

2017-02-03 Thread 'c pa' via TiddlyWiki
Mat, The Etch-A-Sketch has the capability to do that. It works like this: 1. All of the stamps are held in the tiddler [[SVG Bumps]] 1. Right now there are only bumps for directions and various curves 2. Each bump has a name 3. Each bump has a relative path instruction

[tw] Re: vim help

2017-02-03 Thread kelsang sherab
Hi Danielo Did you mean this http://www.vim.org/scripts/script.php… ? I dropped it in my TW but am not sure what next? Any ideas? Cheers On Thursday, February 2, 2017 at 11:32:43 PM UTC+1, Danielo Rodríguez wrote: > > yes,there is a

[tw] Re: [Newbie] Non-tag based collapsible table of contents

2017-02-03 Thread Stu White
Thank you so much -- that's awesome! I'm away this weekend but will download and have a play next week. Thanks again for the help; the community here is first-class, and I'm very grateful. Cheers, Stu -- You received this message because you are subscribed to the Google Groups "TiddlyWiki"

[tw] Re: [Newbie] Non-tag based collapsible table of contents

2017-02-03 Thread PMario
On Monday, January 30, 2017 at 10:52:22 PM UTC+1, Stu White wrote: > > Thanks, guys. That's really interesting -- if there's a prototype or > anything I can look at to try to figure this stuff out then I'd really > appreciate it. > Hi Stu, I did create a plugin at:

[tw] Re: [TW5] Can the MakeTid Widget be used to create tiddlers from a list in conjunction with a tiddler template

2017-02-03 Thread cmari
It should work with single quotes around the text? As in: <$button> make new tiddlers from list <$list filter={{ListOfTitles}}> <$action-setfield $tiddler={{!!title}} text='{{||A}}'/> cmari On Friday, February 3, 2017 at 1:43:56 AM UTC-8, Mat wrote: > > (unknown reason why formtting messes

[tw] Re: Bibliography in TW using JabRef & Bibtex

2017-02-03 Thread Barney Walker
Hi Steve, Really interested in this capability for managing my research but the link appears to be broken. Is there a newer version? Thanks, Barney On Tuesday, October 18, 2016 at 7:56:37 PM UTC+1, Steven Schneider wrote: > > Ask and you shall receive! The TiddlyWiki gods have been kind to me

[tw] Re: [TW5] Can the MakeTid Widget be used to create tiddlers from a list in conjunction with a tiddler template

2017-02-03 Thread Tobias Beer
Hi Mat, Why can I not use this template: > Can you please provide a full example of what you tried? ...and explain the part, precisely, that doesn't work? To set the text using the ActionSetFieldWidget , you do: <$action-setfield $tiddler="foo"

[tw] Re: [TW5] presenting New Task Here PLUGIN

2017-02-03 Thread HC Haase
That is a good idea. Why didn't I think of that. I have now added it as an extra snippet. get it at https://hchaase.github.io/TW5-NewTaskHere/ -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving

[tw] Re: [TW5] Can the MakeTid Widget be used to create tiddlers from a list in conjunction with a tiddler template

2017-02-03 Thread Mat
(unknown reason why formtting messes below, sorry) > I agree with J Mc's original question. > > Why can I not use this template: > > title:A > text: > @@background-color:yellow; > Hello, my title is {{!!title}} > @@ > > > And then another tiddler with the button: > > {{||A}} > > The tags are

[tw] Re: vim help

2017-02-03 Thread tony
Opps forgot to mention Once you create the editor.sh script, make it executable by $chmod +x ~/editor.sh Then add the path to this editor.sh in the ItsAllText preferences Good explanation here: http://iheartryan.com/post/its-all-text Best, tony On Friday, February 3, 2017 at 12:36:48 AM

[tw] Re: vim help

2017-02-03 Thread tony
Hi, This is what i do to use vim as the editor for long tiddler bodies or run a quick s/find/replace/g Using vim as one editor helps me keep continuity working between TiddlyWiki and VimWiki On windows cygwin, you can call vim directly with the path to the vim.exe in the ItsAllText