[tw] Re: Tiddlywiki 5: Adding Plugins

2014-11-26 Thread PMario
Hi Ross, The systemConfig tag was needed for TiddlyWiki-classic. ... This doesn't work anymore. The plugin mechanism in TW is different now. As Brithe wrote, dragging a plugin from one TW to the other should work now. Saving and reloading is still needed. Have a look at:

[tw] Re: Tiddlywiki 5: Adding Plugins

2014-11-26 Thread PMario
I forgot to mention, that TWc plugins don't work with TW5. -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...@googlegroups.com. To post to

[tw] TW5 how to define global variables

2014-11-26 Thread Danielo Rodríguez
Hello, I was thinking that is horrible while developing a plugin to remember all the tiddler names and remember where do you use them. If you have to change one (because I'm horrible giving names) you have to change it in all the places where the plugin uses it and you have to remember that

Re: [tw] TW5 how to define global variables

2014-11-26 Thread Jeremy Ruston
Hi Danielo If your plugin needs to create global variables you should do so in the $tw namespace. For example: $tw.plugins.danielo515.mysuperplugin.MY_CONSTANT You'd create the global with something like this: $tw = $tw.plugins || {}; $tw.plugins.danielo515 = $tw.plugins.danielo515 || {};

Re: [tw] TW5 how to define global variables

2014-11-26 Thread Danielo Rodríguez
Hello Jeremy, For the code part I'm using a library module holding all the constants inside a config object. But I will think about your proposal I was talking about variables to be used within wiki-text. Sorry for not be clear El miércoles, 26 de noviembre de 2014 09:53:04 UTC+1, Jeremy

Re: [tw] TW5 how to define global variables

2014-11-26 Thread Jeremy Ruston
Ah, I see what you mean. Don't forget that macros are in fact implemented as variables. So a global macro is in fact a global variable. But I'm not sure that this is a good use of variables. You're replacing the need to remember a tiddler title with the need to remember a variable name. I think

Re: [tw] [TW5] Popups inside tables

2014-11-26 Thread Jeremy Ruston
Hi Danielo What do I need to do with the sample file in order to see the problem? Best wishes Jeremy. On Wed, Nov 26, 2014 at 7:52 AM, Danielo Rodríguez rdani...@gmail.com wrote: Hello Jeremy, Here you have an example (attached html) El martes, 25 de noviembre de 2014 21:39:26 UTC+1,

Re: [tw] [TW5] Popups inside tables

2014-11-26 Thread Jeremy Ruston
OK I figured it out - the popup is displayed by clicking the cloud icon. You can fix this by styling the table position:relative; to ensure that the positions of both the button and the dropdown are made relative to the table. Best wishes Jeremy. On Wed, Nov 26, 2014 at 9:22 AM, Jeremy Ruston

[tw] Re: [TW5] First demo of the graph search is out

2014-11-26 Thread Felix Küppers
Hi @Tobi @Mario, thanks guys. Still, it's really not done yet. I need to color the tiddlers that represent the search result red (or some other color). And do some optimization. There are also many features in the background that I haven't documented yet. I think I also need a feature

[tw] Re: What first attracted you to Tiddlywiki?

2014-11-26 Thread Felix Küppers
Hi, Stephen, I posted this somewhere else, but this is how I decided to use tw. 1. It began when I started searching for a note-taking tool. 2. I *didn't want to install* a wiki or some application on my desktop. 3. The program should be *portable on a usb-stick*... but how can I

Re: [tw] [TW5] Auto-Generated TopBar With Icons — Ordering?!?

2014-11-26 Thread Jeremy Ruston
Hi Tobias You'll see that the current tiddler is blank when the tiddler is displayed as the topbar. That's the problem: you're requesting the list field of the current tiddler, and the current tiddler is blank when you're in the top bar. That's highy confusing and quite a constraint

Re: [tw] [TW5] How to change the default content type for journal entries?

2014-11-26 Thread Jeremy Ruston
Hi Gerald Thanks for the response Jeremy. I tried doing it but it doesn't seem to work. When I click on the new button it doesn't use the preset default type. My apologies, you should also tag the tiddler $:/tags/PageControls. Best wishes Jeremy The default content type should probably

[tw] Re: [TW5] First demo of the graph search is out

2014-11-26 Thread Danielo Rodríguez
Felix, What does the view shows exactly? The matched tiddler and its relations or only the matched tiddlers? If it is the first thing maybe you should give a different color to the matched tiddler. Regards. El miércoles, 26 de noviembre de 2014 10:30:16 UTC+1, Felix Küppers escribió: Hi

[tw] Re: [TW5] First demo of the graph search is out

2014-11-26 Thread Felix Küppers
What does the view shows exactly? The matched tiddler and its relations or only the matched tiddlers? If it is the first thing maybe you should give a different color to the matched tiddler. Hi Danielo, yes, this is what I meant in my post above -- You received this message because

Re: [tw] [TW5] Popups inside tables

2014-11-26 Thread Danielo Rodríguez
That's it! I read about positions a while ago. In fact I wrote a small entry in my personal wiki, but I did not relate this problem to that information.Thank you Jeremy to address the source of the problem. Working now El miércoles, 26 de noviembre de 2014 10:27:19 UTC+1, Jeremy Ruston

Re: [tw] [TW5] Popups inside tables

2014-11-26 Thread Danielo Rodríguez
Just to be clear, the relative position should be set on the element you want to ac as a parent. So if you want it on a cell, set the position:relative of the cell element. If you do it only, for example, with the table, all the popups within the table will float to the top of the table.

[tw] [TW5]Selection to new tiddler ? or split a tiddler to smaller tiddlers ?

2014-11-26 Thread laurent dugois
Hello all, first post here... I'm getting started on TW5, loving it, and I'm trying to adapt my workflow and TW5 to each other. I typically create a daily dump of notes as pure text in MarkDown format, and would like to have a setup where I could simply import this in TW5 as a raw journal

Re: [tw] [TW5]Selection to new tiddler ? or split a tiddler to smaller tiddlers ?

2014-11-26 Thread Jeremy Ruston
Hi Laurent Great to hear you're enjoying TiddlyWiki. Thanks also for sharing your workflow, it's always interesting hearing how people are using TiddlyWiki. is there a 'simple' way, running in a browser, to select a part of a tiddler (my daily dump) and create another tiddler containing just

[tw] Re: Google Analytics to TW5

2014-11-26 Thread Vinayak Naik
I installed the Google Analytics plugin and set the domain and the ID as per my settings. I am not hosting my wiki on tiddlyspot. I am not seeing any analytics in my Google Analytics dashboard. I am hosting my wiki at http://www.iiitd.edu.in/~naik Am I making any mistake? - Vinayak On

[tw] Re: [TW5] How to change the default content type for journal entries?

2014-11-26 Thread laurent dugois
I tried your suggestion and I think there's a very small typo and the type field is in the wrong place, should be on the line above, like so \define journalButton() $button tooltip={{$:/language/Buttons/NewJournal/Hint}} aria-label={{$: /language/Buttons/NewJournal/Caption}}

Re: [tw] Re: Google Analytics to TW5

2014-11-26 Thread Jeremy Ruston
Hi Vinayak I don't see an obvious mistake; looking in the browser dev tools it seems that Google Analytics is being loaded correctly, and your configured values look OK. I do remember that it took a some time (maybe 12 hours) for stats to show up for me for tiddlywiki.com when I first set it up.

Re: [tw] Re: [TW5] How to change the default content type for journal entries?

2014-11-26 Thread Jeremy Ruston
Hi Laurent I tried your suggestion and I think there's a very small typo and the type field is in the wrong place, should be on the line above, like so My apologies, you're quite right, I made an unfortunate typo. Many thanks, Jeremy On Wed, Nov 26, 2014 at 11:42 AM, laurent dugois

[tw] [TW5] auto/procedural tagging ?

2014-11-26 Thread laurent dugois
Hi again, I'm wondering if there is a way to get some automatic tagging in TW5 ? I typically import paragraphs of raw text (in MarkDown format), with some hashtags inline. I can drag and drop that raw text to a new TW5 tiddler and it works great, and set the type to text/x-markdown (by the way

[tw] Re: [TW5]Selection to new tiddler ? or split a tiddler to smaller tiddlers ?

2014-11-26 Thread laurent dugois
many thanks for the super fast and useful answer Jeremy ! -laurent -- 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

Re: [tw] [TW5] auto/procedural tagging ?

2014-11-26 Thread Jeremy Ruston
Hi Laurent TiddlyWiki5 defines upgrader modules that are given the chance to process tiddlers as they are imported. Such a module could be written that does the parsing you suggest, sets tags, and sets the correct content type. The difficulty is that upgrader modules are invoked for every

[tw] Re: [TW5] auto/procedural tagging ?

2014-11-26 Thread laurent dugois
The difficulty is that upgrader modules are invoked for every imported/upgraded tiddler. So your parsing would be repeated each time you upgrade TW to a new version. I could live with that, if the parsing is clever enough to not add the same tags multiple times -- and upgrading TW to a

Re: [tw] [TW5] auto/procedural tagging ?

2014-11-26 Thread Danielo Rodríguez
Hello Jeremy Maybe it should only be parsed if there is no tags set and the tye is set to markdown. Maybe it's better to update the tags on display. This can be easily accomplished with a widget that process the current tiddler content and tags it accordingly -- You received this message

Re: [tw] TW5 how to define global variables

2014-11-26 Thread Danielo Rodríguez
Hello Jeremy That is what I did. Anyway we have different points of view of the same thing. Maybe your proposal is cleaner but my way is shorter. Regards. -- You received this message because you are subscribed to the Google Groups TiddlyWiki group. To unsubscribe from this group and stop

[tw] Re: [TW5]Selection to new tiddler ? or split a tiddler to smaller tiddlers ?

2014-11-26 Thread Ton Gerner
Hi Laurent, Since you miss TiddlySnip, have a look at [1] Cheers, Ton [1] http://tiddlyclip.tiddlyspot.com/ On Wednesday, November 26, 2014 1:03:39 PM UTC+1, laurent dugois wrote: many thanks for the super fast and useful answer Jeremy ! -laurent -- You received this message because you

[tw] Re: [TW5] First demo of the graph search is out

2014-11-26 Thread Danielo Rodríguez
Sorry, I missed your post above. Regards. -- 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

Re: [tw] Re: [TW5] auto/procedural tagging ?

2014-11-26 Thread Jeremy Ruston
Hi Laurent I guess a negative effect would indeed be that TW updates would take significantly longer because of this processing, but again I don't have thousands of tiddlers, I may end up with a few hundreds, but again I think I could live with that performance hit. I don't think that would be

Re: [tw] [TW5] auto/procedural tagging ?

2014-11-26 Thread Jeremy Ruston
Hi Danielo Maybe it should only be parsed if there is no tags set and the tye is set to markdown. Indeed, tight filtering is essential; the upgrader module would be invoked for JS modules, for example, which clearly shouldn't be processed. Maybe it's better to update the tags on display.

[tw] Re: [TW5]Selection to new tiddler ? or split a tiddler to smaller tiddlers ?

2014-11-26 Thread laurent dugois
Since you miss TiddlySnip, have a look at [1] thank you thank you thank you -- this is great ! -laurent -- 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] TW5 the list of search results (i.e., matching tiddlers) appears to be truncated.

