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:  There is still a lot to do, but it is a good first step. Fixes #255
11 lines
193 B
TOML
11 lines
193 B
TOML
[package]
|
|
name = "plume-front"
|
|
version = "0.1.0"
|
|
authors = ["Plume contributors"]
|
|
|
|
[dependencies]
|
|
stdweb = "0.4"
|
|
gettext = "0.3"
|
|
gettext-macros = "0.4"
|
|
gettext-utils = "0.1"
|
|
lazy_static = "1.3" |