On Wednesday, June 6, 2018 at 11:00:43 PM UTC+2, Diego Mesa wrote: > > Again, thank you for this wonderful plugin. Just a few thoughts: >
Thx, > > - I was wondering if its possible, and if so what your thoughts are, > on having alias linking happen automagically without the additional |? > syntax. ... > > OK. So my guess is, that >60% of your links are alias links now and they start to annoy you, because of the extra 2 chars ;) ... I see. > > - So when I type [[myalias]] the parser would first search for > tiddlers with that name, and if none are found, then search for aliases > with that name, and if none are found put the italicized link in place for > the nonexistent tiddler. > > I'll have to have a look. May be we can make it configurable. ... There is a discussion going on (which you started <https://groups.google.com/forum/#!topic/tiddlywiki/WtNz2X10jIA>) about having IDs vs. tiddler title. I didn't watch the thread closely, but I saw it ;) I think, it could be solved with uni-link ... but, I'm not sure if we could do it without some core improvements. .. I didn't have a close look yet. > > - I frequently find myself making two aliases a name and its plural > (example below). Could this be automated as an option? > - tiddler title: An Important Method > - aliases: AIM AIMs > > Hmm, This is "word stemming" analyses, which depends on used languages: see: https://github.com/NaturalNode/natural#stemmers ... It's a very interesting topic. But I would want to have a German version too ;) > > - Could we use aliases in tags? Sometimes I have long tiddlers like A > Very Long Important Method with an alias like AVLM. It would be convenient > to tag with AVLM as well (I know this was discussed previously, but Im not > sure where anymore). > > That's why "alias-handling" isn't part of the core ... We will have to implement it at a very low level, so it basically works everywhere! IMO Tags are only 1 element here. ... I think, the main problem is speed. For the alias handling I did implement an "alias-cache" to speed up the de-/referencing process. .. But tagging itself is used a lot, to create the UI. So slowing down the tag-lookup mechanism may have a major performance impact. As an alternative: I did think about using / showing the caption of a tag, instead of the the tag. ... This would be a field to explore. ... and should be doable with UI changes only. ... using the same mechanism that uni-link uses for standad links already. > > - Search could also include searching aliases, without the need for > explict filtering. > > This should be an easy fix. ... I think 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/tiddlywiki. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/a683f6a2-c8f7-4189-8169-dab8a37ed537%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

