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

Basic autofill functionality using hash, ampersand, and equals sign . #284

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

mirage335
Copy link

Allows URLs suffixes to autofill forums. Useful for integration with IDEs, file managers, etc.

Example:

project_url=xyz&project_parent=test

@caseysoftware
Copy link
Member

Can you give me a bit of background on how this works and why it's useful? Thanks!
(I'm not saying it's not, I think I'm just missing something.)

@mirage335
Copy link
Author

Runs client-side javascript in the user's browser to parse the URL string information into fields and data. It searches for those fields by name, then inserts data accordingly.

As an example, gIven a local directory Projects/Current/Name, it would be possible to generate a URL to create a new project, with subproject, and project name filled in. Thus, it becomes easier to add information from other project management systems (eg. filesystems).

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

Successfully merging this pull request may close these issues.

None yet

2 participants