simpla
simpla copied to clipboard
Open, modular, and serverless content management for a modern web
### I'm submitting a Bug ### Description If I call the #edit function I get the pop-up to login to Netlify. That does work and I get the authorized confirmation....
Simpla looks like an awesome project – a very elegant solution to the need for lightweight inline editing of static sites. But it hasn't seen any activity for over a...
### I'm submitting a How-To ### Description I want to know if it is possible to embed simplajs in my website alongside a regular html website. Example - I already...
### I'm submitting a Feature request ### Description Related to #77 Add Netlify Identity / Git Gateway adapter. Netlify Git Gateway handles the Github API requests through it's own endpoint...
The Simpla ecosystem is currently built on v0 of the Web Components specs (and Polymer 1). We should upgrade all elements to WC v1 specs, which will allow us to:...
Addresses #79 Adds the new ES6 SimplaElement mixin, converted from the ES5 Polymer Behavior at https://github.com/simplaelements/simpla-element-behavior to be a generic mixin for v1 Web Components. **Usage** ```js import SimplaElement from...
Hi, It's not an issue... not yet I was wondering... simpla uses github as a backend to store data... it's ok BUT, there is a storage limit of 1 Gb...
Currently the `module` field on `package.json` points to `src/simpla.js` but really it should point to a separate build, that's been transpiled, but not bundled. This means that whatever module bundling...
From #24 Publish an NPM module that bundles SDK to render content into Simpla elements, to be used in a build step. In future, add support for `simpla-paths` by bundling...
### I'm submitting a Feature request ### Description Now that Simpla uses Github as a backend, we have full version control baked in. We should create a JS API for...