RE: [tw] Re: Case Sensitive Links

103 views
Skip to first unread message

andrew.j.harrison84

unread,
Jul 11, 2014, 7:58:25 PM7/11/14
to tiddl...@googlegroups.com
[[text to display|tiddler name]]
[[Mexico Hotel|mexico hotel]]
[[Mexico Hotel|mexico Hotel]]


Sent from my Samsung Epic™ 4G Touch

marginal gains <mdpu...@googlemail.com> wrote:
I'm using Version 5 - sorry I should have mentioned.



On Friday, July 11, 2014 10:21:31 PM UTC+1, marginal gains wrote:
Hello,

I have been playing with TiddlyWiki for around a week and I think it is a great piece of kit. It will be a great way to document my travels and adventures.

A quick question: is there any way to remove the case sensitive tiddler links? I've searched but couldn't find the answer.

I would like the link below:
[[Mexico Hotel]]

to link to the same tiddler as

[[mexico hotel]]

or even

[[mexico Hotel]]

Is there a way to set this up easily?

Thanks and all the best!

--
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+...@googlegroups.com.
To post to this group, send email to tiddl...@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.

andrew.j.harrison84

unread,
Jul 11, 2014, 8:07:20 PM7/11/14
to andrew.j.harrison84, tiddl...@googlegroups.com

My appoligies I misread the question. You may be looking for Aliases from the amazing Stephan Hradek. Here's a link http://tw5magick.tiddlyspot.com



Sent from my Samsung Epic™ 4G Touch

marginal gains

unread,
Jul 11, 2014, 8:18:16 PM7/11/14
to tiddl...@googlegroups.com, andrew.j....@gmail.com
Thank you for your reply.

I think what I was hoping for was that I could find a setting that ignored case.

It seems a little annoying that I can create and link to a tiddler called

Mexico hotel
and
mexico Hotel
and
Mexico Hotel

Just my humble opinon, but I'd like all links, regardless of title case to link to the one article. I'm new to wiki's so forgive me. But I plan to build out  a big wiki and I don't want to remember if I used a H or an h for hotel

Cheers,

marginal gains

unread,
Jul 11, 2014, 8:37:28 PM7/11/14
to tiddl...@googlegroups.com, andrew.j....@gmail.com
Thank you sir,

I will check this out, it looks a little technical at first glance, but I will give it a go.

Thanks again

Stephan Hradek

unread,
Jul 12, 2014, 3:57:32 AM7/12/14
to tiddl...@googlegroups.com, andrew.j....@gmail.com
infernoape is almost right. My "aliases"-trick works here also.

create a tiddler "unwikified" containing just:
<$view field="title"/>


Create a tiddler named "ic" (for irgnore case):

\define find_original()
<$list filter="[field:title/^$(theTitle)$$/(i)limit[1]]"><$link>{{$(theTitle)$||unwikified}}</$link></$list>
\end

<$set name="theTitle" value={{!!title}}><<find_original>></$set>

Now instead of linking with [[mexico hotel]] use {{mexico hotel||ic}}



Reply all
Reply to author
Forward
0 new messages