2014-11-26 Thread steve
Tobias I agree. The one other thing that I might wish for would be to show a second list of tags that contain, but do not start with the search string. Steve Wharton On Tuesday, November 25, 2014 8:36:42 PM UTC-5, Tobias Beer wrote: Hi Steve, The SearchBox at

[tw] Re: What first attracted you to Tiddlywiki?

2014-11-26 Thread Mat
1. What were you looking for when you first found Tiddlywiki? - Needed way to store and organize all my ideas. Linear solutions were just very limiting, and I recall imagining my own wikipedia. - I had previously used The Brain http://thebrain.com/ which I found to be a workable

[tw] Announcing the release of TiddlyWiki version 5.1.5

2014-11-26 Thread Jeremy Ruston
I'm delighted to announce that TiddlyWiki version 5.1.5 has been released to: http://tiddlywiki.com/ Remember to keep careful backups before upgrading existing wikis at: http://tiddlywiki.com/upgrade.html This is a big release, with many bug fixes, new features, and more improvements to the

[tw] Re: On the fly completions/suggestions

2014-11-26 Thread Mat
On Thursday, September 11, 2014 12:38:52 AM UTC+2, c pa wrote: Chime in anyone if there is a plugin out there that does this Maybe this list of alternative text expanders http://alternativeto.net/software/phraseexpress/?license=free software is of use? You can set it to show by license.

