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

Add JavaScript auto-complete for local file paths #26

Open
postmodern opened this issue May 5, 2023 · 0 comments
Open

Add JavaScript auto-complete for local file paths #26

postmodern opened this issue May 5, 2023 · 0 comments
Labels
feature New Feature help-wanted Extra attention is needed javascript JavaScript nice-to-have Nice to have feature

Comments

@postmodern
Copy link
Member

postmodern commented May 5, 2023

Implement a vanilla JavaScript component for auto-completing local paths using a Bulma dropdown menu. The JavaScript should make background requests to the server, which would then attempt to lookup the path and return possible matches.

Example Bulma CSS + JavaScript auto-complete code: https://github.com/mattmezza/bulmahead

Note that all JavaScript must be vanilla ES6+ JavaScript. JavaScript frameworks or React are not allowed.

@postmodern postmodern added feature New Feature javascript JavaScript nice-to-have Nice to have feature help-wanted Extra attention is needed labels May 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New Feature help-wanted Extra attention is needed javascript JavaScript nice-to-have Nice to have feature
Projects
None yet
Development

No branches or pull requests

1 participant