Commit graph

136 commits

Author SHA1 Message Date
adi
3e3859bc95 Update README.md 2017-01-14 13:54:56 +01:00
Pouria Hadjibagheri
d366798404 SVG upload (#39)
* Added SVG image upload functionality, cleaned up the code slightly, and added some documentations.

* Added 'image/svg+xml' example to MARKDOWNX_UPLOAD_CONTENT_TYPES in settings.
2017-01-10 19:14:56 +01:00
Karl Odie
dbb572259b Stop widget being overridden if set to a multiwidget containing a markdownx widget (#38) 2017-01-07 17:18:07 +01:00
adi
39e756b1a9 [Updates #33] Testapp source code 2016-12-04 19:36:41 +01:00
adi
9dba8c0abd Corrupted image upload exception 2016-08-25 21:06:00 +02:00
adi
8f140679aa README update 2016-08-19 07:54:47 +02:00
adi
f671969eb9 README updates 2016-08-18 22:03:44 +02:00
adi
be27e81f01 README.md update 2016-08-18 09:38:16 +02:00
adi
980a322f7a Classifiers update 2016-08-17 21:53:03 +02:00
adi
dbcc24814c README.md update 2016-08-17 21:03:38 +02:00
adi
5fe6adbc4b README.md update 2016-08-17 15:27:23 +02:00
adi
66897b4fe9 Badge update 2016-08-17 15:25:13 +02:00
adi
c4a205a8f3 Runtest template fix 2016-08-15 14:01:09 +02:00
adi
233e047bed test env update 2016-08-15 13:36:29 +02:00
adi
3f46bddf21 Template render syntax fix 2016-08-15 13:27:06 +02:00
adi
c329577d44 v1.6 2016-06-18 11:49:30 +02:00
adi
ae7de5a499 Small improvements 2016-06-18 11:43:34 +02:00
adi
91db36c535 Universal wheel 2016-06-18 11:10:12 +02:00
adi
89491f491f Merge branch 'master' of https://github.com/adi-/django-markdownx 2016-06-18 11:07:44 +02:00
adi
daa8d635da Fix for module setting 2016-06-18 11:07:38 +02:00
Camilo Nova
fc8c27f94f Use django default storage (#23)
It works when you want to use another storage. Tested with django-storages with S3 and local file system.
2016-06-18 10:54:01 +02:00
adi-
f8b37645c1 setup.py 2016-05-15 13:41:30 +02:00
adi-
141b44c317 README 2016-05-15 13:38:54 +02:00
adi-
ecaf6a588d Update 2016-05-15 13:36:20 +02:00
adi-
c433b504e2 Update 2016-05-15 13:34:58 +02:00
adi-
d8094ab0ea Update 2016-05-15 13:34:15 +02:00
adi-
190f0c466b README fix 2016-05-15 13:34:09 +02:00
adi-
e0e6da869d Readme update 2016-05-15 13:13:35 +02:00
adi-
255310e9dc setup.py cleanup #2 2016-05-14 22:25:51 +02:00
adi-
ec5c4801b9 setup.py cleanup 2016-05-14 22:03:26 +02:00
adi-
01212d93f8 Specified framework versions for PYPI 2016-05-14 21:59:59 +02:00
adi-
61e728aa6b Fix for python support in Django 2016-05-14 21:43:34 +02:00
adi-
9c2899db99 Test fix 2016-05-14 21:38:39 +02:00
adi-
96bb3f5d04 Travis tests update for Django 1.9 2016-05-14 21:31:58 +02:00
adi-
2f57592962 Licence fix 2016-05-14 21:31:11 +02:00
adi-
e49a85fcc1 Read me update 2016-05-14 20:07:29 +02:00
adi-
cb25f68cdd Readme fix 2016-05-14 12:21:42 +02:00
adi-
b3040c6242 v1.5 2016-05-14 12:18:00 +02:00
Aymeric Augustin
7b012db5a5 Make it possible to customize image insertion code. (#20)
* Make it possible to customize image insertion code.

It can be useful to insert more that just a markdown image tag, for
example to provide additional control on the layout of images. Since
there's no convenient way to handle this on the JavaScript side, we
generate the code to insert in Python. Then it can be overridden with
the existing extensibility mechanism, that is, with a custom view.

* Restore backwards-compatibility.

The previous commit is backwards-incompatible for users who pointed
MARKDOWNX_UPLOAD_URLS_PATH to a custom view. This commit restores
backwards-compatibility with the previous API.
2016-05-14 11:58:43 +02:00
adi
3bc515cd9d v1.4.3 2016-05-05 08:51:53 +02:00
adi
34e284bb60 Merge pull request #19 from aaugustin/master
Make rendering the markdown actually abstractable.
2016-05-05 08:12:38 +02:00
Aymeric Augustin
2ba01376a7 Make rendering the markdown actually abstractable.
Even after e35c1aa0c4, `MarkdownifyView`
is still hardcoded to call `markdownx.utils.mardownify`, regardless of
the value of `MARKDOWNX_MARKDOWNIFY_FUNCTION`. This commit calls the
function designated by that setting instead.
2016-04-30 16:16:40 +02:00
adi
549a6046fb v.1.4.2 – Maintenance release 2016-02-13 14:14:35 +01:00
adi
a6f9558cb0 Maintenance 2016-02-12 17:44:02 +01:00
adi
1d396c36c6 README update 2016-02-12 14:18:32 +01:00
adi
d3b620b0dd Description fix 2016-02-12 14:18:11 +01:00
adi
789c513060 v1.4.1 2016-02-12 14:03:53 +01:00
adi
e35c1aa0c4 [Closes #15] Make rendering the markdown abstractable 2016-02-12 14:01:59 +01:00
adi
8ed93f974d [Closes #14] README update 2016-02-12 13:47:16 +01:00
adi
e20b2acdc6 [Fixes #11] JS events 2016-02-12 11:52:22 +01:00