[tw] Re: What first attracted you to Tiddlywiki?

2014-11-26 Thread RichShumaker
1. What were you looking for when you first found Tiddlywiki? A way to create a multimedia notebook was my first goal for what I call my Dream Machine. At the time I found TW I was using a Blast Wiki and that required a server and I thought 'Wouldn't it be cool if a Wiki had all the data it

[tw] Notes from Hangout #70

2014-11-26 Thread Jeremy Ruston
At todays TiddlyWiki Hangout #70 we had a discussion about surmounting the obstacles to TiddlyWiki's broader adoption. It was triggered by this discussion thread: https://groups.google.com/d/topic/tiddlywiki/_rScP9Lscdg/discussion I wanted to record a few concrete suggestions that we discussed.

[tw] I'm looking for a simple list filter to search for tiddlers whose title matches a search string anywhere in the title.

2014-11-26 Thread steve
Hello again: I'm looking for a simple list filter to search for tiddlers whose title matches a search string anywhere in the title. I can find titles that have xyz as a suffix or prefix with: $list filter=[!is[system]prefix[xyz]]/ $list filter=[!is[system]suffix[xyz]]/ Is there something like

[tw] Re: Announcing the release of TiddlyWiki version 5.1.5

2014-11-26 Thread tony
* New export toolbar button Thank you very much Jeremy and contributors for a great release. The export to json feature works perfectly to re import to other tiddlywikis! Tiddlers are a free medium of exchange. Now if when the v6.2.3 cryptographic hash function is implemented,

