Giter Club home page Giter Club logo

snowball's Introduction

Snowball

snowball-1024x323

Snowball is a WordPress plugin that makes it possible for anyone to create immersive articles for the web. It's developed by the openHTML team at Drexel University.

Visit the project page at http://snowball.openhtml.org/.

For more on our motivation and approach, check out our blog post.

snowball's People

Contributors

brianlee389 avatar dependabot[bot] avatar liberaliscomputing avatar sukritchhabra avatar thomaspark avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

snowball's Issues

offset-left and offset-right for all blocks

After the quote block is merged (#59), I'll overhaul offset-left and offset-right.

  • They'll become block-wide properties instead of specific to quote, similar to full-width. This way they're available for other blocks like image.
  • I'll set article width to 600px, which will great simplify the css for the offsets. No more calc(), just float and negative margin-left.
  • With these changes, we'll also need to change the css for full-width.

add code view

expand block to allow inspection of html/css/js code responsible for block
as well as custom css/js to add additional style and behavior to block

PHP error on deleting article

Error message:

Notice: Undefined index: snowball_metabox_content_nonce in
/Users/parkov/Development/wordpress/wp-content/plugins/snowball/snowball.php on line 163

Warning: Cannot modify header information - headers already sent by (output started at
/Users/parkov/Development/wordpress/wp-content/plugins/snowball/snowball.php:163) in
/Users/parkov/Development/wordpress/wp-includes/pluggable.php on line 1196

nonce index error

Fix following error on new article page by checking if nonce exists

Notice: Undefined index: snowball_metabox_content_nonce in
/Users/parkov/Development/wordpress/wp-content/plugins/snowball/snowball.php on line 163

text: slashes added to quotes

In the text block, any quotes are being over-escaped.
"Hello"

On the first save becomes
\"Hello\"

on the second save, becomes:
\\"Hello\\"

How should the rendering of the code work?

I made the code change the preview part of the block, but then using the left side of the block will not work correctly if the css is changed. I'm not sure how this is supposed to work.

combine meta boxes

create a custom meta box that combines publish, author, and discussion in a more compact form

Database table existence

The plugin doesn't check if your database table exists.
And if it doesn't exist, it should add a database table that is needed.
wp_snowball_articles and wp_snowball_blocks are the tables that need to be added.

Map branch - All known bugs

Is not saving to Database. Clicking Update post doesn't save changes. (saving to DB on Brians build is working.)

Dashboard displays error on snowball.php. Same error is displayed when 'choose image' in the image module is clicked. The error doesn't hinder imgae functionality though. (screenshot attached)
error

Once we enter the snowball menu, where all articles are being displayed, there is an illegal reference to snowball which is displayed as a console error.

Splash preview has a empty space below preview. (Is this intentional?)

add text editor toolbar

Toolbar for common formatting such as headers, hyperlinks, and bold, similar to WordPress text editor

Snowball menu - Uncaught reference

Once we enter the snowball menu, where all articles are being displayed, there is an illegal reference to snowball which is displayed as a console error.
error2

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.