[tw] Re: How to display custom fields content in tiddler?

2016-07-04 Thread 'Mark S.' via TiddlyWiki
Yeah, that's me. Glad to hear it's working out for you. I've learned a bit since then, and could probably rewrite it now so it didn't need the export/import step. Have fun, Mark On Monday, July 4, 2016 at 5:11:24 PM UTC-7, LG wrote: > > Thanks, Mark! Btw, I've made a lot of great progress

[tw] Re: [TW5] Filtering out tag from tag list

2016-07-04 Thread William RENOU
Wasn't expecting it to be that simple. Big thanks for the quick reply :) Le mardi 5 juillet 2016 01:58:51 UTC+2, Mark S. a écrit : > > Since you know the name of the tag you don't want, you can subtract it out: > > <$list filter="[is[current]tags[]] >

[tw] Re: How to display custom fields content in tiddler?

2016-07-04 Thread LG
Thanks, Mark! Btw, I've made a lot of great progress using the CSV import (if you're the same Mark). It's taken a lot of time to get my CSV in gear, but it is working beautifully. I've combined it with the Timeline plugin. There's still some things I'm working out, but it's working beautifully.

[tw] Re: [TW5] Filtering out tag from tag list

2016-07-04 Thread 'Mark S.' via TiddlyWiki
Since you know the name of the tag you don't want, you can subtract it out: <$list filter="[is[current]tags[]] -[[filterTagNotToDisplay]]">{{||$:/core/ui/TagTemplate}} HTH Mark On Monday, July 4, 2016 at 4:49:48 PM UTC-7, William RENOU wrote: > > I am currently using a viewtemplate to display

[tw] [TW5] Filtering out tag from tag list

2016-07-04 Thread William RENOU
I am currently using a viewtemplate to display a list (filtered using a specific tag plus a few other operators) of tiddlers with their respective tags. I'm using the listWidget inside my main listWidget to display the tags of each Tiddler. <$list

[tw] Re: List data from a JSON DataTiddler [rookie] [TW5]

2016-07-04 Thread 'Mark S.' via TiddlyWiki
It says, buried in a note at the bottom of the Data Dictionary documentation: Note: *It is currently only possible to retrieve data from the immediate > properties of the root object of a JSONTiddler.* The attached file is not very robust, but you can try it. Backup your TW. Drag and drop

Re: [tw] Re: [TW5] Static Website Generation

2016-07-04 Thread David Gifford
Ok, James, here is an experimental site based on your website generator http://giffmex.org/moomoo/ One last question: why does the CSS only apply to the framework and not to the individual posts? What might I have done wrong? Dave On Mon, Jul 4, 2016 at 3:07 PM, David Gifford

[tw] Re: Future Proofness

2016-07-04 Thread 'Mark S.' via TiddlyWiki
The main problem I see, in terms of future-proofing, if you have followed the tiddler-semantic-unit philosophy, is that when you export your tiddlers they will be in little pieces that won't make sense to other information managers. The workaround is to export via aggregate pages as static

Re: [tw] Re: [TW5] Static Website Generation

2016-07-04 Thread David Gifford
ah never mind, I figured it out...put my file in the folder I downloaded, change example.html to my filename in the .bat file, and doubleclick the .bat file to run it. Sorry for my ignorance, a lot of this is new to me... Thank you very much, both for your help and for this great tool! Dave

Re: [tw] Browse widget

2016-07-04 Thread Jan
Hi Jeremy, Hi Mario Thank you for your replies and sorry for answering so late; I didn't see your replies earlier. This is strange because the name of the file seems to be printed in the tiddlertext right after the button. I wanted to use this to paste a relative link to a local videofile into

Re: [tw] Re: [TW5] Static Website Generation

2016-07-04 Thread David Gifford
How does on "run a batch file"? On Mon, Jul 4, 2016 at 2:46 PM, James Anderson wrote: > Briefly: > > > 3) Realized I needed to do this in node.js because it doesn't work from > a standalone TW5 file > > It works from a standalone file, or rather I have my blog and

[tw] List data from a JSON DataTiddler [rookie] [TW5]

2016-07-04 Thread Jens Georg Frøjk
I just need a very simple sample to show me, howto list the data values from a JSON DataTiddler. Say I have my JSON DataTiddler as: Title: JSONData1 [ {"LampNo":11,"Status":"off"}, {"LampNo":12,"Status":"on"}, {"LampNo":13,"Status":"on"} ] ___ Then, I came as far as this, in a normal tiddle:

[tw] Re: [TW5] Static Website Generation

