diff --git a/docs-src/conf.py b/docs-src/conf.py index 4a3860a..f895c4b 100644 --- a/docs-src/conf.py +++ b/docs-src/conf.py @@ -38,7 +38,8 @@ extensions = [ 'sphinx.ext.githubpages', 'classycode', 'sphinxcontrib.autoanysrc', - 'sphinx.ext.autosectionlabel' + 'sphinx.ext.autosectionlabel', + 'sphinx.ext.autosummary' # 'edit_on_github' ] diff --git a/docs-src/js/docs/markdownx.rst b/docs-src/js/docs/markdownx.rst index 41ccc3e..c96fa4f 100644 --- a/docs-src/js/docs/markdownx.rst +++ b/docs-src/js/docs/markdownx.rst @@ -1,5 +1,22 @@ MarkdownX ---------- +========= + +Frontend (JavaScript) management of Django-MarkdownX package. + +Written in JavaScript ECMA 2016, trans-compiled to ECMA 5 (2011). + +:Requirements: + - Modern browser with support for HTML5 and ECMA 2011+ (IE 10+). Older browsers would work but some features may be + missing. + - TypeScript 2+ + +JavaScript ECMA 5 files formatted as ``.js`` or ``.min.js`` are trans-compiled files. Please do not modify such files as +all changes will be lost. To contribute, please edit ``static-src/markdownx/js/markdownx.ts``. See +:doc:`contributions<../../contribution>` in the documentations for additional instructions. + +.. note:: Typescript type definitions of this module are defined in ``static-src/markdownx/js/types.ts``. + +---- .. js:data:: GeneralEventHandlers diff --git a/docs-src/js/docs/utils.rst b/docs-src/js/docs/utils.rst index 3c0e71a..1b3fb69 100644 --- a/docs-src/js/docs/utils.rst +++ b/docs-src/js/docs/utils.rst @@ -1,6 +1,16 @@ Utilities ---------- +========= +This module contains various, individually documented tools for front-end software development using JavaScript. The +original code is implemented in TypeScript 2, and follows the ECMA 2016 standards and protocols. + +JavaScript ECMA 5 files formatted as ``.js`` or ``.min.js`` are trans-compiled files. Please do not modify such files as +all changes will be lost. To contribute, please edit ``static-src/markdownx/js/utils.ts``. See +:doc:`contributions<../../contribution>` in the documentations for additional instructions. + +.. note:: Typescript type definitions of this module are defined in ``static-src/markdownx/js/types.ts``. + +---- .. js:function:: getCookie(name) @@ -215,3 +225,22 @@ Utilities // or >>> removeClass(document.getElementById('my-element'), 'classA', 'classB', 'classC'); + +---- + +**MIT Software License** + +:Copyright 2017: Pouria Hadjibagheri + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated +documentation files (the "Software"), to deal in the Software without restriction, including without limitation the +rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the +Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/docs-src/markdownx/markdownx.rst b/docs-src/markdownx/markdownx.rst index d40813a..cf4e8f8 100644 --- a/docs-src/markdownx/markdownx.rst +++ b/docs-src/markdownx/markdownx.rst @@ -1,5 +1,6 @@ MarkdownX Modules ----------------- + .. toctree:: :maxdepth: 2 :glob: diff --git a/docs/_sources/js/docs/markdownx.rst.txt b/docs/_sources/js/docs/markdownx.rst.txt index 41ccc3e..c96fa4f 100644 --- a/docs/_sources/js/docs/markdownx.rst.txt +++ b/docs/_sources/js/docs/markdownx.rst.txt @@ -1,5 +1,22 @@ MarkdownX ---------- +========= + +Frontend (JavaScript) management of Django-MarkdownX package. + +Written in JavaScript ECMA 2016, trans-compiled to ECMA 5 (2011). + +:Requirements: + - Modern browser with support for HTML5 and ECMA 2011+ (IE 10+). Older browsers would work but some features may be + missing. + - TypeScript 2+ + +JavaScript ECMA 5 files formatted as ``.js`` or ``.min.js`` are trans-compiled files. Please do not modify such files as +all changes will be lost. To contribute, please edit ``static-src/markdownx/js/markdownx.ts``. See +:doc:`contributions<../../contribution>` in the documentations for additional instructions. + +.. note:: Typescript type definitions of this module are defined in ``static-src/markdownx/js/types.ts``. + +---- .. js:data:: GeneralEventHandlers diff --git a/docs/_sources/js/docs/utils.rst.txt b/docs/_sources/js/docs/utils.rst.txt index 3c0e71a..1b3fb69 100644 --- a/docs/_sources/js/docs/utils.rst.txt +++ b/docs/_sources/js/docs/utils.rst.txt @@ -1,6 +1,16 @@ Utilities ---------- +========= +This module contains various, individually documented tools for front-end software development using JavaScript. The +original code is implemented in TypeScript 2, and follows the ECMA 2016 standards and protocols. + +JavaScript ECMA 5 files formatted as ``.js`` or ``.min.js`` are trans-compiled files. Please do not modify such files as +all changes will be lost. To contribute, please edit ``static-src/markdownx/js/utils.ts``. See +:doc:`contributions<../../contribution>` in the documentations for additional instructions. + +.. note:: Typescript type definitions of this module are defined in ``static-src/markdownx/js/types.ts``. + +---- .. js:function:: getCookie(name) @@ -215,3 +225,22 @@ Utilities // or >>> removeClass(document.getElementById('my-element'), 'classA', 'classB', 'classC'); + +---- + +**MIT Software License** + +:Copyright 2017: Pouria Hadjibagheri + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated +documentation files (the "Software"), to deal in the Software without restriction, including without limitation the +rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the +Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/docs/_sources/markdownx/markdownx.rst.txt b/docs/_sources/markdownx/markdownx.rst.txt index d40813a..cf4e8f8 100644 --- a/docs/_sources/markdownx/markdownx.rst.txt +++ b/docs/_sources/markdownx/markdownx.rst.txt @@ -1,5 +1,6 @@ MarkdownX Modules ----------------- + .. toctree:: :maxdepth: 2 :glob: diff --git a/docs/doctrees/environment.pickle b/docs/doctrees/environment.pickle index 3412d2e..716ed2e 100644 Binary files a/docs/doctrees/environment.pickle and b/docs/doctrees/environment.pickle differ diff --git a/docs/doctrees/js/docs/markdownx.doctree b/docs/doctrees/js/docs/markdownx.doctree index 43453de..886cdb7 100644 Binary files a/docs/doctrees/js/docs/markdownx.doctree and b/docs/doctrees/js/docs/markdownx.doctree differ diff --git a/docs/doctrees/js/docs/utils.doctree b/docs/doctrees/js/docs/utils.doctree index 1c23176..a66009d 100644 Binary files a/docs/doctrees/js/docs/utils.doctree and b/docs/doctrees/js/docs/utils.doctree differ diff --git a/docs/doctrees/markdownx/markdownx.doctree b/docs/doctrees/markdownx/markdownx.doctree index 6a3d9bc..5bfdd8f 100644 Binary files a/docs/doctrees/markdownx/markdownx.doctree and b/docs/doctrees/markdownx/markdownx.doctree differ diff --git a/docs/js/docs/markdownx.html b/docs/js/docs/markdownx.html index d4cc0fe..ec409be 100644 --- a/docs/js/docs/markdownx.html +++ b/docs/js/docs/markdownx.html @@ -178,6 +178,29 @@

MarkdownX

+

Frontend (JavaScript) management of Django-MarkdownX package.

+

Written in JavaScript ECMA 2016, trans-compiled to ECMA 5 (2011).

+ +++ + + + +
Requirements:
    +
  • Modern browser with support for HTML5 and ECMA 2011+ (IE 10+). Older browsers would work but some features may be +missing.
  • +
  • TypeScript 2+
  • +
+
+

JavaScript ECMA 5 files formatted as .js or .min.js are trans-compiled files. Please do not modify such files as +all changes will be lost. To contribute, please edit static-src/markdownx/js/markdownx.ts. See +contributions in the documentations for additional instructions.

+
+

Note

+

Typescript type definitions of this module are defined in static-src/markdownx/js/types.ts.

+
+
GeneralEventHandlers
diff --git a/docs/js/docs/utils.html b/docs/js/docs/utils.html index fa5c5ca..15a4ab8 100644 --- a/docs/js/docs/utils.html +++ b/docs/js/docs/utils.html @@ -178,6 +178,16 @@

Utilities

+

This module contains various, individually documented tools for front-end software development using JavaScript. The +original code is implemented in TypeScript 2, and follows the ECMA 2016 standards and protocols.

+

JavaScript ECMA 5 files formatted as .js or .min.js are trans-compiled files. Please do not modify such files as +all changes will be lost. To contribute, please edit static-src/markdownx/js/utils.ts. See +contributions in the documentations for additional instructions.

+
+

Note

+

Typescript type definitions of this module are defined in static-src/markdownx/js/types.ts.

+
+
getCookie(name)
@@ -576,6 +586,26 @@ Default is true.<
+
+

MIT Software License

+ +++ + + + +
Copyright 2017:Pouria Hadjibagheri
+

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated +documentation files (the “Software”), to deal in the Software without restriction, including without limitation the +rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the following conditions:

+

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the +Software.

+

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

diff --git a/docs/searchindex.js b/docs/searchindex.js index 12f10b6..31e3db6 100644 --- a/docs/searchindex.js +++ b/docs/searchindex.js @@ -1 +1 @@ -Search.setIndex({docnames:["contribution","customization","example","getting_started","index","installation","js/docs","js/docs/markdownx","js/docs/utils","js/events","js/js","license","markdownx/docs/admins","markdownx/docs/exceptions","markdownx/docs/fields","markdownx/docs/forms","markdownx/docs/models","markdownx/docs/urls","markdownx/docs/utilities","markdownx/docs/views","markdownx/markdownx","translation"],envversion:51,filenames:["contribution.rst","customization.rst","example.rst","getting_started.rst","index.rst","installation.rst","js/docs.rst","js/docs/markdownx.rst","js/docs/utils.rst","js/events.rst","js/js.rst","license.rst","markdownx/docs/admins.rst","markdownx/docs/exceptions.rst","markdownx/docs/fields.rst","markdownx/docs/forms.rst","markdownx/docs/models.rst","markdownx/docs/urls.rst","markdownx/docs/utilities.rst","markdownx/docs/views.rst","markdownx/markdownx.rst","translation.rst"],objects:{"":{AJAXRequest:[8,0,1,""],DUPLICATE:[7,1,1,""],GeneralEventHandlers:[7,2,1,""],Handlers:[7,2,1,""],INDENT:[7,1,1,""],MarkdownX:[7,3,1,""],Request:[8,3,1,""],TAB:[7,1,1,""],UNINDENT:[7,1,1,""],_editorIsResizable:[7,1,1,""],_latency:[7,1,1,""],_markdownify:[7,0,1,""],_multiLineIndentation:[7,0,1,""],_routineEventResponse:[7,0,1,""],addClass:[8,0,1,""],applyDuplication:[7,0,1,""],applyIndentation:[7,0,1,""],applyTab:[7,0,1,""],constructor:[8,0,1,""],data:[8,1,1,""],editor:[7,1,1,""],error:[8,0,1,""],getCookie:[8,0,1,""],getEditorHeight:[7,0,1,""],getHeight:[7,0,1,""],getMarkdown:[7,0,1,""],hasClass:[8,0,1,""],hub:[7,0,1,""],inhibitDefault:[7,0,1,""],inputChanged:[7,0,1,""],insertImage:[7,0,1,""],keyboardEvents:[7,2,1,""],keys:[7,2,1,""],markdownx:[4,4,0,"-"],mountEvents:[8,0,1,""],onDragEnter:[7,0,1,""],onDragLeave:[7,0,1,""],onDrop:[7,0,1,""],onKeyDown:[7,0,1,""],parent:[7,1,1,""],preparePostData:[8,0,1,""],preview:[7,1,1,""],progress:[8,0,1,""],properties:[7,2,1,""],removeClass:[8,0,1,""],removeIndentation:[7,0,1,""],removeTab:[7,0,1,""],send:[8,0,1,""],sendFile:[7,0,1,""],success:[8,0,1,""],triggerCustomEvent:[8,0,1,""],triggerEvent:[8,0,1,""],updateHeight:[7,0,1,""],url:[8,1,1,""],xhr:[8,1,1,""],zip:[8,0,1,""]},"markdownx.admin":{MarkdownxModelAdmin:[12,5,1,""]},"markdownx.exceptions":{MarkdownxImageUploadError:[13,6,1,""]},"markdownx.exceptions.MarkdownxImageUploadError":{invalid_size:[13,7,1,""],not_uploaded:[13,7,1,""],unsupported_format:[13,7,1,""]},"markdownx.fields":{MarkdownxFormField:[14,5,1,""]},"markdownx.forms":{ImageForm:[15,5,1,""]},"markdownx.forms.ImageForm":{clean:[15,8,1,""],get_unique_file_name:[15,7,1,""],save:[15,8,1,""]},"markdownx.models":{MarkdownxField:[16,5,1,""]},"markdownx.models.MarkdownxField":{formfield:[16,8,1,""]},"markdownx.utils":{markdownify:[18,9,1,""],scale_and_crop:[18,9,1,""],xml_has_javascript:[18,9,1,""]},"markdownx.views":{ImageUploadView:[19,5,1,""],MarkdownifyView:[19,5,1,""]},"markdownx.views.ImageUploadView":{form_class:[19,10,1,""],form_invalid:[19,8,1,""],form_valid:[19,8,1,""]},"markdownx.views.MarkdownifyView":{post:[19,8,1,""]},markdownx:{admin:[12,4,0,"-"],exceptions:[13,4,0,"-"],fields:[14,4,0,"-"],forms:[15,4,0,"-"],models:[16,4,0,"-"],urls:[17,4,0,"-"],utils:[18,4,0,"-"],views:[19,4,0,"-"]}},objnames:{"0":["js","function","JavaScript function"],"1":["js","attribute","JavaScript attribute"],"10":["py","attribute","Python attribute"],"2":["js","data","JavaScript data"],"3":["js","class","JavaScript class"],"4":["py","module","Python module"],"5":["py","class","Python class"],"6":["py","exception","Python exception"],"7":["py","staticmethod","Python static method"],"8":["py","method","Python method"],"9":["py","function","Python function"]},objtypes:{"0":"js:function","1":"js:attribute","10":"py:attribute","2":"js:data","3":"js:class","4":"py:module","5":"py:class","6":"py:exception","7":"py:staticmethod","8":"py:method","9":"py:function"},terms:{"150px":7,"15th":1,"4e6":19,"50mb":1,"\u0641\u0627\u0631\u0633\u06cc":21,"boolean":[7,8],"byte":[1,18],"case":1,"catch":8,"class":[1,2,7,8,12,14,15,16,19],"const":8,"default":[0,1,3,7,8,13,16,17,19],"final":1,"float":13,"fran\u00e7ai":21,"function":[0,1,7,8,19],"import":[1,2,3],"int":[1,13,18],"long":21,"new":[7,8,18],"null":[7,8,16],"return":[1,7,8,9,13,15,16,18,19],"static":[13,15],"throw":8,"true":[1,7,8,15,16,18],And:0,For:[1,16],One:0,The:[1,2,7,8,13,15,16],There:[0,1],Used:[14,15],Using:[1,4],_editorisresiz:7,_latenc:7,_markdownifi:7,_multilineindent:7,_routineeventrespons:7,abbrevi:1,about:1,abov:[0,11],accept:[1,4],access:[1,19],accommod:1,accompani:0,accordingli:2,accur:1,achiev:1,across:21,action:2,activ:5,add:[3,8],addclass:8,added:[7,17],addeventlisten:9,adding:3,addit:[0,1,3,7,8,10,12,16,18],address:1,adi:5,admin:[1,4,16,20],admin_sit:12,adminmarkdownxwidget:1,advanc:1,advantag:[0,2,9],advis:11,after:9,against:[1,15],ajax:[1,7,8,15,19],ajaxrequest:8,alia:19,all:[0,1,17,21],allow:[0,1,13,15,16],along:0,alreadi:[0,8],also:[0,1,2,16],alter:[0,1,3,7,8],altern:3,although:0,amount:1,ani:[0,1,5,8,11,16],anim:1,api:8,app:[0,1,2],appli:1,applic:7,applydupl:7,applyindent:7,applytab:7,appreci:4,appropri:19,approv:[10,11],april:1,arg:[8,14,19],argument:[0,1,7,8,16,19],aris:11,arrai:8,ascii:7,ask:0,asset:3,attach:15,attack:1,attempt:0,attribut:[7,16,17],auto_cr:16,auto_id:15,automat:[0,1,4,8,16],avail:[0,1,8,13],backend:1,balanc:1,base:[0,7],basi:1,becom:1,been:[0,1,9,13,16],befor:0,begin:[7,9],behaviour:[1,3],being:1,below:[1,9],better:1,between:1,binari:11,blank:16,bombard:1,bool:[15,16,18],bootstrap:[0,1,4],borrow:16,browser:[7,8,10],bsd:11,built:4,busi:11,byteio:15,bytesio:18,calcul:1,call:[1,8],callback:8,can:[0,1,2,3,4,5,8],captur:8,caus:11,ceas:0,challeng:0,chang:[0,1,3],charfield:14,charset:15,check:[1,15,18],choic:[0,3,16],classa:8,classb:8,classc:8,classnam:8,claus:11,clean:[0,15],clone:[0,5],code:[0,1,4,5,10,11,13],col:1,collect:[1,3,8],collectstat:3,com:[0,5,8],come:[0,1,21],comment:1,commit:[0,15,21],commun:21,compat:[0,4,13],compil:[0,1,10,18],compos:0,compositionstart:8,comprehens:[0,2,4],compress:[1,4],compromis:1,comput:7,condit:[7,11],conf:3,configur:0,confirm:8,consequenti:11,consid:1,consist:16,consol:[8,9],construct:0,constructor:8,contain:[0,1,9,18,19],content:[1,8,18,19],content_typ:15,context:1,contract:11,contrib:[1,2],contribut:[4,21],contributor:11,control:1,convers:19,convert:16,cooki:8,copi:7,copyright:11,core:4,correspond:[7,8],coverag:0,cpu:1,creat:[0,1,8,15,16],create_doc:0,crop:[1,4,18],cross:1,csrf:[1,8],csrf_token:2,csrfmiddlewaretoken:8,css:7,ctrl:0,current:[1,4,7,10,13],cursor:7,custom:[3,4,7,8,13,16,18],customis:[1,16],customiz:4,daemon:0,damag:11,data:[8,11,15,18],databas:[2,16],date:1,datetim:1,db_column:16,db_index:16,db_tablespac:16,ddo:1,deal:1,deconstruct:8,def:1,defin:[1,7,8,13],definit:4,defualt:7,degre:1,depend:[0,1,3],describ:1,descript:[0,1,7,9,16],design:[4,15],desir:[1,16],detail:[7,8,9,10],determin:[7,8],deutsch:21,dev:0,develop:[0,1,8,21],dict:[1,8,16],dictionari:[1,16],didn:9,differ:[1,2,9],dimens:15,direct:11,directli:5,directori:[0,1,4,5],disabl:1,discard:0,disclaim:11,disk:15,displai:[1,7,16],distribut:11,div:1,django:[0,1,3,5,8,12,15,16,17,19,21],doc:[0,1,17],docker:0,dockerfil:0,document:[0,1,7,8,9,11,16,21],doe:[1,8,9],doing:0,don:[0,1,3],done:[0,2],down:1,download:[0,5],dpi:18,drag:[4,7],dragent:7,dragev:7,dragleav:7,drop:[4,7],duplic:7,dure:[9,16],dutch:21,eas:4,easi:4,easier:0,ecma:[9,10],edit:[4,16],editor:[4,7,8,9,15],editorlisten:8,either:[0,3,7],element:[7,8,9],elimin:8,els:[1,7,15],embed:8,emploi:1,empti:[1,16],empty_permit:15,enabl:[1,8,14],encod:[1,7,18,19],encourag:0,end:[0,1,9,10,15,21],english:21,enjoi:1,ensur:1,enter:[1,7],entir:8,environ:[0,5],equal:1,error:[0,8,9,13,16,19],error_class:15,error_messag:16,errorlist:15,escap:16,essenc:1,essenti:1,even:[11,16,21],event:[1,4,7,8,10,11,19],everi:4,everyth:1,exampl:[4,7,8,10,12,17],except:[4,20],exclud:15,exemplari:11,exemplifi:9,exist:[0,8,15],exit:0,expect:13,explain:0,express:11,extend:[0,1,2],extens:[4,15],extension_config:1,extension_name_1:1,extra:[1,16],extract:15,fals:[1,7,8,15,16,18],featur:[0,1,2],fellow:1,field:[2,4,8,16,20],field_ord:15,file:[0,1,7,9,13,15],file_nam:15,fileuploadbegin:9,fileuploadend:9,fileuploaderror:9,find:[2,17],first:[3,8],fit:11,flexibl:[1,4],focu:1,folder:1,follow:[0,1,2,5,8,11,13,17,19],footnot:1,foremost:3,forget:3,form:[1,4,8,11,16,19,20],form_class:[16,19],form_invalid:19,form_valid:[1,19],format:[4,8,13],formdata:8,formfield:[14,16],formfield_overrid:1,found:[4,8],framework:4,french:21,from:[0,1,2,3,4,7,15,16,19,21],fromdata:8,front:[0,1,10],frontend:1,full:1,fulli:[0,1],futur:1,ga3:19,gener:[4,7,15,16],generaleventhandl:7,german:21,get:[2,4],get_unique_file_nam:15,getcooki:8,geteditorheight:7,getelementbyid:8,getelementsbyclassnam:[7,9],getheight:7,getmarkdown:7,git:[0,5],github:[0,4,5],given:[8,16,18],global:21,good:[1,11],graphic:[1,18],great:[1,4],handl:[1,7,9,10,15,19],handler:[7,9],has:[1,8,9,17],hasclass:8,have:[0,1,2,5,13,16,17],heiderich:1,height:[1,7],held:15,help:[0,16,21],help_text:16,here:[0,1,2],high:[1,4],highlight:1,hmtlelement:7,hold:0,holder:11,hotkei:7,how:[1,2],howev:[1,11],html:[1,7,8,10,16,18,19],htmlelement:7,htmltextareael:7,http:[0,1,5,8,19],httprespons:19,hub:7,huge:1,human:16,id_:15,ident:16,ie6:8,ignor:1,imag:[4,7,10,15,18,19],image_cod:19,image_directori:19,imageform:[15,19],imageuploadview:[1,19],implement:[0,1,2,8],impli:11,impos:1,improv:4,incident:11,includ:[0,1,2,3,8,11,15,16,17],inclus:[0,21],incorpor:8,indent:7,independ:[0,1],index:[4,5],indirect:11,info:[1,8],inform:[1,3,8,12,16,18],infrastructur:1,inhibit:7,inhibitdefault:7,init:9,initi:[0,7,8,9,11,15],inject:[1,18],inner:1,input:8,inputchang:[7,8],insert:[1,4,7,19],insertimag:7,inspir:4,instal:[0,1,2,4],installed_app:3,instanc:[1,7,8,15,17,19],instead:1,instruct:[0,2],intact:1,integr:1,intend:0,interpret:[1,3],interrupt:11,introduc:[0,1],invalid:[16,19],invalid_s:13,isn:16,issu:[0,1],item:8,its:[0,4,7,15,21],javascript:[1,4,8,9,18],jpeg:[1,4],jpg:1,jqueri:9,json:[0,7,8,19],jsonrespons:19,just:[1,2],keep:[1,13],kei:[7,8,9,16],keyboard:7,keyboardev:7,keydown:7,keyword:19,known:1,kwarg:[14,16,19],label_suffix:15,lag:1,languag:4,larg:1,larger:13,last:1,later:1,layout:4,lead:1,learn:[1,17],lengthcomput:8,let:[7,8,9,16],level:[4,7],liabil:11,liabl:11,licens:4,like:[0,1,2],limit:11,line:7,link:17,linux:0,list:[1,3,4,11,16],listen:[8,9],live:4,load:[1,8],local:[0,13],localhost:0,locat:[1,4,7,15],log:[8,9],look:[1,8],loss:11,lossi:1,lossless:1,lot:1,machin:[0,5],made:[0,1,4],mai:[1,3,5,9,19],main:17,maintain:1,major:0,make:[5,21],makefil:0,manag:[0,3],mani:0,manipul:4,manual:8,map:[7,8,9],mario:1,markdown:[4,7,10,14,16,18,19],markdownifi:[9,18],markdownifyview:19,markdownx:[0,1,2,3,5,6,9,10,11,12,13,14,15,16,17,18,19,21],markdownx_:17,markdownx_editor:1,markdownx_editor_resiz:1,markdownx_image_max_s:1,markdownx_markdown_extens:1,markdownx_markdown_extension_config:1,markdownx_markdownify_funct:[1,19],markdownx_media_path:1,markdownx_server_call_lat:1,markdownx_svg_javascript_protect:1,markdownx_upload:17,markdownx_upload_content_typ:1,markdownx_upload_max_s:1,markdownx_upload_urls_path:1,markdownx_urls_path:1,markdownxfield:[2,12,16],markdownxformfield:[2,14],markdownximageuploaderror:13,markdownxmodeladmin:[2,12],markdowxmodel:2,markup:1,match:[1,16],materi:11,max:13,max_length:16,maximum:[4,13,15],mdx:7,mean:1,meaning:1,media:[2,4,19],media_root:1,medium:1,memori:[1,15],merchant:11,messag:[0,13,16,19,21],met:11,method:[0,2,3],middlewar:1,milisecond:1,millisecond:1,minimum:1,minor:[0,16],model:[1,4,12,20],modeladmin:1,modelform:16,modif:[4,11,16],modifi:18,modul:[1,4],monitor:[1,18],more:[0,1,17,21],mount:8,mountev:8,much:1,multi:7,multipl:[4,5,8],must:[0,1,8,11],myfield:2,myform:2,mymarkdowneditor:7,mymarkdownpreview:7,mymodel:[1,2],mymodeladmin:1,name:[1,8,15,16,17],namedtupl:15,namespac:17,natur:0,navig:5,nederland:21,need:[0,1,8],neglig:11,neutronx:0,next:[0,2],node:0,none:[13,15,16,18],nonetheless:1,not_provid:16,not_upload:13,note:[15,16],notic:11,notif:8,now:1,npm:0,number:[1,7],object:[1,7,8,9],obtain:8,occur:9,off:[0,5],offici:16,often:0,older:10,onc:0,ondragent:7,ondragleav:7,ondrop:7,one:[0,1,5,8],ones:0,onkeydown:[7,8],onli:[0,8],onto:[0,7,8],open:11,oper:0,option:[0,1],option_1:1,oracl:0,ordinari:16,other:[1,11,16],otherwis:[7,8,11,15,18],our:[0,1,4],out:[0,11,17],outlin:[1,8],output:1,outsid:0,over:1,overrid:[0,1,16],own:[0,1,2],owner:11,packag:[0,1,4,5],page:[1,4],pane:1,param:13,paramet:[13,15,16,18,19],parent:7,particular:11,particularli:1,pass:[8,16],path:[7,15],pattern:[3,17],per:4,perform:18,permit:[1,11,13],persian:21,person:[1,4],pil:15,pip:4,pixel:7,place:1,plan:0,pleas:[0,13],plugin:[4,9,21],png:[1,4,19],point:0,polish:21,polski:21,possibl:[11,17,21],post:[1,2,4,8,9,19],posturl:8,potenti:[0,1],practic:1,pre:[1,4],prefix:15,preparepostdata:8,present:1,press:7,prevent:[1,7],preview:[1,4,7],primary_kei:16,privat:[7,8],probabl:0,problem:[0,9],process:[1,9],procur:11,produc:[19,21],profit:11,programm:1,progress:8,project:[0,1,17],properti:7,prospect:1,protect:1,provid:[1,8,10,11,21],pull:0,pure:10,purpos:[9,11],pypi:5,python3:[0,3,5],python:[0,4,5,8,15],qualiti:18,queryselector:7,quick:[4,10],rais:16,raster:[1,18],rather:1,raw:4,read:1,readabl:16,realli:21,reason:[0,1],receiv:7,recommend:1,redistribut:11,reduc:8,reduct:4,refer:[4,10],reflect:0,regist:[1,2,7],rel:[1,16],releas:0,relev:[1,2,3,16],reli:10,remov:[7,8],removeclass:8,removeindent:7,removetab:7,render:[1,15],renown:4,replac:[1,3,5,14],report:0,repres:7,represent:12,reproduc:11,request:[0,1,7,8,19],requir:[0,1,2],resiz:7,resolut:1,resort:1,respons:[1,7,8,9,19],responsetext:8,responsexml:8,restart:0,restrict:1,result:1,retain:11,routin:7,row:[1,8],run:[0,3,16],runtest:0,save:[0,1,2,15,19],scalabl:1,scale_and_crop:18,script:1,scroll:7,search:4,section:1,secur:18,see:[0,1,3,7,8,10,12,16,17,18],seen:1,select:7,send:8,sendfil:7,sent:1,serial:16,server:[0,1,7],servic:11,set:[0,2,3,4,7,8,13,15,19],setup:[0,5],shall:11,should:[0,1,5],show:0,side:1,sidebar:1,silent:1,similarli:21,simpl:1,singl:[1,7,8],site:[1,2],size:[4,13,15,18],skip:16,slightli:1,slow:1,smaller:1,smart:7,softwar:11,some:9,sometim:1,somewhat:0,sourc:[0,4,11],space:16,special:11,specif:[1,10,17,18],standard:10,start:[0,2,4,5,8,17],static_root:3,step:2,still:17,store:[1,4,16],str:[1,15,16,18],strength:21,strftime:1,strict:11,string:[1,7,8,9],structur:8,style:[3,7],subsequ:15,substanti:1,substitut:11,success:8,successfulli:2,suit:1,support:[0,1,4,8,10,13],sure:5,svg:[1,4,15],system:0,tab:7,tabl:1,tag:[4,18,19],take:[0,1,9],target:8,task:7,templat:[2,4],template_dir:1,templatesset:1,test:[4,8],text:[1,4,7,9,16,18],textarea:1,textfield:[1,2,16],texttoinsert:7,than:[0,1],thank:1,thei:[1,16],them:0,theori:11,therefor:[16,21],thi:[0,1,2,3,8,11,16,21],those:[1,16],through:[0,1,2,7,15],time:1,timeout:7,togeth:8,token:[1,8],too:21,tool:1,tort:11,total:8,toward:4,traffic:1,tran:[1,10,18],transfer:8,translat:[0,4],tricki:0,trigger:[8,9],triggercustomev:8,triggerev:8,tupl:16,turn:1,type:[1,7,8,13,15,16,18,19],typeerror:8,typescript:[0,10],ubuntu:0,under:[1,7,8,10,11,13,19],underscor:16,unind:7,uniqu:[15,16,17],unique_for_d:16,unique_for_month:16,unique_for_year:16,unique_nam:1,univers:15,unix:0,unsupported_format:13,updat:[7,9],updateerror:9,updateheight:7,upload:[4,7,8,9,10,13,15,17,19],upon:7,upscal:[1,4,18],url:[3,4,7,8,19,20],urlpattern:3,usag:8,use:[0,1,2,4,11,17],use_required_attribut:15,used:[0,1,8,16],useful:16,user:1,uses:[0,1],using:[1,2,3,5,10,15,16,19],util:[1,4,6,9,10,15,20],uuid:15,vagrant:0,vagrantfil:0,valid:[16,19],valu:[1,8,16],value_1:1,variabl:[1,3,7,9],variou:[1,7,21],vector:1,verbos:16,verbose_nam:16,veri:1,version:[5,13],view:[4,20],virtual:[0,5],virtualbox:0,vulner:1,wai:[1,11],wanna:21,want:[1,16],warranti:11,web:4,websit:1,welcom:0,well:1,what:0,when:[1,2,7,9,17],where:[1,7,8],whether:[0,8,11,18],which:[0,1,4,7,8,19],whilst:[0,1],who:1,whose:[7,8],why:[0,21],widget2:1,widget:[1,16],width:1,willing:1,window:0,wish:[1,5],within:0,without:[0,11],work:9,world:21,would:[0,1,19],wrapper:8,written:10,xenial:0,xhr:8,xml:[1,15,18],xml_has_javascript:18,xmlhttprequest:8,xss:1,yml:0,you:[0,1,2,3,5,9,16],your:[0,1,2,3,5,16,17],zero:1,zip:8},titles:["Contributions","Customization","Example","Getting Started","Django MarkdownX","Installation","JavaScript Code","MarkdownX","Utilities","Events","JavaScript","License","Admin","Exceptions","Fields","Form","Models","URLs","Utilities","Views","MarkdownX Modules","Translation"],titleterms:{Using:5,acknowledg:4,admin:[2,12],code:6,compat:10,configur:1,content:4,contribut:0,current:21,custom:1,detail:1,dimens:1,django:[2,4],document:4,editor:1,event:9,exampl:[0,1,2,9],except:13,extens:1,featur:4,field:[1,14],form:[2,15],format:1,from:5,gener:1,get:3,imag:1,includ:21,instal:5,javascript:[6,10],kei:4,languag:21,latenc:1,licens:11,markdown:1,markdownifi:1,markdownx:[4,7,20],maximum:1,media:1,model:[2,16],modul:20,path:1,pip:5,qualiti:1,quick:[0,1,9],refer:[0,1,9],secur:1,set:1,size:1,sourc:5,start:3,tag:1,templat:1,test:0,translat:21,upload:1,url:[1,17],util:[8,18],view:19,your:21}}) \ No newline at end of file +Search.setIndex({docnames:["contribution","customization","example","getting_started","index","installation","js/docs","js/docs/markdownx","js/docs/utils","js/events","js/js","license","markdownx/docs/admins","markdownx/docs/exceptions","markdownx/docs/fields","markdownx/docs/forms","markdownx/docs/models","markdownx/docs/urls","markdownx/docs/utilities","markdownx/docs/views","markdownx/markdownx","translation"],envversion:51,filenames:["contribution.rst","customization.rst","example.rst","getting_started.rst","index.rst","installation.rst","js/docs.rst","js/docs/markdownx.rst","js/docs/utils.rst","js/events.rst","js/js.rst","license.rst","markdownx/docs/admins.rst","markdownx/docs/exceptions.rst","markdownx/docs/fields.rst","markdownx/docs/forms.rst","markdownx/docs/models.rst","markdownx/docs/urls.rst","markdownx/docs/utilities.rst","markdownx/docs/views.rst","markdownx/markdownx.rst","translation.rst"],objects:{"":{AJAXRequest:[8,0,1,""],DUPLICATE:[7,1,1,""],GeneralEventHandlers:[7,2,1,""],Handlers:[7,2,1,""],INDENT:[7,1,1,""],MarkdownX:[7,3,1,""],Request:[8,3,1,""],TAB:[7,1,1,""],UNINDENT:[7,1,1,""],_editorIsResizable:[7,1,1,""],_latency:[7,1,1,""],_markdownify:[7,0,1,""],_multiLineIndentation:[7,0,1,""],_routineEventResponse:[7,0,1,""],addClass:[8,0,1,""],applyDuplication:[7,0,1,""],applyIndentation:[7,0,1,""],applyTab:[7,0,1,""],constructor:[8,0,1,""],data:[8,1,1,""],editor:[7,1,1,""],error:[8,0,1,""],getCookie:[8,0,1,""],getEditorHeight:[7,0,1,""],getHeight:[7,0,1,""],getMarkdown:[7,0,1,""],hasClass:[8,0,1,""],hub:[7,0,1,""],inhibitDefault:[7,0,1,""],inputChanged:[7,0,1,""],insertImage:[7,0,1,""],keyboardEvents:[7,2,1,""],keys:[7,2,1,""],markdownx:[4,4,0,"-"],mountEvents:[8,0,1,""],onDragEnter:[7,0,1,""],onDragLeave:[7,0,1,""],onDrop:[7,0,1,""],onKeyDown:[7,0,1,""],parent:[7,1,1,""],preparePostData:[8,0,1,""],preview:[7,1,1,""],progress:[8,0,1,""],properties:[7,2,1,""],removeClass:[8,0,1,""],removeIndentation:[7,0,1,""],removeTab:[7,0,1,""],send:[8,0,1,""],sendFile:[7,0,1,""],success:[8,0,1,""],triggerCustomEvent:[8,0,1,""],triggerEvent:[8,0,1,""],updateHeight:[7,0,1,""],url:[8,1,1,""],xhr:[8,1,1,""],zip:[8,0,1,""]},"markdownx.admin":{MarkdownxModelAdmin:[12,5,1,""]},"markdownx.exceptions":{MarkdownxImageUploadError:[13,6,1,""]},"markdownx.exceptions.MarkdownxImageUploadError":{invalid_size:[13,7,1,""],not_uploaded:[13,7,1,""],unsupported_format:[13,7,1,""]},"markdownx.fields":{MarkdownxFormField:[14,5,1,""]},"markdownx.forms":{ImageForm:[15,5,1,""]},"markdownx.forms.ImageForm":{clean:[15,8,1,""],get_unique_file_name:[15,7,1,""],save:[15,8,1,""]},"markdownx.models":{MarkdownxField:[16,5,1,""]},"markdownx.models.MarkdownxField":{formfield:[16,8,1,""]},"markdownx.utils":{markdownify:[18,9,1,""],scale_and_crop:[18,9,1,""],xml_has_javascript:[18,9,1,""]},"markdownx.views":{ImageUploadView:[19,5,1,""],MarkdownifyView:[19,5,1,""]},"markdownx.views.ImageUploadView":{form_class:[19,10,1,""],form_invalid:[19,8,1,""],form_valid:[19,8,1,""]},"markdownx.views.MarkdownifyView":{post:[19,8,1,""]},markdownx:{admin:[12,4,0,"-"],exceptions:[13,4,0,"-"],fields:[14,4,0,"-"],forms:[15,4,0,"-"],models:[16,4,0,"-"],urls:[17,4,0,"-"],utils:[18,4,0,"-"],views:[19,4,0,"-"]}},objnames:{"0":["js","function","JavaScript function"],"1":["js","attribute","JavaScript attribute"],"10":["py","attribute","Python attribute"],"2":["js","data","JavaScript data"],"3":["js","class","JavaScript class"],"4":["py","module","Python module"],"5":["py","class","Python class"],"6":["py","exception","Python exception"],"7":["py","staticmethod","Python static method"],"8":["py","method","Python method"],"9":["py","function","Python function"]},objtypes:{"0":"js:function","1":"js:attribute","10":"py:attribute","2":"js:data","3":"js:class","4":"py:module","5":"py:class","6":"py:exception","7":"py:staticmethod","8":"py:method","9":"py:function"},terms:{"150px":7,"15th":1,"4e6":19,"50mb":1,"\u0641\u0627\u0631\u0633\u06cc":21,"boolean":[7,8],"byte":[1,18],"case":1,"catch":8,"class":[1,2,7,8,12,14,15,16,19],"const":8,"default":[0,1,3,7,8,13,16,17,19],"final":1,"float":13,"fran\u00e7ai":21,"function":[0,1,7,8,19],"import":[1,2,3],"int":[1,13,18],"long":21,"new":[7,8,18],"null":[7,8,16],"return":[1,7,8,9,13,15,16,18,19],"static":[7,8,13,15],"throw":8,"true":[1,7,8,15,16,18],AND:8,And:0,BUT:8,FOR:8,For:[1,16],NOT:8,One:0,THE:8,The:[1,2,7,8,13,15,16],There:[0,1],USE:8,Used:[14,15],Using:[1,4],WITH:8,_editorisresiz:7,_latenc:7,_markdownifi:7,_multilineindent:7,_routineeventrespons:7,abbrevi:1,about:1,abov:[0,8,11],accept:[1,4],access:[1,19],accommod:1,accompani:0,accordingli:2,accur:1,achiev:1,across:21,action:[2,8],activ:5,add:[3,8],addclass:8,added:[7,17],addeventlisten:9,adding:3,addit:[0,1,3,7,8,10,12,16,18],address:1,adi:5,admin:[1,4,16,20],admin_sit:12,adminmarkdownxwidget:1,advanc:1,advantag:[0,2,9],advis:11,after:9,against:[1,15],ajax:[1,7,8,15,19],ajaxrequest:8,alia:19,all:[0,1,7,8,17,21],allow:[0,1,13,15,16],along:0,alreadi:[0,8],also:[0,1,2,16],alter:[0,1,3,7,8],altern:3,although:0,amount:1,ani:[0,1,5,8,11,16],anim:1,api:8,app:[0,1,2],appli:1,applic:7,applydupl:7,applyindent:7,applytab:7,appreci:4,appropri:19,approv:[10,11],april:1,arg:[8,14,19],argument:[0,1,7,8,16,19],aris:[8,11],arrai:8,ascii:7,ask:0,asset:3,associ:8,attach:15,attack:1,attempt:0,attribut:[7,16,17],author:8,auto_cr:16,auto_id:15,automat:[0,1,4,8,16],avail:[0,1,8,13],backend:1,balanc:1,base:[0,7],basi:1,becom:1,been:[0,1,9,13,16],befor:0,begin:[7,9],behaviour:[1,3],being:1,below:[1,9],better:1,between:1,binari:11,blank:16,bombard:1,bool:[15,16,18],bootstrap:[0,1,4],borrow:16,browser:[7,8,10],bsd:11,built:4,busi:11,byteio:15,bytesio:18,calcul:1,call:[1,8],callback:8,can:[0,1,2,3,4,5,8],captur:8,caus:11,ceas:0,challeng:0,chang:[0,1,3,7,8],charfield:14,charg:8,charset:15,check:[1,15,18],choic:[0,3,16],claim:8,classa:8,classb:8,classc:8,classnam:8,claus:11,clean:[0,15],clone:[0,5],code:[0,1,4,5,8,10,11,13],col:1,collect:[1,3,8],collectstat:3,com:[0,5,8],come:[0,1,21],comment:1,commit:[0,15,21],commun:21,compat:[0,4,13],compil:[0,1,7,8,10,18],compos:0,compositionstart:8,comprehens:[0,2,4],compress:[1,4],compromis:1,comput:7,condit:[7,8,11],conf:3,configur:0,confirm:8,connect:8,consequenti:11,consid:1,consist:16,consol:[8,9],construct:0,constructor:8,contain:[0,1,8,9,18,19],content:[1,8,18,19],content_typ:15,context:1,contract:[8,11],contrib:[1,2],contribut:[4,7,8,21],contributor:11,control:1,convers:19,convert:16,cooki:8,copi:[7,8],copyright:[8,11],core:4,correspond:[7,8],coverag:0,cpu:1,creat:[0,1,8,15,16],create_doc:0,crop:[1,4,18],cross:1,csrf:[1,8],csrf_token:2,csrfmiddlewaretoken:8,css:7,ctrl:0,current:[1,4,7,10,13],cursor:7,custom:[3,4,7,8,13,16,18],customis:[1,16],customiz:4,daemon:0,damag:[8,11],data:[8,11,15,18],databas:[2,16],date:1,datetim:1,db_column:16,db_index:16,db_tablespac:16,ddo:1,deal:[1,8],deconstruct:8,def:1,defin:[1,7,8,13],definit:[4,7,8],defualt:7,degre:1,depend:[0,1,3],describ:1,descript:[0,1,7,9,16],design:[4,15],desir:[1,16],detail:[7,8,9,10],determin:[7,8],deutsch:21,dev:0,develop:[0,1,8,21],dict:[1,8,16],dictionari:[1,16],didn:9,differ:[1,2,9],dimens:15,direct:11,directli:5,directori:[0,1,4,5],disabl:1,discard:0,disclaim:11,disk:15,displai:[1,7,16],distribut:[8,11],div:1,django:[0,1,3,5,7,8,12,15,16,17,19,21],doc:[0,1,17],docker:0,dockerfil:0,document:[0,1,7,8,9,11,16,21],doe:[1,8,9],doing:0,don:[0,1,3],done:[0,2],down:1,download:[0,5],dpi:18,drag:[4,7],dragent:7,dragev:7,dragleav:7,drop:[4,7],duplic:7,dure:[9,16],dutch:21,eas:4,easi:4,easier:0,ecma:[7,8,9,10],edit:[4,7,8,16],editor:[4,7,8,9,15],editorlisten:8,either:[0,3,7],element:[7,8,9],elimin:8,els:[1,7,15],embed:8,emploi:1,empti:[1,16],empty_permit:15,enabl:[1,8,14],encod:[1,7,18,19],encourag:0,end:[0,1,8,9,10,15,21],english:21,enjoi:1,ensur:1,enter:[1,7],entir:8,environ:[0,5],equal:1,error:[0,8,9,13,16,19],error_class:15,error_messag:16,errorlist:15,escap:16,essenc:1,essenti:1,even:[11,16,21],event:[1,4,7,8,10,11,19],everi:4,everyth:1,exampl:[4,7,8,10,12,17],except:[4,20],exclud:15,exemplari:11,exemplifi:9,exist:[0,8,15],exit:0,expect:13,explain:0,express:[8,11],extend:[0,1,2],extens:[4,15],extension_config:1,extension_name_1:1,extra:[1,16],extract:15,fals:[1,7,8,15,16,18],featur:[0,1,2,7],fellow:1,field:[2,4,8,16,20],field_ord:15,file:[0,1,7,8,9,13,15],file_nam:15,fileuploadbegin:9,fileuploadend:9,fileuploaderror:9,find:[2,17],first:[3,8],fit:[8,11],flexibl:[1,4],focu:1,folder:1,follow:[0,1,2,5,8,11,13,17,19],footnot:1,foremost:3,forget:3,form:[1,4,8,11,16,19,20],form_class:[16,19],form_invalid:19,form_valid:[1,19],format:[4,7,8,13],formdata:8,formfield:[14,16],formfield_overrid:1,found:[4,8],framework:4,free:8,french:21,from:[0,1,2,3,4,7,8,15,16,19,21],fromdata:8,front:[0,1,8,10],frontend:[1,7],full:1,fulli:[0,1],furnish:8,futur:1,ga3:19,gener:[4,7,15,16],generaleventhandl:7,german:21,get:[2,4],get_unique_file_nam:15,getcooki:8,geteditorheight:7,getelementbyid:8,getelementsbyclassnam:[7,9],getheight:7,getmarkdown:7,git:[0,5],github:[0,4,5],given:[8,16,18],global:21,good:[1,11],grant:8,graphic:[1,18],great:[1,4],hadjibagheri:8,handl:[1,7,9,10,15,19],handler:[7,9],has:[1,8,9,17],hasclass:8,have:[0,1,2,5,13,16,17],heiderich:1,height:[1,7],held:15,help:[0,16,21],help_text:16,here:[0,1,2],herebi:8,high:[1,4],highlight:1,hmtlelement:7,hold:0,holder:[8,11],hotkei:7,how:[1,2],howev:[1,11],html5:7,html:[1,7,8,10,16,18,19],htmlelement:7,htmltextareael:7,http:[0,1,5,8,19],httprespons:19,hub:7,huge:1,human:16,id_:15,ident:16,ie6:8,ignor:1,imag:[4,7,10,15,18,19],image_cod:19,image_directori:19,imageform:[15,19],imageuploadview:[1,19],implement:[0,1,2,8],impli:[8,11],impos:1,improv:4,incident:11,includ:[0,1,2,3,8,11,15,16,17],inclus:[0,21],incorpor:8,indent:7,independ:[0,1],index:[4,5],indirect:11,individu:8,info:[1,8],inform:[1,3,8,12,16,18],infrastructur:1,inhibit:7,inhibitdefault:7,init:9,initi:[0,7,8,9,11,15],inject:[1,18],inner:1,input:8,inputchang:[7,8],insert:[1,4,7,19],insertimag:7,inspir:4,instal:[0,1,2,4],installed_app:3,instanc:[1,7,8,15,17,19],instead:1,instruct:[0,2,7,8],intact:1,integr:1,intend:0,interpret:[1,3],interrupt:11,introduc:[0,1],invalid:[16,19],invalid_s:13,isn:16,issu:[0,1],item:8,its:[0,4,7,15,21],javascript:[1,4,7,8,9,18],jpeg:[1,4],jpg:1,jqueri:9,json:[0,7,8,19],jsonrespons:19,just:[1,2],keep:[1,13],kei:[7,8,9,16],keyboard:7,keyboardev:7,keydown:7,keyword:19,kind:8,known:1,kwarg:[14,16,19],label_suffix:15,lag:1,languag:4,larg:1,larger:13,last:1,later:1,layout:4,lead:1,learn:[1,17],lengthcomput:8,let:[7,8,9,16],level:[4,7],liabil:[8,11],liabl:[8,11],licens:[4,8],like:[0,1,2],limit:[8,11],line:7,link:17,linux:0,list:[1,3,4,11,16],listen:[8,9],live:4,load:[1,8],local:[0,13],localhost:0,locat:[1,4,7,15],log:[8,9],look:[1,8],loss:11,lossi:1,lossless:1,lost:[7,8],lot:1,machin:[0,5],made:[0,1,4],mai:[1,3,5,7,9,19],main:17,maintain:1,major:0,make:[5,21],makefil:0,manag:[0,3,7],mani:0,manipul:4,manual:8,map:[7,8,9],mario:1,markdown:[4,7,10,14,16,18,19],markdownifi:[9,18],markdownifyview:19,markdownx:[0,1,2,3,5,6,8,9,10,11,12,13,14,15,16,17,18,19,21],markdownx_:17,markdownx_editor:1,markdownx_editor_resiz:1,markdownx_image_max_s:1,markdownx_markdown_extens:1,markdownx_markdown_extension_config:1,markdownx_markdownify_funct:[1,19],markdownx_media_path:1,markdownx_server_call_lat:1,markdownx_svg_javascript_protect:1,markdownx_upload:17,markdownx_upload_content_typ:1,markdownx_upload_max_s:1,markdownx_upload_urls_path:1,markdownx_urls_path:1,markdownxfield:[2,12,16],markdownxformfield:[2,14],markdownximageuploaderror:13,markdownxmodeladmin:[2,12],markdowxmodel:2,markup:1,match:[1,16],materi:11,max:13,max_length:16,maximum:[4,13,15],mdx:7,mean:1,meaning:1,media:[2,4,19],media_root:1,medium:1,memori:[1,15],merchant:[8,11],merg:8,messag:[0,13,16,19,21],met:11,method:[0,2,3],middlewar:1,milisecond:1,millisecond:1,min:[7,8],minimum:1,minor:[0,16],miss:7,mit:8,model:[1,4,12,20],modeladmin:1,modelform:16,modern:7,modif:[4,11,16],modifi:[7,8,18],modul:[1,4,7,8],monitor:[1,18],more:[0,1,17,21],mount:8,mountev:8,much:1,multi:7,multipl:[4,5,8],must:[0,1,8,11],myfield:2,myform:2,mymarkdowneditor:7,mymarkdownpreview:7,mymodel:[1,2],mymodeladmin:1,name:[1,8,15,16,17],namedtupl:15,namespac:17,natur:0,navig:5,nederland:21,need:[0,1,8],neglig:11,neutronx:0,next:[0,2],node:0,none:[13,15,16,18],nonetheless:1,noninfring:8,not_provid:16,not_upload:13,note:[15,16],notic:[8,11],notif:8,now:1,npm:0,number:[1,7],object:[1,7,8,9],obtain:8,occur:9,off:[0,5],offici:16,often:0,older:[7,10],onc:0,ondragent:7,ondragleav:7,ondrop:7,one:[0,1,5,8],ones:0,onkeydown:[7,8],onli:[0,8],onto:[0,7,8],open:11,oper:0,option:[0,1],option_1:1,oracl:0,ordinari:16,origin:8,other:[1,8,11,16],otherwis:[7,8,11,15,18],our:[0,1,4],out:[0,8,11,17],outlin:[1,8],output:1,outsid:0,over:1,overrid:[0,1,16],own:[0,1,2],owner:11,packag:[0,1,4,5,7],page:[1,4],pane:1,param:13,paramet:[13,15,16,18,19],parent:7,particular:[8,11],particularli:1,pass:[8,16],path:[7,15],pattern:[3,17],per:4,perform:18,permiss:8,permit:[1,8,11,13],persian:21,person:[1,4,8],pil:15,pip:4,pixel:7,place:1,plan:0,pleas:[0,7,8,13],plugin:[4,9,21],png:[1,4,19],point:0,polish:21,polski:21,portion:8,possibl:[11,17,21],post:[1,2,4,8,9,19],posturl:8,potenti:[0,1],pouria:8,practic:1,pre:[1,4],prefix:15,preparepostdata:8,present:1,press:7,prevent:[1,7],preview:[1,4,7],primary_kei:16,privat:[7,8],probabl:0,problem:[0,9],process:[1,9],procur:11,produc:[19,21],profit:11,programm:1,progress:8,project:[0,1,17],properti:7,prospect:1,protect:1,protocol:8,provid:[1,8,10,11,21],publish:8,pull:0,pure:10,purpos:[8,9,11],pypi:5,python3:[0,3,5],python:[0,4,5,8,15],qualiti:18,queryselector:7,quick:[4,10],rais:16,raster:[1,18],rather:1,raw:4,read:1,readabl:16,realli:21,reason:[0,1],receiv:7,recommend:1,redistribut:11,reduc:8,reduct:4,refer:[4,10],reflect:0,regist:[1,2,7],rel:[1,16],releas:0,relev:[1,2,3,16],reli:10,remov:[7,8],removeclass:8,removeindent:7,removetab:7,render:[1,15],renown:4,replac:[1,3,5,14],report:0,repres:7,represent:12,reproduc:11,request:[0,1,7,8,19],requir:[0,1,2,7],resiz:7,resolut:1,resort:1,respons:[1,7,8,9,19],responsetext:8,responsexml:8,restart:0,restrict:[1,8],result:1,retain:11,right:8,routin:7,row:[1,8],run:[0,3,16],runtest:0,save:[0,1,2,15,19],scalabl:1,scale_and_crop:18,script:1,scroll:7,search:4,section:1,secur:18,see:[0,1,3,7,8,10,12,16,17,18],seen:1,select:7,sell:8,send:8,sendfil:7,sent:1,serial:16,server:[0,1,7],servic:11,set:[0,2,3,4,7,8,13,15,19],setup:[0,5],shall:[8,11],should:[0,1,5],show:0,side:1,sidebar:1,silent:1,similarli:21,simpl:1,singl:[1,7,8],site:[1,2],size:[4,13,15,18],skip:16,slightli:1,slow:1,smaller:1,smart:7,softwar:[8,11],some:[7,9],sometim:1,somewhat:0,sourc:[0,4,11],space:16,special:11,specif:[1,10,17,18],src:[7,8],standard:[8,10],start:[0,2,4,5,8,17],static_root:3,step:2,still:17,store:[1,4,16],str:[1,15,16,18],strength:21,strftime:1,strict:11,string:[1,7,8,9],structur:8,style:[3,7],subject:8,sublicens:8,subsequ:15,substanti:[1,8],substitut:11,success:8,successfulli:2,suit:1,support:[0,1,4,7,8,10,13],sure:5,svg:[1,4,15],system:0,tab:7,tabl:1,tag:[4,18,19],take:[0,1,9],target:8,task:7,templat:[2,4],template_dir:1,templatesset:1,test:[4,8],text:[1,4,7,9,16,18],textarea:1,textfield:[1,2,16],texttoinsert:7,than:[0,1],thank:1,thei:[1,16],them:0,theori:11,therefor:[16,21],thi:[0,1,2,3,7,8,11,16,21],those:[1,16],through:[0,1,2,7,15],time:1,timeout:7,togeth:8,token:[1,8],too:21,tool:[1,8],tort:[8,11],total:8,toward:4,traffic:1,tran:[1,7,8,10,18],transfer:8,translat:[0,4],tricki:0,trigger:[8,9],triggercustomev:8,triggerev:8,tupl:16,turn:1,type:[1,7,8,13,15,16,18,19],typeerror:8,typescript:[0,7,8,10],ubuntu:0,under:[1,7,8,10,11,13,19],underscor:16,unind:7,uniqu:[15,16,17],unique_for_d:16,unique_for_month:16,unique_for_year:16,unique_nam:1,univers:15,unix:0,unsupported_format:13,updat:[7,9],updateerror:9,updateheight:7,upload:[4,7,8,9,10,13,15,17,19],upon:7,upscal:[1,4,18],url:[3,4,7,8,19,20],urlpattern:3,usag:8,use:[0,1,2,4,8,11,17],use_required_attribut:15,used:[0,1,8,16],useful:16,user:1,uses:[0,1],using:[1,2,3,5,8,10,15,16,19],util:[1,4,6,9,10,15,20],uuid:15,vagrant:0,vagrantfil:0,valid:[16,19],valu:[1,8,16],value_1:1,variabl:[1,3,7,9],variou:[1,7,8,21],vector:1,verbos:16,verbose_nam:16,veri:1,version:[5,13],view:[4,20],virtual:[0,5],virtualbox:0,vulner:1,wai:[1,11],wanna:21,want:[1,16],warranti:[8,11],web:4,websit:1,welcom:0,well:1,what:0,when:[1,2,7,9,17],where:[1,7,8],whether:[0,8,11,18],which:[0,1,4,7,8,19],whilst:[0,1],who:1,whom:8,whose:[7,8],why:[0,21],widget2:1,widget:[1,16],width:1,willing:1,window:0,wish:[1,5],within:0,without:[0,8,11],work:[7,9],world:21,would:[0,1,7,19],wrapper:8,written:[7,10],xenial:0,xhr:8,xml:[1,15,18],xml_has_javascript:18,xmlhttprequest:8,xss:1,yml:0,you:[0,1,2,3,5,9,16],your:[0,1,2,3,5,16,17],zero:1,zip:8},titles:["Contributions","Customization","Example","Getting Started","Django MarkdownX","Installation","JavaScript Code","MarkdownX","Utilities","Events","JavaScript","License","Admin","Exceptions","Fields","Form","Models","URLs","Utilities","Views","MarkdownX Modules","Translation"],titleterms:{Using:5,acknowledg:4,admin:[2,12],code:6,compat:10,configur:1,content:4,contribut:0,current:21,custom:1,detail:1,dimens:1,django:[2,4],document:4,editor:1,event:9,exampl:[0,1,2,9],except:13,extens:1,featur:4,field:[1,14],form:[2,15],format:1,from:5,gener:1,get:3,imag:1,includ:21,instal:5,javascript:[6,10],kei:4,languag:21,latenc:1,licens:11,markdown:1,markdownifi:1,markdownx:[4,7,20],maximum:1,media:1,model:[2,16],modul:20,path:1,pip:5,qualiti:1,quick:[0,1,9],refer:[0,1,9],secur:1,set:1,size:1,sourc:5,start:3,tag:1,templat:1,test:0,translat:21,upload:1,url:[1,17],util:[8,18],view:19,your:21}}) \ No newline at end of file