A full-featured, open-source content management framework built with Node.js that empowers organizations by combining in-context editing and headless architecture in a full-stack JS environment.
I was playing around with ApostropheCMS this morning in order to evaluate if ApostropheCMS could be a good replacement for an old php-based solution I am currently using. (For reference: neos.io) It looks great (Congratulations!), apart from one small detail…
The problem to solve
A highly used feature of my editors is linking pages and anchors (I saw the official anchor extension!) within other pages‘ content. While this is absolutely possible now, it requires them to
navigate to the page they want to link
copy it‘s url
go back to the page where they want to create the link
paste the url in the rich-text editors url field.
Proposed solution
It would be great to have some kind of autocomplete suggestions for internal urls in the rich-text editor.
An example: Assuming there is a page „Lorem Ipsum“ at path /foo/bar/lorem-ipsum. When typing „Lor“ in the url field, there should be a clickable suggestion to select that page and paste its url.
Alternatives
There seems to be a similar thing for Apostrophe 2.0 with even more functionality: https://github.com/apostrophecms/apostrophe-rich-text-permalinks Maybe it is possible to port that to 3.0? (Although - just from looking at the screenshots - an autocomplete field seems to be easier to use.)
Additional context
Such an autocomplete for urls could be restricted to pages (+anchors when using that plugin) only or could also work with pieces and maybe even with files. Not sure if this would help or disturb the UX.
Context
I was playing around with ApostropheCMS this morning in order to evaluate if ApostropheCMS could be a good replacement for an old php-based solution I am currently using. (For reference: neos.io) It looks great (Congratulations!), apart from one small detail…
The problem to solve
A highly used feature of my editors is linking pages and anchors (I saw the official anchor extension!) within other pages‘ content. While this is absolutely possible now, it requires them to
Proposed solution
It would be great to have some kind of autocomplete suggestions for internal urls in the rich-text editor.
An example: Assuming there is a page „Lorem Ipsum“ at path /foo/bar/lorem-ipsum. When typing „Lor“ in the url field, there should be a clickable suggestion to select that page and paste its url.
Alternatives
There seems to be a similar thing for Apostrophe 2.0 with even more functionality: https://github.com/apostrophecms/apostrophe-rich-text-permalinks Maybe it is possible to port that to 3.0? (Although - just from looking at the screenshots - an autocomplete field seems to be easier to use.)
Additional context
Such an autocomplete for urls could be restricted to pages (+anchors when using that plugin) only or could also work with pieces and maybe even with files. Not sure if this would help or disturb the UX.