[tw] Re: Not a Manual Post - Still about Learning TW

2014-11-26 Thread RichShumaker
Thanks Tobias I will switch the images to a better format like PNG and work on a video as I agree walkthroughs are not as good. I am trying to get something that computer novices can latch onto and a 'Create Your Own Adventure' is fun and interactive. Thanks Dave I will be heavily checking out

Re: [tw] Re: [TW5] How to change the default content type for journal entries?

2014-11-26 Thread Gerald Strickland
Thanks Laurent and Jeremy, works on my end as well! I'm not sure if I should start another thread for this but since it's about 'default types' for journal entries, I'll assume this would be relevant: How would I change the default type for journal entries using the Create a new journal tiddly

Re: [tw] TW5 how to define global variables

2014-11-26 Thread 'Mark S.' via TiddlyWiki
Oh! So that's how you do it. Is there a developers tw that would have this? Or would it go somewhere on TIddlywiki.com? Thanks! Mark On Wednesday, November 26, 2014 12:53:04 AM UTC-8, Jeremy Ruston wrote: Hi Danielo If your plugin needs to create global variables you should do so in the

[tw] Re: TW5 Social

2014-11-26 Thread RichShumaker
I know TW5 Social is a LONG RANGE idea, meaning not for several months if not years. I watched TW #70 and read the moratorium new features post both of which made perfect sense. We need to get the core of TW5 solid with features that are useful and working. We also need great documentation to

[tw] Re: Not a Manual Post - Still about Learning TW

2014-11-26 Thread Danielo Rodríguez
I have to disagree with Tobias. I don't like videos because it's harder to jump to what you want, you can't do a fast view through and it's easy to go passive and lose focus. And are not portable! -- You received this message because you are subscribed to the Google Groups TiddlyWiki group.

[tw] Re: I'm looking for a simple list filter to search for tiddlers whose title matches a search string anywhere in the title.

