In addition to what Luis writes, you can - maybe (I didn't test it!) - use the FreeLinking plugins which is announced in the prerelease.
Maybe this means that if you have a tiddler titled Camel_Case, then this might be recognized and automatically linked.
* Is there a way to make it work also in Chinese? Since I use Chinese a lot.
Hi Zhe Lee,PLEASE BACKUP FIRST!!I did create a little plugin https://wikilabs.github.io/editions/speciallinks/ that you can drag and drop install to your TW.It will add a new wiki-parser that will allow Camel_Case links.
--<Auto Generated Inline Image 1>Have fun!mario
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 view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/79f67e6b-f23e-4d8f-81da-859ea2abdf6e%40googlegroups.com.
<Auto Generated Inline Image 1>
I haven't been able to test it, but you should be able to accomplish this with a simple module that overrides $tw.config.textPrimitives.wikiLink (see $:/core/modules/config.js)
You are a wizard with this kind of thing, I hope you could assist me. I ask now because your above solution is slow close to what I have asked for for some time.
- I really want the leading period "." to trigger a html paragraph around multiple sentences until we get to end of line (line break)
<p>This text is wrapped because there was a "dot" at the beginning of the line</p>Perhaps you are not interested but It would help me (and I believe others would like it) a lot.
But the question is why is the addition of such bespoke markup not possible?
, from what I can see programmatically it should be trivial, perhaps even entries in a data tiddler to define them.
Thanks. That explains a lot more. Would it be ok to nest it in a div, perhaps the div could have a class so styles could be applied e.g. the paragraph style, thus the transition to multiple paragraphs could be changed e.g. 1.5 line space between paragraphs.
Regards
Tony