@Mark S.  Thanks,

I'm using South Indian script Kannada: U+0C80–U+0CFF .
How do I include unicode range in the regexpStr ?

Browser is whatever engine comes with TiddlyDesktop on macOS. 
I can change to a more suitable browser if needed to support this feature. 


On Monday, December 27, 2021 at 1:08:15 PM UTC-8 Mark S. wrote:

>
> What language or character set are you targeting ?
>
> It seems like a change to one line of code in the plugin can accommodate 
> PMario's example. But not sure whether that would work for other languages.
>  
> var regexpStr = "(?<=^|[^a-zA-Zö])(?:" + reparts.join("|") + 
> ")(?=$|[^a-zA-Zö])";
>
> Yes, it depends on the browser having look-ahead. 
> On Monday, December 27, 2021 at 10:07:41 AM UTC-8 keSh wrote:
>
>> That is exactly my use case. Only difference is that tiddler content and 
>> titles are not in English.
>> Thanks for looking into the issue. 
>>
>> -kesh
>>
>> On Sunday, December 26, 2021 at 2:44:54 AM UTC-8 PMario wrote:
>>
>>> @Mark S. 
>>> The advantage of freelinks is in a context, where you can't modify the 
>>> content but you still want to have links. eg: Submitted homework tiddlers 
>>> from students. Adding links to those tiddlers would mean to modify the 
>>> original work in an unreasonable way. It wouldn't be the students work 
>>> anymore. 
>>> -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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/006c8bfb-aebd-4460-b0c9-b9f13977bc3en%40googlegroups.com.

Reply via email to