2014-11-26 Thread steve
It turns out that regexp does what I what !!! Starts with x ($count filter=[!is[system]regexp[(?i)^x]]/ Matches) $list filter=[!is[system]regexp[(?i)^x]]/ !!! Ends with x ($count filter=[!is[system]regexp[(?i)x$]]/ Matches) $list filter=[!is[system]regexp[(?i)x$]]/ !!! Contains x ($count

Re: [tw] [TW5] auto/procedural tagging ?

2014-11-26 Thread Danielo Rodríguez
Hello Jeremy, If you distribute the upgrader module as a pluginthen you should be able to disable it. Am I wrong? -- 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

Re: [tw] [TW5] auto/procedural tagging ?

2014-11-26 Thread Jeremy Ruston
Hi Danielo If you distribute the upgrader module as a pluginthen you should be able to disable it. Am I wrong? That's correct, although a restart would be required each time you enable or disable the plugin. Best wishes Jeremy -- You received this message because you are subscribed to

Re: [tw] [TW5] New widget to accumulate values inside of list loop (alpha, or something)

2014-11-26 Thread 'Mark S.' via TiddlyWiki
On Tuesday, November 25, 2014 6:15:07 AM UTC-8, Jeremy Ruston wrote I'm afraid that the approach that it is using isn't really viable. The main reason is that widgets should not modify the tiddler store as part of their rendering or refresh processing. (I see people trying to do this a lot,

[tw] Re: Tiddlywiki 5: Adding Plugins

2014-11-26 Thread Ross Jacobs
That's probably my problem. I've been trying to install classic plugins to TW5. How can you tell whether they are classic or not by looking at the source code? -Ross On Wednesday, November 26, 2014 12:35:18 AM UTC-8, PMario wrote: I forgot to mention, that TWc plugins don't work with TW5.

[tw] Re: Tiddlywiki 5: Adding Plugins

2014-11-26 Thread Ross Jacobs
And also, where can I find a collection of TW5 plugins (tiddlywiki valut seems to be mostly classic) ?. On Wednesday, November 26, 2014 12:35:18 AM UTC-8, PMario wrote: I forgot to mention, that TWc plugins don't work with TW5. -m -- You received this message because you are subscribed to

[tw] Re: [TW5] New introductory video

2014-11-26 Thread Tobias Beer
Hi Jeremy, Haven't seen it yet. It's pretty perfect. Congratulations! And ...keeping on spreading. Best wishes, Tobias. -- 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

[tw] Re: Announcing the release of TiddlyWiki version 5.1.5

2014-11-26 Thread Mat
Excellent! I've been looking forward to this release! There is one thing that looks strange in my browser on tw.com: Clicking export for a tiddler gives this: (hope a picture is visible above this sentence. I did a direct screen cut out and just ctrl-v out of memory straight into this

[tw] Re: Announcing the release of TiddlyWiki version 5.1.5

2014-11-26 Thread Mat
Excellent Jeremy! I've been looking forward to this release! One thing looks a bit strange. Clicking export for a tiddler the alternative River of tiddler as static html file is misaligned and does not wrap. On Wednesday, November 26, 2014 5:19:16 PM UTC+1, Jeremy Ruston wrote: I'm

[tw] Re: Announcing the release of TiddlyWiki version 5.1.5

2014-11-26 Thread Mat
[sorry for 2 deleted posts] Excellent Jeremy! I've been looking forward to this release! One thing looks a bit strange. Clicking export for a tiddler the alternative River of tiddler as static html file is misaligned and does not wrap. FF latest ver, Win8. :-) -- You received this message

[tw] Re: What first attracted you to Tiddlywiki?

2014-11-26 Thread iain
1. What were you looking for when you first found Tiddlywiki? I was looking for something like Wikipedia where I could put notes and related information. 2. Was there anything about the program, the eco-system, whatever, that frustrated you nearly to the point of giving up on it? Yes I am

[tw] TiddlyWiki display problem on Chrome 41

2014-11-26 Thread stefan infp
On Chrome 41 Tiddlywiki 5.1.5 in not displayed correctly when scrolling with the mouse. Thanks -- 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: What first attracted you to Tiddlywiki?

2014-11-26 Thread Julio Peña
Hello Stephen and all, 1. What were you looking for when you first found Tiddlywiki? I was trying to set something like Wikipedia where I could put up notes and various ofs bit information. Not being satisfied with the level of technical setup I decided that was not my cup of tea. After I

Re: [tw] What first attracted you to Tiddlywiki?

2014-11-26 Thread Pit.W.
Hi, here is a 60-year-old Newbie/end-user/non IT-professional/ex-leisure-coder. Old-Timer. * **1. What were you looking for when you first found Tiddlywiki?* Since many years I had been looking for a knowledgebase which -is not restricted by a relational database architecture -runs from a

[tw] Mediawiki-style redirection

2014-11-26 Thread Ross Jacobs
I wanted to know how to achieve redirection in TW5. Here's a plugin for the previous version: http://tiddlywiki.abego-software.de/Beta.html#TiddlerAliasPlugin

[tw] Re: What first attracted you to Tiddlywiki?

2014-11-26 Thread Neil Griffin
1. What were you looking for when you first found Tiddlywiki? My system of organising all my to-do's had got out of hand, and I discovered GTD as a possible way of tacking this. Part of the solution required a more efficient and unified way to store notes and general information for later

[tw] Re: [TW5] New introductory video

2014-11-26 Thread Neil Griffin
I like the edition. I could make a good alternative to Powerpoint! For an introductory video, I think it exposes WikiText a bit too much - this is not TW's friendliest feature. For any newbie who makes it that far, the slide on 'Lists' with 5 sets of nested brackets is going to send them

Re: [tw] [TW5] Auto-Generated TopBar With Icons — Ordering?!?

2014-11-26 Thread Tobias Beer
Hi Jeremy, Again, I think you're misunderstanding the purpose and function of currentTiddler, and I don't really understand what is the issue that you are thinking is a problem. javascript: I will (have to) wrap code into something like... $set name=currentTiddler value=$:/some/foo/

Re: [tw] [TW5] Auto-Generated TopBar With Icons — Ordering?!?

2014-11-26 Thread Tobias Beer
$set name=currentTiddler value=$:/some/foo of, course without the trailing slash / -- 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] * Some perspecitve on TW in the world

2014-11-26 Thread Mat
*Wikipedia* TW on Wikipedia http://en.wikipedia.org/wiki/TiddlyWiki - outdated. (It's too technical for me to edit so leaving it to someone else.) List of wiki software http://en.wikipedia.org/wiki/List_of_wiki_software - TW listed as first example! Comparison of wiki software

Re: [tw] [TW5] New widget to accumulate values inside of list loop (alpha, or something)

2014-11-26 Thread BJ
HI Mark, what happens if one of the tiddlers on the list is deleted? I would expect the value to be subtracted from the total, but this is not possible. What is needed is that the calculation is re-run if any of the tiddlers on the list change - you could have a re-do widget that surrounds the

[tw] Re: [TW5] New introductory video

2014-11-26 Thread RichShumaker
When you click on [[TiddlyWiki]] on the Images Page it seems to get stuck. I am on FireFox 33.1.1 I love the Video and the Introduction TW. Could you just embed the video at the TW start page instead of making it a link? After Watching it and following the introduction the only thing that I

[tw] Re: [TW5] and sections ...revisited (sorry, long post :)

2014-11-26 Thread BJ
Hi Tobias, there is a classictransclude widget that is used in the tw2parser plugin (it can be used to transclude sections and slices) Cheers BJ On Saturday, November 22, 2014 1:01:44 PM UTC-6, Tobias Beer wrote: Hi Jeremy, As I am fearing this to become rather lengthy, I am opening this

Re: [tw] [TW5] New widget to accumulate values inside of list loop (alpha, or something)

2014-11-26 Thread 'Mark S.' via TiddlyWiki
If a tiddler is deleted and one of the grand totals is in error, the user just runs the process again -- just like you need to refresh in Excel when a key cell updates. If you don't care about the saved total result, then the displayed total will update the moment you delete a tiddler that is

[tw] Re: Mediawiki-style redirection

2014-11-26 Thread whatever
Hi! There are a few solutions. I'm using LinkifyPlugin (1). As for TiddlerAliasPlugin http://www.google.com/url?q=http%3A%2F%2Ftiddlywiki.abego-software.de%2FBeta.html%23TiddlerAliasPluginsa=Dsntz=1usg=AFQjCNFI57byaYQVQez-tW6IJfCZHf2SRg, it has a few bugs (2) in it, so it's not advisable to

[tw] Re: Mediawiki-style redirection

2014-11-26 Thread whatever
And I of course noticed too late that you were talking about TW5, not TWC.:D On Thursday, November 27, 2014 12:02:54 AM UTC+1, Ross Jacobs wrote: I wanted to know how to achieve redirection in TW5. Here's a plugin for the previous version:

[tw] Re: Mediawiki-style redirection

2014-11-26 Thread Birthe C
Hi Ross Jacobs Alias is mentioned http://tiddlywiki.com/#RoadMap Or find Stephan Hradeks here: http://tw5magick.tiddlyspot.com/#Aliases Birthe Den torsdag den 27. november 2014 00.02.54 UTC+1 skrev Ross Jacobs: I wanted to know how to achieve redirection in TW5. Here's a plugin for the

[tw] Re: Tiddlywiki 5: Adding Plugins

2014-11-26 Thread Stephan Hradek
Am Mittwoch, 26. November 2014 20:18:09 UTC+1 schrieb Ross Jacobs: And also, where can I find a collection of TW5 plugins (tiddlywiki valut seems to be mostly classic) ?. There is no such collection like Eric's tiddlytools for TW5 (yet). If you need to find something specific - ask on the

[tw] Re: [TW5] New introductory video

2014-11-26 Thread Sylvain Naudin
Le jeudi 27 novembre 2014 03:45:44 UTC+1, RichShumaker a écrit : After Watching it and following the introduction the only thing that I wanted to know was HOW you made it, so I could make something like it, #heheh. Thanks Jeremy for all that you do to make TW better. Rich Shumaker I