[tw] Re: Using Macro Substitution as a filter parameter

2015-02-25 Thread Astrid Elocson
Hi Alan, Macro parameters are *not* parsed as WikiText until they are returned to a WikiText context. They're just inert strings of characters. This means your JavaScript is receiving strings that start with *{{* and end with *}}*. Only once the macro call has returned will its result be parsed

[tw] [TW5] Marking a tiddler as previously visited

2015-02-25 Thread Peter Miller
Is there a way to mark, e.g. tag, a tiddler as "visited" when it is opened so that you can subsequently list tiddlers that have not been opened/seen previously? I am thinking that this might be useful to students in tutorial-style wikis. -- You received this message because you are subscribed

[tw] Re: [TW5] Marking a tiddler as previously visited

2015-02-25 Thread Stephan Hradek
Could this experiment be something for learners? Go to http://tiddlywiki.com and create a new tiddler containing ! Sections to learn: <$list filter="[!is[system]!tag[learned]sort[]limit[10]]"> <$checkbox tag="learned"> <$view field="title"/> --- <$list filter="[tag[learned]!sort[modified]lim

[tw] Re: [TW5] Marking a tiddler as previously visited

2015-02-25 Thread Peter Miller
Many thanks, Stephan. Not quite what I was looking for but it certainly looks useful, especially for revision purposes. On Wednesday, February 25, 2015 at 10:00:56 AM UTC, Peter Miller wrote: > > Is there a way to mark, e.g. tag, a tiddler as "visited" when it is opened > so that you can subseq

[tw] Re: [TW5] Marking a tiddler as previously visited

2015-02-25 Thread Stephan Hradek
Am Mittwoch, 25. Februar 2015 12:15:29 UTC+1 schrieb Peter Miller: > > Many thanks, Stephan. Not quite what I was looking for but it certainly > looks useful, especially for revision purposes. > Thank you for asking that question as it made me think a bit about it and I realized: It should be

Re: [tw] Re: InfiniTiddly (or, Rich Shumaker is evil) ;-)

2015-02-25 Thread David Gifford
Hi Rich Yeah I knew there would be no way to access the data from my central TW. But since you can click links and open tag pills, I thought there might be a way to click a button in a tiddler in the viewed file, and have it execute an action of "grab permalink, and open it in new tab." Does the

[tw] Why are some entries in TOC bold and others not?

2015-02-25 Thread Bill Denbigh
If you take a look at the help for the TOC macro at the bottom of here: http://tiddlywiki.com/static/TableOfContentsMacro.html elements of the example are bolded first, second and third for example and also secondthreeone whereas parts are not, secondone and secondtwo. Can anyone help me with

[tw] Re: Using Macro Substitution as a filter parameter

2015-02-25 Thread Alan Finger
Got it. How can I pass variable data to a Javascript macro, then? Alan On Wednesday, February 25, 2015 at 3:53:02 AM UTC-5, Astrid Elocson wrote: > > Hi Alan, > > Macro parameters are *not* parsed as WikiText until they are returned to > a WikiText context. They're just inert strings of characte

Re: [tw] [TW5] Formatting text and other features

2015-02-25 Thread alemim
Thank you Andreas! This is exactly what I meant! Sorry for the confused post! I'm going to try to use your suggestion Thanks Alessia Il giorno mercoledì 25 febbraio 2015 05:50:48 UTC+1, Andreas Hahn ha scritto: > > Hi Alessia, > > I believe you are looking for a visual editor. There is no stabl

[tw] TW5 Sortable Tables

2015-02-25 Thread reaktorblue
I have been searching for a way to create tables in TW5 in such a way that when clicking on the table header, it will sort the table by that column. There was a plugin to do this in TWC but I have not been able to find any way to do this in the current TW5. Has anyone seen a plugin or does anyon

Re: [tw] [TW5] Formatting text and other features

2015-02-25 Thread 'Stephen Kimmel' via TiddlyWiki
On Wednesday, February 25, 2015 at 8:49:50 AM UTC-6, ale...@gmail.com wrote: > > Thank you Andreas! > > This is exactly what I meant! Sorry for the confused post! > I'm going to try to use your suggestion > Thanks > Alessia > Alessia, One or two caveats about the experimental editor Andreas men

