Files
standardnotes-app-web/public/components/org.standardnotes.plus-editor/dist/index.html
Mo 66d8efd090 feat: native components (#789)
* wip: component viewer

* feat: get component status from component viewer

* feat: native components

* fix: remove unused property

* fix: remove unused func

* chore(deps): snjs 2.29.0

* fix: import location

* feat: native components

* fix: remove unused func

* feat: component viewer (#781)

* wip: component viewer

* feat: get component status from component viewer

* fix: remove unused property

* chore(deps): snjs 2.29.0

* fix: import location

* chore: use cp instead of webpack copy

* fix: types

* chore: misc
2021-12-30 14:25:40 -06:00

1 line
456 B
HTML

<!doctype html><html><head><base target="_blank"><meta charset="UTF-8"><meta name="viewport" content="width=device-width,user-scalable=no,initial-scale=1"><title>Plus Editor</title><link rel="stylesheet" href="vendor.css"><script src="vendor.js"></script><script defer="defer" src="dist.js"></script><link href="dist.css" rel="stylesheet"></head><body><div class="sn-component" id="plus-editor"><div id="summernote" name="editor"></div></div></body></html>