Problem/Motivation

  • Currently, links to entities in llms.txt are hard coded with hostnames, which is not flexible or portable.
  • Authors need a way to generate dynamic links to Drupal entities without manually specifying the full URL.

Proposed resolution

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

Comments

mxr576 created an issue. See original summary.

mxr576’s picture

mxr576’s picture

Practical 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".