[tw] Re: InfiniTiddly (or, Rich Shumaker is evil) ;-)

2015-02-25 Thread Jed Carty
>From what I understand the TW Aggregator gets bigger, but it only takes data like the title, creation date and creator from each tiddler so it shouldn't get too much larger unless you have a huge number of tiddlers in it. -- You received this message because you are subscribed to the Google G

[tw] Re: TW5 Sortable Tables

2015-02-25 Thread Jed Carty
There is a site that has some things it says works, but it doesn't work for me, I am not sure why but you can check it out and see: http://braintest.tiddlyspot.com/#Inline%20editable%20tables Otherwise you can do it without too much trouble using html: <$button class='tc-btn-invisible'

[tw] Re: Why are some entries in TOC bold and others not?

2015-02-25 Thread Jed Carty
There are two reasons this can happen. First, and the reason it happens in the examples you linked to, is that in most (possibly all) of the built in table of contents macros have layers in the hierarchy alternating between bold and normal text. So in that example all of the items in the root l

[tw] Re: Using Macro Substitution as a filter parameter

2015-02-25 Thread Jed Carty
The $macrocall widget should do what you want. It is supposed to evaluate inputs before passing them to a macro. Alternately you can use set widgets and macros: \define thisMacro() > <> > \end > > <$set name=macroinput value=somevalue> > <> > > This should evaluate pass the variable correctly.

[tw] Re: InfiniTiddly (or, Rich Shumaker is evil) ;-)

2015-02-25 Thread RichShumaker
When you use _canonical_uri you are including the entire X or Y. So if it is an image you get the whole image. If it is a website you get the website the way it is designed, some dynamically load, TW HTML loads in the entirety. So if you take 5 TW's and put them all inside a TW using _canonical_

Re: [tw] Twitter feed

2015-02-25 Thread Jeremy Ruston
Hi Dave It is possible, but the process is a little involved: 1. Visit https://twitter.com/settings/widgets while logged in to Twitter 2. Click the "Create New" button at the top right 3. Configure the widget as you like 4. Click the "Create Widget" button 5. Copy the generated HTML code to the c

Re: [tw] Twitter feed

2015-02-25 Thread David Gifford
Thanks Jeremy, I will try that today or tomorrow and let you know how it went. Dave On Wed, Feb 25, 2015 at 2:17 PM, Jeremy Ruston wrote: > Hi Dave > > It is possible, but the process is a little involved: > > 1. Visit https://twitter.com/settings/widgets while logged in to Twitter > 2. Click t

Re: [tw] Twitter feed

2015-02-25 Thread David Gifford
Hey that was easy! Thanks a lot! Here is the result: http://www.giffmex.org/aboutus/index.html#Twitter%20feed Note that our site is now a TiddlyWiki. Check out also http://www.giffmex.org/aboutus/index.html#TiddlyWiki Dave On Wed, Feb 25, 2015 at 2:55 PM, David Gifford wrote: > Thanks Jeremy,

Re: [tw] Twitter feed

2015-02-25 Thread Jeremy Ruston
Hi Dave Great, your site looks excellent with the custom font, too. Best wishes Jeremy On Wed, Feb 25, 2015 at 10:15 PM, David Gifford wrote: > Hey that was easy! Thanks a lot! Here is the result: > http://www.giffmex.org/aboutus/index.html#Twitter%20feed > > Note that our site is now a Tidd

[tw] [TW5] adjacent transcluded tiddlers - how to show title?

2015-02-25 Thread Jon
Hi, I'm using this to show two tiddlers side by side |<$transclude tiddler="tiddlerA" mode="block"/>|<$transclude tiddler="tiddlerB" mode="block"/>| How do I also include their titles? Thanks, Jon -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" grou

[tw] Re: [TW5] adjacent transcluded tiddlers - how to show title?

