silicon
silicon copied to clipboard
Autocomplete while typing links to other pages
Method A:
- Include a list of all page slugs in a JS constant
- Port slugify to JS
- Write a custom CodeMirror plugin which shows a list of matches and picks one when you press Enter
Method B:
- Write a JSON endpoint to return a list of page slug matches for a given string
- Write a custom CodeMirror plugin which shows a list of matches and picks one when you press Enter