[tw] Re: Nested lists using tiddler titles as tags

2016-11-23 Thread Ivan Aparicio
I've been trying to make the an improvement; do you know how I could get the quarter tiddler to only display the areas for which there are tasks? I'm not sure how to put a conditional statement to trigger the line <$link>''{{!!title}}''. On Thursday, November 10, 2016 at 9:52:10 AM UTC, Jed Car

[tw] [TW5] Portability of a TW referencing external files

2016-11-23 Thread Bob Flandard
Hi, I'd like my TW to have a tiddler that contains a list of all the external files that are referenced within the TW. I'd like the TW to write that tiddler itself by searching within the text fields for all instances of [img[]], [ext[]], and searching for tiddlers tagged with "myTag" to extr

[tw] Re: [TW5] Another way to make multiple tag-like fields

2016-11-23 Thread Riz
Are you looking for: <$list filter={{!!myfield}}>{{||$:/core/ui/TagTemplate}} -- 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

[tw] [TW5] Iframe does not show up using Internet Explorer 11 / Edge

2016-11-23 Thread cmagnard
I'm using iframes inside tiddlers to show local html documents. This works without issue using Firefox, Chrome or Safari. With Internet Explorer 11 or Microsoft Edge, the iframe content stays empty. Does someone have an idea how to solve it? For example: In the tiddler: In *dummy.html* :

[tw] [TW5] Datebook or Journal for the new year

2016-11-23 Thread Greg Davis
Hi all! With the new year just around the corner, decided build a new datebook/journal TW rather than having it grow from scratch through the year again. There have been other solutions here including GTDs but just wanted something simple. Thought it might be good to share for the new / casual

[tw] Tiddlywiki node.js backups?

2016-11-23 Thread leeand00
If I'm doing a backup of Tiddlywiki 5.1.13, is it necessary to stop the tiddlywiki node.js daemon first? If it was a database that didn't support hot backup this would be necessary, but I'm uncertain about it considering it uses text files. Thank you, Andrew J. Leer -- You received this me

[tw] Re: [TW5] Popup transclusion on mouse over?

2016-11-23 Thread leeand00
Okay thanks Mat! On Saturday, 19 November 2016 12:55:49 UTC-5, Mat wrote: > > Here's a start. No idea if it is "the best" way and there's probably some > more native tw5 way that I can't think of right now because I'm temporarily > a bit out of the game. I hope you was the RevealWidget >

[tw] Re: [TW5] Iframe does not show up using Internet Explorer 11 / Edge

2016-11-23 Thread Christophe Magnard
I continued to look for a solution, found something not really usable, but maybe it can help someone understand... If I modify my *dummy.html* file by adding , the iframe shows up using IE / Edge (after restarting the browser). *dummy.html* is then: Test Test I al

Re: [tw] Re: [TW5] Iframe does not show up using Internet Explorer 11 / Edge

2016-11-23 Thread Jeremy Ruston
Hi Christophe Interesting. It certainly sounds like a security measure on Microsoft’s part to restrict iframes targeting local files. I wonder if you can turn the TW HTML file into some kind of privileged app by adding a manifest file? Best wishes Jeremy > On 23 Nov 2016, at 18:46, Christoph

[tw] Re: [TW5] Another way to make multiple tag-like fields

2016-11-23 Thread Jon
Hi Riz, That's closer - the right colour for the tag pills and there is a drop down to show the name of the tiddler (as the tag) but it doesn't show the tiddlers with the tag. Thanks Jon On Wednesday, 23 November 2016 12:46:31 UTC, Riz wrote: > > > > Are you looking for: > <$list filter={{!!my

[tw] Re: Tiddlywiki node.js backups?

2016-11-23 Thread PMario
On Wednesday, November 23, 2016 at 4:48:16 PM UTC+1, leeand00 wrote: > > If I'm doing a backup of Tiddlywiki 5.1.13, is it necessary to stop the > tiddlywiki node.js daemon first? > > If it was a database that didn't support hot backup this would be > necessary, but I'm uncertain about it conside

[tw] [TW5] Tag shortener macro

2016-11-23 Thread The Bo
Hey, I want to display tags of tiddlers in a list. Now I need a solution to shorten the tag name. I tried to build a macro similar to a macro I used before but I don't know how to get the "tag-variable". Maybe someone can help me with this. So far I have got this code: /*\ title: $:/macros/tag