symposion_app/symposion
Sachi King a36ff64a82 Support monospace TextFields instead of Markdown
Drop markdown for monospace

With markdown, we're only allowing about 1/10 of what is possible.
This creates a false reality and expectation.  Lets not suggest this.
Nor do we have in-editor preview.  So the user has to save, look at it,
then go back and edit.  And seeing a bunch of sanitized HTML or just
missing sections isn't firendly.

Monospace, what you type, is what you're going to get.  It gives the
presenter enough power to build a readable abstract, but not so much
that they can break the page and it's CSS, nor the ability to confuse
onselve through not getting what you expect.

We keep bleach sanitation and we should probably run linkify on this in
the long term.  (Turn links into clickable links)
2017-05-07 13:22:28 +10:00
..
conference Py2 compatability has been broke elsewhere drop it 2017-04-29 15:47:19 +10:00
locale add japanese translation 2015-06-21 12:51:36 +09:00
proposals Support monospace TextFields instead of Markdown 2017-05-07 13:22:28 +10:00
reviews Support monospace TextFields instead of Markdown 2017-05-07 13:22:28 +10:00
schedule Support monospace TextFields instead of Markdown 2017-05-07 13:22:28 +10:00
speakers Support monospace TextFields instead of Markdown 2017-05-07 13:22:28 +10:00
sponsorship Add a CSS class on required fields labels 2017-04-29 15:47:19 +10:00
static drop old unused chosen 2015-07-11 16:02:35 +09:00
teams Add a CSS class on required fields labels 2017-04-29 15:47:19 +10:00
utils Flake8 Fixes 2017-04-17 22:51:48 +10:00
__init__.py bump version for dev 2013-03-14 04:56:04 -04:00
conf.py Ignore linting the settings import 2014-12-18 08:19:01 -06:00
constants.py Support monospace TextFields instead of Markdown 2017-05-07 13:22:28 +10:00
models.py add blank models.py to symposion 2012-08-14 04:20:46 -04:00
text_parser.py Support monospace TextFields instead of Markdown 2017-05-07 13:22:28 +10:00
views.py Py2 compatability has been broke elsewhere drop it 2017-04-29 15:47:19 +10:00