-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathRES-commentTools.json
1 lines (1 loc) · 3.87 KB
/
RES-commentTools.json
1
{"commentingAs":{"type":"boolean","value":true,"description":"Shows your currently logged in username to avoid posting from the wrong account.","default":true},"userAutocomplete":{"type":"boolean","value":true,"description":"Show user autocomplete tool when typing in posts, comments and replies","default":true},"subredditAutocomplete":{"type":"boolean","value":true,"description":"Show subreddit autocomplete tool when typing in posts, comments and replies","default":true},"showInputLength":{"type":"boolean","value":true,"description":"When submitting, display the number of characters entered in the title and text fields and indicate when you go over the 300 character limit for titles.","default":true},"keyboardShortcuts":{"type":"boolean","value":true,"description":"Use keyboard shortcuts to apply styles to selected text","default":true},"macros":{"type":"table","addRowText":"+add shortcut","fields":[{"name":"label","type":"text","value":""},{"name":"text","type":"textarea","value":""},{"name":"category","type":"text","value":""},{"name":"key","type":"keycode","value":""}],"value":[["gear","[](/gear \"gear\") gear icon > ","RES",[71,false,true,false]],["double space"," \n","",[13,false,false,false]],["dark mode srstyle","When using dark mode, click the **☐ Use subreddit style** checkbox in the right sidebar under the subreddit name to enable that style in dark mode.","RES",[null,false,false,false]],["RESStorage get","1. Copy this \n `RESStorage get {{RESoptions}}`\n1. Press **.** (period) to open the RES Console. it's a thin black box.\n1. Paste that command into it.\n1. Press enter. An box will appear with a lot of text. \n1. Copy the text from the box out, paste it somewhere to keep.\n1. Click **[ok]** to close the box.","RES",[null,false,false,false]],["RESStorage update","1. Copy this \n `RESStorage update {{RESoptions}}`\n1. Press **.** (period) to open the RES Console. it's a thin black box.\n1. Paste that command into it.\n1. Press enter. An box will appear with a lot of text. \n1. Copy-paste your text into that box.\n1. Click **[confirm]** to save the text and close the box.","RES",[null,false,false,false]],["FF data loss","Unfortunately, this wasn't an upgrade. Instead, your browser trashed your RES settings and data. That includes RES' memory that you didn't just install/upgrade this version of RES. So, RES showed you the \"what's new\" page.\n\nLook at the [big blue box at the top of this subreddit](/r/Enhancement/wiki/backing_up_res_settings) for details on how to back up your data and restore lost data from backups.","RES",[null,false,false,false]],["hide after voting","reddit [**preferences**](https://ssl.reddit.com/prefs/ \"button in the top right corner\") > link options > [don't show links after I've liked them](https://ssl.reddit.com/prefs/#hide_ups) -- also \"disliked\"","prefs",[null,false,false,false]]],"description":"Add buttons to insert frequently used snippets of text.","default":[]},"keepMacroListOpen":{"type":"boolean","value":false,"description":"After selecting a macro from the dropdown list, do not hide the list.","default":false},"macroPlaceholders":{"type":"boolean","value":true,"description":"When using macro, replace placeholders in text via pop-up prompt.\t\t\t<p>Example macro text:<br>\t\t\tThe {{adj1}} {{adj2}} {{animal}} jumped over the lazy {{dog_color}} dog. The {{animal}} is so {{adj1}}!\t\t\t</p>\t\t\t<br><br>Special placeholders:\t\t\t<dl>\t\t\t<dt>{{now}}</dt><dd>The current date and time in your locale</dd>\t\t\t<dt>{{selection}}</dt><dd>The currently selected text in the text area</dd>\t\t\t<dt>{{my_username}}</dt><dd>/u/your_username</dd>\t\t\t<dt>{{subreddit}}</dt><dd>/r/current_subreddit</dd>\t\t\t<dt>{{url}}</dt><dd>URL (web address) for the current page</dd>\t\t\t<dt>{{escaped}}</dt><dd>Escape markdown characters in the selected text; e.g. <code>**</code> becomes <code>\\*\\*</code></dd>\t\t\t</dl>\t\t\t","default":true}}