2015-02-25 Thread Mat
I'm probably misunderstading your question but; | tiddlerA | tiddlerB | |<$transclude tiddler="tiddlerA" mode="block"/>|<$transclude tiddler="tiddlerB" mode="block"/>| On Wednesday, February 25, 2015 at 10:47:39 PM UTC+1, Jon wrote: > > Hi, > > I'm using this to show two tiddlers side by side

[tw] Re: [TW5] adjacent transcluded tiddlers - how to show title?

2015-02-25 Thread Jed Carty
In general transcluded tiddlers don't show their titles. I don't think that there is an option for the transclude widget to show the title when transcluding the whole tiddler. You can get a tiddlers title by either <$view tiddler='tiddlerA' field='title'/> or <$transclude tiddler='tiddlerA' fie

[tw] [TW5] Some simple date macros

2015-02-25 Thread Jed Carty
I made some simple date macros that give the time between two dates and one that will add (or subtract) a specific amount of time to the current date. For some reason whenever I use new Date(); the object returned says it is 22 days ago.

[tw] Re: InfiniTiddly (or, Rich Shumaker is evil) ;-)

2015-02-25 Thread David Gifford
Thanks Rich. But, just making sure, the canonical_uri and the objectframe only add the TW file *while the tiddler is open*, and it disappears when the tiddler is closed, right? So if I had a dozen object frames to one site each, but only opened one at a time, I would not be using 12x the space

[tw] tw5, nod.js, and dropbox

2015-02-25 Thread Rich
Hi, I have a single user TW5 set up on node.js in a mixed linux and windows environment (and occasionally android). I noticed that when I make changeson my home computer, the new tid files get backed up in dropbox no problem, but the changes do not show in the my work computer node.js TW even

[tw] For Hire

2015-02-25 Thread Gabriel Franklin
I would like to build a simple TW but can't do it on my own. I need a TW to save all my bits of info. Something like this: http://wikis.healthwealthandmusic.co.uk/homepage.html only just the Index section & the left navigation panel. Yes, I'm aware it's the Classic version, it's just to serve

Re: [tw] Re: [TW5] External individual tiddlers via iframes?

2015-02-25 Thread Mat
On Sunday, November 23, 2014 at 9:55:42 AM UTC+1, Jeremy Ruston wrote: > What we really need is "remote transclusion", where TiddlyWiki dynamically > loads remote content as tiddlers. That means that the remotely loaded > content will be available to list widgets and so on. All we need is a CO

Re: [tw] Advice for maxing the width?

2015-02-25 Thread David Gifford
Hi Andreas, thank you, that worked splendidly! On Tue, Feb 24, 2015 at 10:42 PM, Andreas Hahn wrote: > Hi Dave, > > TiddlyWiki automatically expands the width of a tiddler to 100%, when the > sidebar is hidden (or the screen isn't wide enough). To limit that, you > can, as you said, set max-wid

Re: [tw] Twitter feed

2015-02-25 Thread David Gifford
Thanks Jeremy! On Wed, Feb 25, 2015 at 3:29 PM, Jeremy Ruston wrote: > Hi Dave > > Great, your site looks excellent with the custom font, too. > > Best wishes > > Jeremy > > > On Wed, Feb 25, 2015 at 10:15 PM, David Gifford > wrote: > >> Hey that was easy! Thanks a lot! Here is the result: >> h

[tw] Re: For Hire

2015-02-25 Thread PMario
As you point out your example page is TiddlyWiki classic but you want a TW5 page for your new project. right? -m -- 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 t

[tw] Re: [TW5] adjacent transcluded tiddlers - how to show title?

2015-02-25 Thread Eric Shulman
On Wednesday, February 25, 2015 at 1:47:39 PM UTC-8, Jon wrote: > > I'm using this to show two tiddlers side by side > |<$transclude tiddler="tiddlerA" mode="block"/>|<$transclude > tiddler="tiddlerB" mode="block"/>| > How do I also include their titles? > Try this: First, create a tiddler named

[tw] Re: tw5, nod.js, and dropbox

2015-02-25 Thread PMario
On Wednesday, February 25, 2015 at 11:54:52 PM UTC+1, Rich wrote: > > Hi, I have a single user TW5 set up on node.js in a mixed linux and > windows environment (and occasionally android). I noticed that when I make > changeson my home computer, the new tid files get backed up in dropbox no > pr

[tw] Re: [TW5] Some simple date macros

2015-02-25 Thread PMario
hmm, <> ... 1 <> ... 2 ... your description says this is the 1st of March <> ... 3... I must have been missing this extra day :) -m -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails

[tw] Re: [TW5] Some simple date macros

2015-02-25 Thread Jed Carty
Yeah, some of the things I have tested since posting that have been missing a few days and stuff like you are showing. I have been trying to figure out why since it is just using the internal javascript date objects, which are what the now macro uses. -- You received this message because you a

[tw] Re: [TW5] Some simple date macros

2015-02-25 Thread PMario
Imo there is a rounding problem: var days_diff = Math.floor(elapsed/dayMS); -m -- 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...@googlegr

Re: [tw] Re: For Hire

2015-02-25 Thread Gabriel Franklin
If my only option is Classic I'm sure it'll do just fine, but since we are at TW5 I might as well go with that if it's available. On Wed, Feb 25, 2015 at 7:46 PM, PMario wrote: > As you point out your example page is TiddlyWiki classic but you want a > TW5 page for your new project. right? > -m

[tw] Re: [TW5] Some simple date macros

2015-02-25 Thread Jed Carty
Well, one problem is that to go from 1- to 0-based indexing you subtract one not add one like I was doing. So there is that. The macro was treating your example as going from March to April instead of February to March. I fixed that error at least, now to track down all the others. -- You rece

[tw] Re: tw5, nod.js, and dropbox

2015-02-25 Thread Rich
Thanks Mario. the restart thing will work for now, but my problem is I always forget this sort of thin and get things out of sync. If I write something new before the restart and refresh, will it merge everything from the older changes if I then remember to restart? It seems like it should a

[tw] Re: InfiniTiddly (or, Rich Shumaker is evil) ;-)

2015-02-25 Thread RichShumaker
I do believe that canonical_uri loads only when you go to that tiddler. So if you open one at a time then it loads that data one at a time. What I don't know is if you then reload after you close the Tiddler or if that is buffered or cached? Again I know how it works just have not tested to see wh

Re: [tw] Re: [TW5] How to export image files

2015-02-25 Thread RichShumaker
As an FYI I tried to WGET my TW5 and the file downloaded, d'oh!!! Since it is a single HTML file there was no spidering for the images. Although all my images were canonical_uri so that might have been the reason but I don't think so. Oh and a download all im

Re: [tw] Re: [TW5] Expandable task list with adjustable priorities to provide ordering

2015-02-25 Thread Matthew Petty
That's it! Thank you so much, this is perfect, and it's made me understand some more about fields and so on. Thanks, and have a great day, Matthew Abu Dhabi On Wed, Feb 25, 2015 at 4:30 AM, Alberto Molina wrote: > Hi Matthew, > > Sorry for the late answer. I haven't seen your post until now. > >

[tw] Re: [TW5] adjacent transcluded tiddlers - how to show title?

2015-02-25 Thread Jon
Hi, Thanks for the replies and that worked perfectly, Eric. Regards Jon On Thursday, 26 February 2015 00:48:49 UTC, Eric Shulman wrote: > > On Wednesday, February 25, 2015 at 1:47:39 PM UTC-8, Jon wrote: >> >> I'm using this to show two tiddlers side by side >> |<$transclude tiddler="tiddlerA" m

[tw] [TW5] Open tiddler in full width

2015-02-25 Thread Jon
Hi, I suspect this is very simple to do but I can't find anything from searching on the forum. I just want to have a tiddler open in full width mode (hiding the sidebar), or apply CSS to do the same. Thanks, Jon -- You received this message because you are subscribed to the Google Groups "T

[tw] Re: [TW5] Some simple date macros

2015-02-25 Thread PMario
On Thursday, February 26, 2015 at 3:07:47 AM UTC+1, Jed Carty wrote: > > Well, one problem is that to go from 1- to 0-based indexing > I see :) .. I didn't have a look at the code. If I see date based calculations, I always play with those dates, or at least February. Since it's most likely to