2016-07-04 Thread James Anderson
Briefly: > 3) Realized I needed to do this in node.js because it doesn't work from a standalone TW5 file It works from a standalone file, or rather I have my blog and other notes in a single page TW. it's called notes.hta (you can see this in the batch file, it could be notes.html or whatever

[tw] Is there a way to suppress a link

2016-07-04 Thread Jan
Hi, Is there a way to suppress a link if you don't want it? It is not a camelcase but this construction which chops of day and month out of a datefield {{{ [split:list{!!release}] +[split:last[.]] }}} by help of the split-plugin( http://tobibeer.github.io/tw5-plugins/#split-Examples) which

[tw] Re: Exporting a list of tiddlers

2016-07-04 Thread 'Mark S.' via TiddlyWiki
Be sure to back up your files. This should allow you to put "yes" into an "exportme" field. Just copy it into a tiddler. Warning -- If you have a lot of tiddlers, the list might be long. !! Select tiddlers for export TitleExport? <$list filter="[all[tiddlers]!is[system]!is[shadow]sort[]]">

[tw] Re: [TW5] Static Website Generation

2016-07-04 Thread David Gifford
Hi James Thanks for responding. My actual question is, what do I do to export the tiddlers? I am a novice at all this. What button do I push? Dave On Thursday, April 23, 2015 at 4:23:22 PM UTC-5, James Anderson wrote: > > > I've posted on here and on the tiddlywikidev side a few times with >

[tw] Re: [TW5] Static Website Generation

2016-07-04 Thread James Anderson
The link died because i found a bug in my export code which caused the creation date of the article to change depending on the exporting computers timezone: http://phasersonkill.com/2015/04/23/creating-a-static-webpage-using-tiddlywiki.html My export batch file looks like this:

[tw] Re: Listfilder for backlinks for two titles?

2016-07-04 Thread 'Mark S.' via TiddlyWiki
Probably something in between. Like a button or section that will drop down to let you change. You would want a caption field, and a key word field so that images could be searched. But you wouldn't want the edit box to be open all the time, because it would be too easy to accidentally change

[tw] Re: [TW5] Static Website Generation

2016-07-04 Thread David Gifford
Okay, so 1) I found the phasersonkill instructions (a dead link, but I went to the general site and found the instructions there. 2) Figured out how to download the tiddlers from Github and get them into a standalone TW5, and played with it 3) Realized I needed to do this in node.js because

[tw] Re: Listfilder for backlinks for two titles?

2016-07-04 Thread Jed Carty
I did make a photo gallery at one point, but I am not sure I ever packaged it as a plugin by itself. You can see it here . Adding some ability to add notes to images is a good idea. Adding

Re: [tw] Re: TW5 as a better option than ePub.

2016-07-04 Thread Josiah Hincks
no idea what you are talking about :-). *Josiah Hincks* - jos...@assays.tv +39 392-635-5267 skype "beabonobo" - twitter "beabonobo" - linkedin "josiah hincks" www.flickr.com/assays - www.vimeo.com/assays On 4 July 2016 at

Re: [tw] Re: TW5 as a better option than ePub.

2016-07-04 Thread JN mag@gmail
That’s the rendering that TiddlyWiki gives you when it is viewed with JavaScript disabled. It’s not clear why that would be happening. The padlet service cannot forcibly disable JavaScript while serving the file over http(s); the only alternative I can think of is that the service is stripping

Re: [tw] Re: TW5 as a better option than ePub.

2016-07-04 Thread Jeremy Ruston
Hi John > On 4 Jul 2016, at 05:31, John Newell wrote: > > Hi there - I would love to provide templates as requested - except I have > come across a recent hurdle - I can't get a reliable delivery of the final > HTML file from server to iphone (etc) = my favoured "padlet"

[tw] Re: Exporting a list of tiddlers

2016-07-04 Thread Zaphod Beeblebrox
Thank You for this, Mark :) I *almost* grasp the Field concept, and that would work to hide the label from the user. Unfortunately, though, I haven't graduated to the point of understanding $lists in TW, yet. I see much interesting discussion about them, but I haven't had to delve into the

Re: [tw] Re: Listfilder for backlinks for two titles?

2016-07-04 Thread David Gifford
On Monday, July 4, 2016 at 12:17:46 AM UTC-5, Mark S. wrote: > > > > P.S. I guess the field/feature I would want in a photo gallery (and I'm > thinking more of personal use) is the ability to annotate. Sort of an > alternative to Adobe photo management or AC/DC. > > Mark: don't know if this is

Re: [tw] Re: Listfilder for backlinks for two titles?

2016-07-04 Thread David Gifford
Oh wow, that is nice, Mark! I will give that a try. That opens up all sorts of new ideas in my head. Dave On Mon, Jul 4, 2016 at 12:17 AM, 'Mark S.' via TiddlyWiki < tiddlywiki@googlegroups.com> wrote: > Hi Dave, > > So it looks like the way your code and/or template worked before (not sure >

[tw] Re: tiddlywiki - 2001

2016-07-04 Thread PMario
@Thomas, You are right. If I'm logged out I don't get anything useful. If I'm logged out, there is this link: https://github.com/search?l=JavaScript=desc=stars%3A%3E2000=searchresults=stars=Repositories=%E2%9C%93=100 Where we didn't scratch the Top 1000 projects yet :/ So there's only one

[tw] Re: Future Proofness

2016-07-04 Thread PMario
On Sunday, July 3, 2016 at 8:38:48 PM UTC+2, Bruno Wassermann wrote: > > What kinds of changes to the 'runtime environment' of TW would necessitate > changes to its codebase? > Short: Basically none. --- Long: You can change the TW codebase, using TW itself. Sharing your content