Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Autocompletion of reference link ids #7

Open
dsanson opened this issue Aug 29, 2011 · 0 comments
Open

Autocompletion of reference link ids #7

dsanson opened this issue Aug 29, 2011 · 0 comments

Comments

@dsanson
Copy link

dsanson commented Aug 29, 2011

Eventually, I'd like to add context sensitive autocompletion of reference ids.

So, for example, if there is something like

Blah blah blah [blah][my favorite link]. Blah blah blah [blah][my least favorite link]. And [an implicit link][]. And [an even more implicit link]. And a footnote.[^footnote]

And I then start a line with something like

[my

and hit CTRL-X CTRL-O, it should suggest both [my favorite link]: and [my least favorite link]:. Likewise for footnotes, if I start a line with something like

[^foot

it should complete to [^footnote]:.

Of these, I think footnote id completion should be easiest to implement, since the format for the references, [^id] is easier to scan for than the ids for images and links.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant