Lines Matching full:edit
17 … snippetsEditOnly: 'Snippets can only be inserted in edit mode. Press {0} to edit first.',
20 saveNotInEdit: 'MyShortcuts: Save button not found. Are you in edit mode?'
126 // Edit shortcut
149 * Trigger edit action
152 // Look for edit button in DokuWiki
153 var editBtn = document.querySelector('button[name="do"][value="edit"]') ||
154 document.querySelector('a.action.edit') ||
155 document.querySelector('a[href*="do=edit"]');
160 // Construct edit URL manually
163 url += '&do=edit';
165 url += '?do=edit';
175 // Only works in edit mode
198 // Check if we're in edit mode