simpla icon indicating copy to clipboard operation
simpla copied to clipboard

Open, modular, and serverless content management for a modern web

Results 17 simpla issues
Sort by recently updated
recently updated
newest added

### 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...

feature
needs discussion

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:...

epic
elements
help wanted
p1

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...

enhancement
question

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...

enhancement
good first issue

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...

feature
needs discussion

### 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...

feature