[tw] Re: TiddlyWiki app idea

2017-01-18 Thread PMario
On Wednesday, January 18, 2017 at 1:38:10 AM UTC+1, PJO wrote: > > Apologies, I completely missed your post with the downloadable attachment > and was responding to a different post. I've now tried it out. First, let > me say *thanks*! > ah, ok. You are welcome. > I was initially slightly

[tw] Re: TiddlyWiki, Linux Mint and Node.js

2017-01-18 Thread PJO
Pretty sure I used sudo for npm install and when tiddlywiki --version gave an error I tried again with sudo with no better result. The npm is not the latest if that matters. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from

[tw] Re: TiddlyWiki app idea

2017-01-18 Thread Tobias Beer
Hi Mario, So the 1-click action is discussed, but not available yet. I personally > prefer b). I think it would be easier to implement. I'll have a closer look. Tobias seems to prefer a). So we'll see :) I have no preference at all. If a message is the best way to do it, i.e.

[tw] Re: [TW5] Host on github for free without any git knowledge or software installation

2017-01-18 Thread oleghbond
Dear Danielo, for some reasons I decided to deploy some of my work at gitlab.com. Having git repos, CI and gitlab pages it's a pretty similar instrument to github. Instead *.travis.yml* build script gitlab runs *.gitlab-ci.yml* to deploy gitlab pages. However, *.yml* syntax for gitlab CI is

[tw] What is most useful on GitHub?

2017-01-18 Thread Jed Carty
Is it useful to have tiddlywiki html files with plugins on GitHub? I have links to the demo sites so it may be redundant but I am not sure how other people feel about it. I am moving a lot of my tiddlywiki things onto GitHub as OokTech since I am working as OokTech now. I am hoping to clean up

[tw] Re: [TW5] Simpe example for Video or Audio Library

2017-01-18 Thread Greg Davis
Thanks Tobias. Yes, I like Ton's Left Menu, added a little to it. I was looking for something relatively simple to access videos or audios and thought keeping it that way would be a good example for novice users. Don't frequently have such a repetitive set of tiddlers, such as these, but a

[tw] Re: NoteSelf mobile app ( well, kind of)

2017-01-18 Thread Adam Houston
Is it possible to load the gsd5 (or your forked copy https://github.com/danielo515/gsd5 ) into the NoteSelf Online edition? I have been interested in a gsd/dgsd/GTD type tiddlywiki that could sync individual tiddlers vs uploading the entire wiki as well as run on a mobile device. On

[tw] Re: TiddlyWiki user engagement

2017-01-18 Thread PJO
Hi Thomas, That made me laugh. Indeed, you are right, in any language (English is also not my first language but I get by). The Chinese say that a man will have to stand for a long time with his mouth open before a roast duck flies in. But all these links to things I haven't had time to keep

[tw] [TW5] Numbering Items With List Filter

2017-01-18 Thread michaelharrison619
I will apologize in advance if what I am asking for is either incredibly simple or outright impossible, but is there anyway to number Tiddlers when creating a list using the list filter option? I am aware lists of Tiddlers can be created with something like this: <$list

[tw] Re: What is most useful on GitHub?

2017-01-18 Thread PMario
Hi Jed, Github pages, deals nicely with tw.html files and custom domains. Git itself only stores the diffs, if you have concerns about disk space :) -m -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop

Re: [tw] Re: Lost work two times with tiddlywiki node version

2017-01-18 Thread Arlen Beiler
It sounds like server details would be good. This sounds like it could be related to the sync mechanism somehow, but we would need to know how the server is setup. On Jan 17, 2017 09:27, "Russell Cosway" wrote: > I have started to suffer this now. I am on a MacMini

[tw] Re: [TW5] Numbering Items With List Filter

2017-01-18 Thread Matthew Lauber
<$list filter="[!has[draft.of]tag[whatever]!sort[however]]"> #<$link to={{!!title}}><$view field="title"/> The empty line beneath the <$list> widget is important. On Wednesday, January 18, 2017 at 9:43:59 PM UTC-5, michaelha...@gmail.com wrote: > > I will apologize in advance if what I am

[tw] Re: [TW5] Numbering Items With List Filter

2017-01-18 Thread michaelharrison619
Yes, that is true, and shame on me for leaving it out. However, I have already tried something like: <$list filter="[!has[draft.of]tag[whatever]!sort[however]]"> #<$link to={{!!title}}><$view field="title"/> and I am afraid the result is: 1. Tiddler title A 1. Tiddler title B 1. Tiddler

[tw] Re: [TW 5] Two Way Update for Editing Non-Orphan Tiddlers' Title

2017-01-18 Thread Penguinlay
Example: After creating Test1 and Test2 tiddlers, I add a link to Test2 in Test1 using [[Test2]].

[tw] Re: [TW5] Numbering Items With List Filter

2017-01-18 Thread michaelharrison619
Mr. Mal, thank you for the original suggestion. Penguinlay and Thomas, thank you both for the clarification. I was missing the tags. Adding those has gotten it working. Again, thanks! -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To

Re: [tw] Re: Automatic backup

