You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have written a plugin which copies a markdown-formatted link to the page, so I can paste it into my ToDo app. This is useful for any app which understands markdown but does not understand onenote: links. The http part of the link might be auto-detected, but that's not what I want because it opens the OneNote webapp, not the desktop app. Another benefit: markdown links can also include the page title.
My plugin works correctly. However, since it doesn't change the page contents, OneMore shows this popup:
I am trying to streamline the workflow as much as possible, ideally skipping this popup.
Plugins are not available from the command palette, so I must do a number of steps to use it:
open palette
choose "run plugin", press enter
choose plugin from the dropdown
click run
dismiss the popup
alt-tab to to-do app
paste link
In a perfect world, I would love to streamline this:
open palette
type "plug mark" which highlights "Run Plugin: Copy Markdown to Page", press enter
alt-tab to to-do app
paste link
...or even bind the plugin to a hotkey.
New Feature/Solution
Allow suppressing the popup dialog which appears when a plugin does not change the page. This could be signaled by the plugin itself, or could be a part of the plugin's configuration. Perhaps a checkbox in the plugin options GUI?
The text was updated successfully, but these errors were encountered:
Problem to Solve
Following up from #1519
I have written a plugin which copies a markdown-formatted link to the page, so I can paste it into my ToDo app. This is useful for any app which understands markdown but does not understand
onenote:
links. The http part of the link might be auto-detected, but that's not what I want because it opens the OneNote webapp, not the desktop app. Another benefit: markdown links can also include the page title.My plugin works correctly. However, since it doesn't change the page contents, OneMore shows this popup:
I am trying to streamline the workflow as much as possible, ideally skipping this popup.
Plugins are not available from the command palette, so I must do a number of steps to use it:
In a perfect world, I would love to streamline this:
...or even bind the plugin to a hotkey.
New Feature/Solution
Allow suppressing the popup dialog which appears when a plugin does not change the page. This could be signaled by the plugin itself, or could be a part of the plugin's configuration. Perhaps a checkbox in the plugin options GUI?
The text was updated successfully, but these errors were encountered: