• Resolved archon810

    (@archon810)


    The plugin should support some options so that the admin can customize the defaults a bit before rolling it out to all editors/writers. For example, the auto activation, I would like to change to shift/click from auto, but I don’t want everyone to have to do it manually.

    Also, maybe some parts of the plugin could be made optional and the settings could offer a way to turn them off.

    Personally, I’d like my writers to use it to figure out if there’s too much repetition being used with some words, as well as the thesaurus.

    Thanks.

    https://www.ads-software.com/plugins/twinword-writer/

Viewing 1 replies (of 1 total)
  • Plugin Author twinword

    (@twinword)

    Thanks for your suggestions. An option to set default settings for all users would be useful. I’ll make sure our planning team gets this note!

    In the meantime, if you are comfortable with editing the plugin yourself, you can set it so that if a user has not chosen a suggestion mode, it defaults to shift/click.

    To edit the plugin yourself:

    1. Go to the “Installed Plugins” page in you WordPress admin site.
    2. Under Twinword Writer, click “Edit”.
    3. On the plugin editor page, on the right side, find the file link “twinword-writer/scripts/obj_SuggestionMode.js” and click it.
    4. In the editor, add the following code to the end of the code in the editor box.
    5. Click update and that should do it. Every user who hasn’t set a mode will default to shift/click

    TwinwordWriter_SuggestionMode.prototype.init=function(a,c){this.storage=a;this.suggestionModeToggleContainerSelector=c;this.mode=0;if(storageTest(this.storage)){var d=this.storage.getItem("@tw_suggestion_mode");if("string"==typeof d&&0<d.length){for(var b=0,e=this.modes.length;b<e;b++)this.modes[b].id==d&&(this.mode=b,b==e)}else{this.mode=1}}this.updateIcon()};

Viewing 1 replies (of 1 total)
  • The topic ‘Suggestion: plugin options’ is closed to new replies.