Would it be possible to set a default indicator, so for example either the title or the path would not need the indicator typed? So if the title were made the default indicator, [[My node title]] would link?

Also/alternatively, possible to set indicator aliases?

Comments

mlncn created an issue. See original summary.

mradcliffe’s picture

Category: Feature request » Support request
Status: Active » Postponed (maintainer needs more info)

The “Default plugin” configuration exists in Drupal 8 as well. You'll need to use the machine name of the plugin and make sure that plugin is enabled. There's also a functional test that does this too, but I went ahead and manually tested by doing the following. I was on 8.x-3.x.

  1. Created a text format
  2. Added freelinking
  3. Enabled Node title plugin (and also some other plugins to test interactivity). The default value for the default setting is "nodetitle" already.
  4. Clicked Save configuration
  5. Created a content type
  6. Created content with title “Test”
  7. Created content with title “Test 2” and content [[Test]]

This appeared as a link to the first node.

Aliases are a different matter. I think it may be possible, but probably a lot of effort to change to use aliases. It would probably look something similar to how geshifilter module behaves. Could you create a separate issue for that?

mradcliffe’s picture

Status: Postponed (maintainer needs more info) » Closed (cannot reproduce)