Auto-fill links

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.
    • 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}}
      • This would require a separate macro for each predefined text.
        • This doesn’t scale.
          • Though some parameterization is possible.
  • 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.