Skip to content

Autocomplete while typing links to other pages #21

Description

@irskep

Method A:

  1. Include a list of all page slugs in a JS constant
  2. Port slugify to JS
  3. Write a custom CodeMirror plugin which shows a list of matches and picks one when you press Enter

Method B:

  1. Write a JSON endpoint to return a list of page slug matches for a given string
  2. Write a custom CodeMirror plugin which shows a list of matches and picks one when you press Enter

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions