Welcome. I’m not sure that I understand your requirement.
- If you want to:
- organize your links (these are called references) in a hierarchy, consider using namespaces
- In your example, that would be like
[[Smiles/Baking/treats/Cookies]]
- This has some misery potential.
- In your example, that would be like
- add predefined text in a quick way, should define and use a macro
- In your example:
- if the definition was like:
:cookies "[[Cookies]] [treats]] [[Baking]] [[Smiles]"
- the usage would be:
{{cookies}}
- if the definition was like:
- This would require a separate macro for each predefined text.
- This doesn’t scale.
- Though some parameterization is possible.
- This doesn’t scale.
- In your example:
- organize your links (these are called references) in a hierarchy, consider using namespaces
- The ideal would be to adopt some workflow that doesn’t require to repeat the same things every time.
- In your example, mentioning
[[cookies]]
should be enough.
- In your example, mentioning