2017-01-18 Thread Arlen Beiler
Jeremy, Would there be a way to add an option to also download the file on every TiddlyFox save? I know it has to be in the downloads folder, but some users might consider that better than nothing. And can we do this in TiddlyWiki? I think so. Add the downloader as a high priority autosave, then

[tw] Re: What is most useful on GitHub?

2017-01-18 Thread Matthew Lauber
Oh and the nice thing is that each of the plugins can also have their own github pages site for their individual documentation. On Wednesday, January 18, 2017 at 9:57:02 PM UTC-5, Matthew Lauber wrote: > > I also like to setup a plugin library on github. You can look at >

[tw] Re: [TW5] Numbering Items With List Filter

2017-01-18 Thread Mr. Mal
<$list filter="[!has[draft.of]tag[whatever]!sort[however]]"> <$view field="title"/> Try this -- 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] Numbering Items With List Filter

2017-01-18 Thread Penguinlay
It worked fine for me. Here is a screenshot of mine. On Wednesday, January 18, 2017 at 7:51:39 PM UTC-8,

[tw] Re: [TW5] Numbering Items With List Filter

2017-01-18 Thread Penguinlay
If you combine Matthew's suggestion with Mr. Mal, you get the numbered list of links. <$list filter="[system[]]"> <$link to={{!!title}}><$view field="title"/>

[tw] Re: What is most useful on GitHub?

2017-01-18 Thread Matthew Lauber
I also like to setup a plugin library on github. You can look at https://github.com/mklauber/tw5-plugins to see how I'm making http://mklauber.github.io/tw5-plugins/. The important part is https://github.com/mklauber/tw5-plugins/tree/master/plugins/mklauber Each of my plugin repos are sub

[tw] Re: [TW5] Numbering Items With List Filter

2017-01-18 Thread michaelharrison619
Mr. Mal, thank you for the suggestion, but as far as I can tell that has only indented the list. Perhaps I have worded myself poorly, but I am hoping there is someway I can number a list of Tiddlers. On Wednesday, January 18, 2017 at 10:42:12 PM UTC-5, Mr. Mal wrote: > > > <$list

[tw] Re: [TW5] Numbering Items With List Filter

2017-01-18 Thread Thomas Elmiger
Hi Mr. Mal’s solution should work, here is some similar code that works for me: <$list filter="""[list[$:/StoryList]]"""> <$link to={{!!title}}><$view field="title"/> If this does not work in your wiki, then maybe you have something in the code above or below that has an undesired

[tw] Re: Transclude and Reveal question for a novice

2017-01-18 Thread Toddler Wiki
Tobias, Thank you for the response and the link to the schema tiddly. The way that template functions is really great. Your suggestion on changing the naming convention is also a really good one. However, the reasoning as to why a field would its own tiddler (independent of the table) is

[tw] TiddlyWiki user engagement

2017-01-18 Thread PJO
I dip in here now and then, and I'm sure I'm not the only person who does so. It's hard to keep track without checking in more frequently than I usually have time for. To give an example: I thought I saw a pinned message a while ago indicating that anyone using TiddlySpot needed to backup

Re: [tw] Re: Automatic backup

2017-01-18 Thread questorian
indeed Sir! Where can I lay my hands upon it? I know not of such speak of "Dev" mailing lists... -- 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] Re: Automatic backup

2017-01-18 Thread questorian
> However, some imminent technical changes to Firefox are going necessitate releasing a new version in the next few weeks, so this will finally be attended to. Did this happen? I have been patiently waiting ;) -- You received this message because you are subscribed to the Google Groups

[tw] Re: TiddlyWiki user engagement

2017-01-18 Thread Riz
Hi fellow mint user!! Technically most of what you mentioned is here. Alternatively, a blog with tags corresponding to topics such as I've > enumerated. Have you had a chance to drop into https://www.reddit.com/r/TiddlyWiki5/ ? If you can volunteer, I heard the guy running that thing

[tw] Lazy Loading does not pull requested tiddlers

2017-01-18 Thread Tony Grosinger
I am running my TiddlyWiki on NodeJS (v4.4.7) and because of a bunch of images I have added the load time has been slowing down. I am exploring enabling Lazy Loading but having some trouble getting it working. When I enable lazy loading, the search seems

[tw] Re: Transclude and Reveal question for a novice

2017-01-18 Thread Tobias Beer
Hi Toddler, I added a few more templates to: http://schema.tiddlyspot.com > A Client_Number field will be the same whether it is on the Client_Table > or the Account_Table. > Actually, I would think that in the client table it will probably be the primary key, perhaps *ClientKey* where as

[tw] Re: Transclude and Reveal question for a novice

2017-01-18 Thread Tobias Beer
Hi again, Toddler, I modified the template showing other fields of the same table to give you an example for revealing stuff using states, see... http://schema.tiddlyspot.com Best wishes, Tobias. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki"

[tw] Re: TiddlyWiki user engagement

2017-01-18 Thread Tobias Beer
Hi PJO, > It's hard to keep track without checking in more frequently than I usually > have time for. To give an example: I thought I saw a pinned message a while > ago indicating that anyone using TiddlySpot needed to backup their TWs as > it was closing. Now I see references to it as if

