Plume/templates
Baptiste Gelez 9076dbaadc
New editor (#458)
With this PR, when JS is activated and WASM supported, the article editor will be dynamically replaced with `contenteditable`s elements. This makes the editing interface simpler and less like a regular form. It will also allow us to easily add visual formatting with native browser APIs (and to insert images or videos directly). Here is a little demo:

![peek 05-03-2019 16-12](https://user-images.githubusercontent.com/16254623/53815536-1dc05680-3f62-11e9-94d3-b363ed84eb97.gif)

There is still a lot to do, but it is a good first step.

Fixes #255
2019-03-15 16:06:10 +01:00
..
blogs Add a fqn field to blogs and users (#457) 2019-03-06 18:28:10 +01:00
errors Update rocket_i18n and add gettext_macros (#431) 2019-02-02 15:23:50 +01:00
instance Add a fqn field to blogs and users (#457) 2019-03-06 18:28:10 +01:00
medias Slightly improve the media experience (#452) 2019-03-06 14:11:36 +01:00
notifications Update rocket_i18n and add gettext_macros (#431) 2019-02-02 15:23:50 +01:00
partials Add a fqn field to blogs and users (#457) 2019-03-06 18:28:10 +01:00
posts New editor (#458) 2019-03-15 16:06:10 +01:00
search Update rocket_i18n and add gettext_macros (#431) 2019-02-02 15:23:50 +01:00
session Password reset (#448) 2019-02-27 13:29:26 +01:00
tags Update rocket_i18n and add gettext_macros (#431) 2019-02-02 15:23:50 +01:00
users Add a fqn field to blogs and users (#457) 2019-03-06 18:28:10 +01:00
base.rs.html Update rocket_i18n and add gettext_macros (#431) 2019-02-02 15:23:50 +01:00