[bin] Added a new script odfGrep.py that allows to search for some pattern within odt and ods files.
This commit is contained in:
parent
4e09a40807
commit
2869d0382f
2 changed files with 78 additions and 3 deletions
|
@ -6,10 +6,9 @@ CKEDITOR.editorConfig = function(config) {
|
|||
config.toolbar = 'Appy';
|
||||
config.toolbar_Appy = [
|
||||
{ name: 'basicstyles',
|
||||
items: ["Format", "Bold", "Italic", "Underline", "Strike",
|
||||
"Subscript", "Superscript", "RemoveFormat"]},
|
||||
items: ["Bold", "Italic", "Underline"]},
|
||||
{ name: 'paragraph',
|
||||
items: ["NumberedList","BulletedList"]},
|
||||
items: ["NumberedList","BulletedList","Outdent","Indent"]},
|
||||
{ name: 'clipboard',
|
||||
items: ["Cut","Copy","Paste","PasteText","Undo","Redo"]},
|
||||
{ name: 'editing', items: ["Scayt"]},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue