Let's say I have 2 nodes:

node 1 title: "Level 1 - Discover this"
node 1 body: "bla bla bla"

node 2 title: "Level 2 - Master it"
node 2 body: "bla bla but requires level 1 before."

In node 2 body, I'd like the string "level 1" to be linked to node 1.

Comments

PhilY created an issue. See original summary.

keesje’s picture

Status: Active » Postponed

As this is a filter plugin bases module, only text thats parsed by input filter is handled. Thats rules out plain text fields like titles. Im open for suggestions.

I misread your request. What you want will not directly be supported by glossify. However, glossify can support your custom code. As of now, you could probably extend the "NodeTooltip" class in your own plugin and override "process" method with your own code.
Alternatively glossify could implement some smart hooks that makes overriding even easier. Suggestions?

keesje’s picture

Status: Postponed » Closed (won't fix)