Active
Project:
LLM support
Version:
1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
2 Jul 2025 at 08:23 UTC
Updated:
25 Feb 2026 at 13:18 UTC
Jump to comment: Most recent
llms.txt are hard coded with hostnames, which is not flexible or portable.llms.txt to enable dynamic linking to entities.
Comments
Comment #2
mxr576Comment #3
mxr576Practical use case: exposing .md links to nodes in Views, one like provided by the llm_support recipe.
However, today I realized that goes even further (and could be a separate issue as well) that when I would like to include a Vocabulary reference field in the markdown output and I select "link to entity" option, the Markdown version should also contain the .md URL instead of the HTML one. This may require introduce a separate field formatter or Views field, since we know that without #3551170: POC: Universal markdown conversion via .md URL suffix not every page could be turned into markdown by simply suffixing the url with ".md".