[tw] Re: TiddlyWiki user engagement

2017-01-18 Thread PJO
Thanks for catching that. Fixed. -- 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

[tw] Re: TiddlyWiki user engagement

2017-01-18 Thread PJO
Not a redditer and no time for that, sorry. Overall, your response (and thanks btw) just adds to the plethora of TW sites. I guess my feeling is that TW is all over the shop and it would be better off bringing as much as possible under one roof, except for the code. I searched Google Groups

Re: [tw] Re: Automatic backup

2017-01-18 Thread Jeremy Ruston
> On 18 Jan 2017, at 08:24, questor...@gmail.com wrote: > > > However, some imminent technical changes to Firefox are going necessitate > > releasing a new version in the next few weeks, so this will finally be > > attended to. > > Did this happen? I have been patiently waiting A couple

[tw] Re: Filtering a list with backwards regular expression

2017-01-18 Thread Ste Wilson
Hi sara, I don't suppose you'd consider putting your Wiki on tiddlyspot or uploading an example so I could have a look so set up could you? I kind of get what your doing but want to see how it works and then I can see if it's something which might be be benificial to my Wiki. Ste -- You

Re: [tw] Re: Automatic backup

2017-01-18 Thread PMario
On Wednesday, January 18, 2017 at 5:07:56 PM UTC+1, quest...@gmail.com wrote: > > indeed Sir! Where can I lay my hands upon it? > The TiddlyFox announcement is here: https://groups.google.com/forum/#!topic/tiddlywikidev/VqvGlnrfLjE have a look at:

[tw] Re: TiddlyWiki app idea

2017-01-18 Thread PMario
On Wednesday, January 18, 2017 at 12:52:28 PM UTC+1, Tobias Beer wrote: > > So the 1-click action is discussed, but not available yet. I personally >> prefer b). > > I think it would be easier to implement. I'll have a closer look. > > Tobias seems to prefer a). So we'll see :) > > > I have no

[tw] Re: TiddlyWiki user engagement

2017-01-18 Thread PMario
On Wednesday, January 18, 2017 at 3:59:19 PM UTC+1, PJO wrote: > > I wouldn't have to do this if there was a TiddlyWiki newsletter, which > could of course be hosted on a TiddlyWiki, with some summary info of, e.g. > >- Core developments > > see: It's in "dev speak" :)

[tw] Re: TiddlyWiki user engagement

2017-01-18 Thread PMario
On Wednesday, January 18, 2017 at 3:59:19 PM UTC+1, PJO wrote: > > I dip in here now and then, and I'm sure I'm not the only person who does > so. > > It's hard to keep track without checking in more frequently than I usually > have time for. To give an example: I thought I saw a pinned message

[tw] Re: TiddlyWiki user engagement

2017-01-18 Thread Thomas Elmiger
Hi PJO When I read your posts I am impressed by your will to contribute innovative ideas and by your metaphorical language, so allow me to answer in the same way—maybe this will sound strange as English is a foreign language for me. You make the impression of a man walking up in the mountains,

[tw] Re: TiddlyWiki user engagement

2017-01-18 Thread PJO
I understand. My point was just that it would be nice to get headline news in a digest form to stay abreast of news without checking in here all the time. How long before some pops up here asking about happened to TiddlySpace? -- You received this message because you are subscribed to the

[tw] Re: [TW5] Presenting ToDoNow – a Beta Version of my ToDo-List-Plugin

2017-01-18 Thread Tony Grosinger
Wow, I am so excited to see that someone else is using my tw5-checklist plugin. I will have to get back to working on that and fix up some of the bug reports and feature requests. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe

[tw] Re: [TW5] Presenting ToDoNow – a Beta Version of my ToDo-List-Plugin

2017-01-18 Thread Tony Grosinger
Thomas, It looks like there is only one ToDo list which can then have as many items as you want. Is there any way to have multiple lists? For example you might want a "work" list and a "home" list. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki"

[tw] Re: Transclude and Reveal question for a novice

2017-01-18 Thread Tobias Beer
Hi Again, Toddler... So, to solve your original request you basically do need to have one field per table in order to filter appropriately. In other words, you need to drop the pattern of listing all Tables a Field is being used in the Field tiddler. Instead, everyon Table.Field tiddler should

[tw] Re: [TW5] NEW plugin: tobibeer/sparkl for simple inline sparkline diagrams

2017-01-18 Thread Sylvain Naudin
Hi Tobias, Nice a good job as always :) I was not looking for this small graph like Dave, but it seem it's quite close to this render, just have a classic bar graph. What I was thinking, it's for example : I have a country per tiddler, with some custom fields, for example average retirement

[tw] Re: [TW5] Presenting ToDoNow – a Beta Version of my ToDo-List-Plugin

2017-01-18 Thread Thomas Elmiger
Hi Tony Your tw5-checklist plugin is great, a perfect fit for managing minor subtasks in my daily life! Thank you so much for sharing this! I have all my tasks in one list and filter them as "projects" by their tags. You can see an example with multiple projects and tasks here: