Right now the only way to make Simpla editable is to use #edit in the URL. This is both fragile (eg: SPAs that use hash nav, see #10) and needlessly opinionated. We should have a mechanism for disabling hash tracking, and a programatic way for developers to make Simpla editable.
Options for decoupling hashtracking:
Option in initialiser (hashtracking: false)
Move hashtracking plugin to custom element that is imported by default, which users can elect not to import.
Right now the only way to make Simpla editable is to use
#edit
in the URL. This is both fragile (eg: SPAs that use hash nav, see #10) and needlessly opinionated. We should have a mechanism for disabling hash tracking, and a programatic way for developers to make Simpla editable.Options for decoupling hashtracking:
hashtracking: false
)Depends how 'core' we think
#edit
is.