Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mattstauffer/markedstyle
A repository of Markedapp styles
https://github.com/mattstauffer/markedstyle
Last synced: 2 months ago
JSON representation
A repository of Markedapp styles
- Host: GitHub
- URL: https://github.com/mattstauffer/markedstyle
- Owner: mattstauffer
- Created: 2013-12-03T05:19:14.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-12-30T04:21:35.000Z (about 9 years ago)
- Last Synced: 2023-03-12T11:17:18.159Z (almost 2 years ago)
- Language: CSS
- Size: 1.22 MB
- Stars: 16
- Watchers: 4
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## Markedstyle
[![Build Status](https://secure.travis-ci.org/mattstauffer/markedstyle.png?branch=master)](http://travis-ci.org/mattstauffer/markedstyle)
[![Scrutinizer Quality Score](https://scrutinizer-ci.com/g/mattstauffer/markedstyle/badges/quality-score.png?s=b9a3c0fc2f49d82e96da44168de80109eaf4c00b)](https://scrutinizer-ci.com/g/mattstauffer/markedstyle/)
[![Code Coverage](https://scrutinizer-ci.com/g/mattstauffer/markedstyle/badges/coverage.png?s=e71cbdd4e06d37f74b6eb10b914315637cc22087)](https://scrutinizer-ci.com/g/mattstauffer/markedstyle/)
[![SensioLabsInsight](https://insight.sensiolabs.com/projects/99864f0d-b2bc-492b-b9f4-b1cbfc1ee66b/mini.png)](https://insight.sensiolabs.com/projects/99864f0d-b2bc-492b-b9f4-b1cbfc1ee66b)A webapp repository of custom CSS styles for [Marked App](http://marked2app.com/)
An experiment in quickly prototyping webapps in [Laravel](http://laravel.com), by [Matt Stauffer](http://mattstauffer.co/) of [Good Food Productions](http://goodfoodpro.com/).
**Note:** If I created a fake user account for you in the system because your styles were in Brett's existing Git repo, please email me if you want it taken down or if you'd like to set the email/password for your account for your login. My first name at my company's domain name.
### Tasks
Wishlist:* ~~User creation & login~~
* ~~User editing & deletion~~
* *important*: Track failed logins and verify emails on signup, allow for marking style as spam, and require first style to be verified by admin
* Password reset
* ~~Allow users to add new styles~~
* ~~Allow users to edit old styles~~
* ~~Track # of visits~~
* ~~Sort by # visits~~
* ~~Install logviewer~~
* Allow voting
* Add real code editor for style css
* Pull visit tracking off style row (performance)
* Add version history to user editing
* Move API keys (bugsnag, etc.) to env vars
* Frontend style version history
* Add active style preview (for writing styles in-browser and previewing live)
* Allow for upload of raw SCSS/Sass
* Allow for writing
* "Copy source" button
* More beautiful landing page
* More beautiful listing page
* Drop reliance on Bootstrap
* Audit for Laravel best practices (for learning's sake)
* Prettify account view/edit
* Add caching, if it seems necessary