Autofill for links #216
benlong100
started this conversation in
General
Replies: 1 comment
-
In my app that consumes MarkupEditor, I override
That view includes:
and then I use the MarkupEditor's
The
The |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I'm using MarkupEditor in an app that edits HTML files that are stored locally on the device, in a CoreData store. In the add-link pop-up, I'd love to be able to trigger an additional pop-up window that would show autofill suggestions from the database. So, when creating a link in one entry, as you start to type the title of another entry, it would show a list of matching titles from the CoreData store. Any chance you could give me a rough idea of how to architect that?
Beta Was this translation helpful? Give feedback.
All reactions