We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Wonder how should external apps do an intent of triggering note quick add? Thinking about some use cases:
It would be nice to share URL visited in the browser with a single click.
I could make an extension that would add a button that would automatically get a link based on browser's active tab URL.
Assuming you want to save https://reddit.com, it could request note-quick-add://new-todo?input=https%3A%2F%2Freddit.com.
note-quick-add://new-todo?input=https%3A%2F%2Freddit.com
This in turn would bring up adder, with the text prefilled.
In future it could take more parameters.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Wonder how should external apps do an intent of triggering note quick add? Thinking about some use cases:
Sharing data from browser
It would be nice to share URL visited in the browser with a single click.
I could make an extension that would add a button that would automatically get a link based on browser's active tab URL.
Assuming you want to save https://reddit.com, it could request
note-quick-add://new-todo?input=https%3A%2F%2Freddit.com
.This in turn would bring up adder, with the text prefilled.
In future it could take more parameters.
The text was updated successfully, but these errors were encountered: