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
Current plan is to have nearly same plugins for Firefox and Chrome. The plugin add context menu items which appear when clicking on input, textarea or contenteditable HTML fields. The rest of the implementation is a Javascript injected to the page.
Features:
should work with "plain" input and textarea fields, together with any contenteditable where it must preserve formatting to a greatest extent possible.
use HTML dialog allowing to choose from multiple suggestions or type a custom one
The text was updated successfully, but these errors were encountered:
In Chrome, an icon of Korektor appears on toolbar after installation; but we do not use it in any way (i.e., we do not have any context menu on left-click) and we probably should.
In Firefox, I am not sure what the current policy is, but having an icon appearing on toolbar after installation would be also reasonable (so that users can "see" the plugin is installed) -- but maybe we should instead use the "Tools" menu?
Other than that, the plugin currently offers all functionality as the web service. So the future improvements probably lie in (much) better UI -- the current one is a prototype I patched up in a few days. Opening the window "in" the page seems like a horrible hack, but I did not find a better way.
Create browser plugins for Korektor service.
Current plan is to have nearly same plugins for Firefox and Chrome. The plugin add context menu items which appear when clicking on
input
,textarea
orcontenteditable
HTML fields. The rest of the implementation is a Javascript injected to the page.Features:
input
andtextarea
fields, together with anycontenteditable
where it must preserve formatting to a greatest extent possible.The text was updated successfully, but these errors were encountered: