Re: [tw] Re: Showing a list of tiddlers incl value from a specific field

2017-03-06 Thread Tony P
On 7/03/2017 5:13 PM, Jed Carty wrote: The direct answer to your question is you do this Thanks Jed, that's just about perfect. I like the look of your task list plugin too. Tony -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To

[tw] Re: Showing a list of tiddlers incl value from a specific field

2017-03-06 Thread Jed Carty
The task list plugin I made may be helpful (http://inmysocks.tiddlyspot.com/#%24%3A%2Fplugins%2Finmysocks%2FTaskList%2FUpgraded%20Task%20List) I am working on updating and moving all my plugin to the newer ooktech site, this one hasn't been done yet. I will try doing this one later today. The

[tw] Showing a list of tiddlers incl value from a specific field

2017-03-06 Thread Tony P
An easy question for old TiddlyWikkers, hopefully. I have a number of tiddlers with a specific tag (eg "todo"), and a "summary" field which is a 1-line reminder of what's in the tiddler. How can I create a list of these tiddlers, linked on their title but also showing the value of the

[tw] Re: [TW5] Plugin update: Autosave for EditorCounter – Never lose hours of work again

2017-03-06 Thread David Szego
You're right, that didn't sound so clear! I'd like to be able to select which tags indicate that this Tiddler should *not* get auto-saved. For instance, all $:/ (system) tags, or "plugins" or "noAuto", or such. This would let me ensure that I don't auto-save halfway through writing code,

[tw] TW5 Red Screen of Death suggestions

2017-03-06 Thread tejjyid
I feel I have particular expertise in the matter of the RSOD. I have some suggestions that would ease my pain, improve my productivity and I feel sure generalize to others: 1.) A cancel button on the top of the ?modal box? so that I can get rid of it without changing my screen size / scrolling

[tw] Re: Converting Tiddlywiki Wikitext to Markdown

2017-03-06 Thread Leopold Bloom
Markdown doesn't have easy way to represent wikilinks, true, but I'll be okay with either Dokuwiki or Mediawiki wikitext formats. I use the following formatting devices mostly: links, code blocks, in-line

Re: [tw] New Powerpoint-Style presentation-mechanism ready for testing

2017-03-06 Thread Jan Johannpeter
Hi Thomas, thanks for your feedback...after all this is possible only because of your extract-macro. I just solved the EditToolBar-button-problem... Finally it is comfortable to set the tags for the slides. It would be great if you had a look on $:/macros/slidesnstories/Template. This should

[tw] Vivaldi Browser - Shameless Publicity

2017-03-06 Thread Duarte Farrajota Ramos
Hey guys have you heard about the Vivaldi browser ? By searching here I only found a handful of fleeting mentions in the forum, mostly amidst troubleshooting posts, so I thought i'd make a more formal introduction. Please forgive the shameless publicity (I am not

[tw] TiddlyWiki 5 Style using local font file

2017-03-06 Thread Duarte Farrajota Ramos
After lots struggling, searching and researching, I finally found a working solution, which I am posting it here just for future reference to help out anyone who might want to do the same. I have seen several posts here about using custom fonts under TiddlyWiki 5 most focus on external third

[tw] New Powerpoint-Style presentation-mechanism reay for testing ..and a questionregarding the linkcatcher

2017-03-06 Thread Thomas Elmiger
Hi Jan, Great to see your progress and demo! I still like the remote control very much, but also that the presentation stays readable on mobile. You are right, text and design could use a bit polishing. And new users of the plugin would probably profit from a tutorial, maybe a video … I

[tw] Re: TW5 View Template when displaying in tabs?

2017-03-06 Thread Lost Admin
On Friday, March 3, 2017 at 2:12:28 PM UTC-5, Mark S. wrote: > > Looking at the documentation, it appears that you can provide a template > for transcluding the content of the tabs. Then, inside the template, you > can access the current tab as variable currentTab. Perhaps that is useful >

Re: [tw] TiddlyWiki behind Apache as /zwiki/

2017-03-06 Thread Xavier Cazin
Hi Eric, By any chance, did you load the mod_proxy_http module in addition to mod_proxy? This is mandatory and I've been caught several times by this one. Also, I systematically set: Order Deny,Allow Allow from all Best, X. -- Xavier Cazin On Mon, Mar 6, 2017 at 2:38 PM, Eric

[tw] End Users. Hymns ...

2017-03-06 Thread Josiah
Just a simple observation ... In the several months now I have been @TiddlyTweeter the single most repeated interest in TiddlyWiki by end-users has come from GAMERS. Gamers find it excellent for planning game campaigns. Its flexibility matches their needs

[tw] TiddlyWiki behind Apache as /zwiki/

2017-03-06 Thread Eric Stephens
I am trying to run the server on an existing Node.js box we have other applications running on. Can some help me with the Apache magic to get the ajax calls working? Or it may be the pathprefix does not work as I hoped. http://tiddlywiki.com/static/ServerCommand.html Here's my start command:

Re: [tw] TWShell

2017-03-06 Thread PMario
On Sunday, March 5, 2017 at 9:38:00 AM UTC+1, Jeremy Ruston wrote: > > >1. A single installer is required for all the necessary starting >components and settings, including: Node.js, tiddlywiki, git, >tortoisegit (if necessary), etc. for main operational systems. > > Mario has done

[tw] New Powerpoint-Style presentation-mechanism reay for testing ..and a questionregarding the linkcatcher

2017-03-06 Thread Jan
Hello everybody, it is no plugin yet but you can test it. Just press the launchbutton for the SliceShowDemo on http://slidesnstories.tiddlyspot.com/#SliceShowDemo Enjoy Jan By the way... I still got the same questions regarding the EditorToolBar Button to mark the slides... I made another

[tw] Re: Converting Tiddlywiki Wikitext to Markdown

2017-03-06 Thread PMario
Hi Leopold, There is no automagic way to achieve this. So you'll need to do manual "find and replace" magic. ... You can split your tiddlers into single files, use an external text editor and do global search and replace, which should be pretty fast. ... But you need to be careful. markdown

[tw] Re: Simple Javascript insertion in tiddlers (text/vnd.tiddlywiki)

2017-03-06 Thread PMario
On Monday, March 6, 2017 at 11:20:58 AM UTC+1, tejjyid wrote: > > Edge cases > There are 11 js macros in the core and 860 macro \define statements in the UI and templates. ~200 of them are duplicated in the language editions. So macros are all over in the core, and we only had 11

[tw] Re: Simple Javascript insertion in tiddlers (text/vnd.tiddlywiki)

2017-03-06 Thread tejjyid
Edge cases I can see that you might be able to do a lot with the wiki-text macros, but ... for anything complex they get pretty *unreadable pretty quickly! And it's not like they use a language you might use somewhere else. IMO, more, not less, use should be made of JS macros. I'm just