Re: [tw] Dictionary tiddler and macro funkiness

2015-12-31 Thread Tobias Beer
Hi Felix, You can use Tobias' make plugin to iterate over numbers till 31 using > count and max variables > Haven't thought of that. ;-) Zero-padding the *count* sounds like a good option. I went ahead and implemented it as announced here

Re: [tw] Dictionary tiddler and macro funkiness

2015-12-31 Thread Felix Küppers
Sweet! On 12/31/2015 04:00 PM, Tobias Beer wrote: > Hi Felix, > > You can use Tobias' make plugin to iterate over numbers till 31 using > count and max variables > > > Haven't thought of that. ;-) > > Zero-padding the *count* sounds like a good option. > I went ahead and implemented it as

[tw] [TW5] AutoCorrectPlugin: Any Equivalent for Replacing Text Strings

2015-12-31 Thread Scott Simmons
One of the plugins I came to rely heavily on in TiddlyWiki Classic was Simon Baird's AutoCorrectPlugin , which allowed you to create a tiddler (or tiddlers) specifying words/strings you wanted TiddlyWiki to replace when it came across them

Re: [tw] [TW5] Native Backup Support a la TiddlyDesktop?

2015-12-31 Thread Jeremy Ruston
Hi Scott I think the plans you’re referring to are my intention to update TiddlyFox to perform backups in the same scheme as TiddlyDesktop. I’m going to have to update TiddlyFox in the next two or three months because of upcoming changes to Firefox in any case. > Is this something that could

[tw] [TW5] New plugin: tobibeer/hash

2015-12-31 Thread Tobias Beer
Hi everyone, Got the idea while seeing Mat struggling with generating proper URIs , here's version 0.5.0 of the filter plugin tobibeer/hash

Re: [tw] Dictionary tiddler and macro funkiness

2015-12-31 Thread Felix Küppers
Hi David You can use Tobias' make plugin to iterate over numbers till 31 using count and max variables > <$list filter="01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 > 19 20 21 22 23 24 25 26 27 28 29 30 31"> @Tobias maybe the make filter can have a parameter that tells it how many

[tw] [TiddlyDesktop] TWC & TW5 Open at the Same Time Causing a Slowdown?

2015-12-31 Thread Scott Simmons
Is it just my imagination, or does TiddlyDesktop 0.0.8 get quite sluggish after having both a TiddlyWiki5 *and* a TiddlyWiki Classic file open at the same time? At first, I thought it might be TiddlyDesktop taking a while with scripts in my TW5, but it seems to start lagging once I've had both

[tw] Re: How combine string with evaluated value for a parameter value?

2015-12-31 Thread Tobias Beer
Hi Mat, you may be interested in the new tobibeer/hash filter plugin (announced here ), which allows to uri-encode one or more tiddler titles to proper uri hashes.

[tw] [TW5] Regex String Replacments — Possible? Terrible Idea?

2015-12-31 Thread Scott Simmons
Having just mentioned AutoCorrectPlugin , here's a stranger, wish-listier request/fantasy: Could you write a TW5 Javascript plugin that would perform the same sort of string transformation — but using complex regular expressions?

Re: [tw] Dictionary tiddler and macro funkiness

2015-12-31 Thread Tobias Beer
Hi David, I don't know how in-depth you want me to go into regarding an explanation > of how I'm using your make plugin, so here goes. > Wow. Be sure that I wouldn't have expected for you to detail every single turn. :-) It can be quite a challenge to communicate or translate functional

[tw] [TW5] Native Backup Support a la TiddlyDesktop?

2015-12-31 Thread Scott Simmons
*Apologies in advance for what may amount to me spamming the group over the next couple of days. As is my usual year-end tradition, I'm tearing through all the non-urgent Post-It Notes on my desk and trying to do something about them. Many of this autumn's Post-Its fall under the category of

[tw] Re: [TW5] New plugin / update: tobibeer/make

2015-12-31 Thread Tobias Beer
Hi everyone, As suggested by Felix , I added the ability to zero-pad the *count* with version 0.5.6 of tobibeer/make .

Re: [tw] Dictionary tiddler and macro funkiness

2015-12-31 Thread David Allen
Was the make plugin recently updated? The pad part isn't working for me. On Thu, Dec 31, 2015 at 9:18 AM, Felix Küppers wrote: > Sweet! > > On 12/31/2015 04:00 PM, Tobias Beer wrote: > > Hi Felix, > > You can use Tobias' make plugin to iterate over numbers till 31

[tw] Re: [TW5] AutoCorrectPlugin: Any Equivalent for Replacing Text Strings

2015-12-31 Thread Scott Simmons
On Thursday, December 31, 2015 at 10:30:36 AM UTC-5, Tobias Beer wrote: > Inserting some kind of (even dynamic) template text for a timestamp, > macro, widget, > and then replacing common misspellings are two entirely different tasks, > me thinks. > Makes sense. While I might not

Re: [tw] [TW5] Native Backup Support a la TiddlyDesktop?

2015-12-31 Thread Scott Simmons
On Thursday, December 31, 2015 at 10:14:40 AM UTC-5, Jeremy Ruston wrote: It’s really related to the saver in use. The fallback HTML5 saver already > supports backups if you allow the downloaded files to accumulate. > > (There’s no support for TiddlySaver.jar in TW5 because of the security >

[tw] Re: [TW5] AutoCorrectPlugin: Any Equivalent for Replacing Text Strings

2015-12-31 Thread Tobias Beer
Hi Scott, for TW5, I would find *AutoCorrectPlugin* to be too much of a hybrid, tbh. Inserting some kind of (even dynamic) template text for a timestamp, macro, widget, and then replacing common misspellings are two entirely different tasks, me thinks. The former, I would not want to do by

[tw] Special request

2015-12-31 Thread David Gifford
Greetings from TiddlyWaikiki! Heading back to Mexico today, but I got an idea and am wondering how to do it. I would like to have a viewtemplate item that is basically this: wrap with CSS [[insert contents of sitetitle here|../folder/insert contents of sitetitle here.html]]. So a tiddler

Re: [tw] Dictionary tiddler and macro funkiness

2015-12-31 Thread David Allen
I also have two small problems. I need the planet field that's passed in the second action widget to be the name of the planet surrounded in dual square brackets, but whatever I try doesn't work. Is there a way I can escape the square brackets or concatenate strings to get them to be constructed

[tw] Re: Special request

2015-12-31 Thread David Gifford
This seems closer, but the {{!!$:/SiteTitle}} is the part that doesn't work. Trying to mix too many markups. I am guessing the answer is with dollar signs... <$view tiddler="$:/SiteTitle" field="text"/> Dave On Thursday, December 31, 2015 at 8:04:06 AM UTC-10, David Gifford wrote: > >

[tw] Re: Special request

2015-12-31 Thread David Gifford
Nor this \define taglinks(transcludy:"{{$:/SiteTitle}}") <$view tiddler="$:/SiteTitle" field="text"/> On Thursday, December 31, 2015 at 9:06:05 AM UTC-10, David Gifford wrote: > > This seems closer, but the {{!!$:/SiteTitle}} is the part that doesn't > work. Trying to mix too many markups. I

[tw] Re: [TW5] Can I create a bunch of tiddlers based on list?

2015-12-31 Thread stevesuny
Hello all, Reviving an old thread: Has anyone been able to import a google sheet as tiddlers, one tiddler per row, with columns for title, text, tags, etc? (essentially, replicating the functionality of Eric Shulman's http://www.tiddlytools.com/#CreateTiddlersFromCSV for TW5?)? This thread

[tw] Re: Special request

2015-12-31 Thread Eric Shulman
On Thursday, December 31, 2015 at 11:13:26 AM UTC-8, David Gifford wrote: > > \define taglinks(transcludy:"{{$:/SiteTitle}}") href="../folder/$transcludy$.html"><$view tiddler="$:/SiteTitle" > field="text"/> The problem is much easier to approach if you break it into two parts: 1) First,

[tw] Re: [TW5] Releasing 5.1.10

2015-12-31 Thread Hegart Dmishiv
Great to see that 5.1.10 will include *"a simple setting for disabling automatic linking of CamelCase words"*. Thanks for this, it is one issue which has really annoyed me about TW since I started using it. If I recall correctly, it was something I immediately stumbled over on the

[tw] Re: Special request

2015-12-31 Thread Jed Carty
I think in this cane you need to use a set widget and macro instead of just a macro. Like this: \define taglinks() <$view tiddler="$:/SiteTitle" filed="text"/> \end <$set name=transcludy value={{$:/SiteTitle}}> <> I wrote some stuff about this here