Coder Social home page Coder Social logo

fork2-rails's People

Contributors

cj1128 avatar hayeah avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

fork2-rails's Issues

revert ghostdown.js monkey patch

Generally it's a nightmare to monkey patch the source of third-party libraries.

It makes future updates difficult.

In our case, we could simply make it work by adding the word counter, and using css to hide it. It's stupid, but it actually makes things simpler in the long run...

better css naming for checkin style

The class names you use now can very easily conflict with other rules.

.preview, for example, is too generic, and might be used in other places.

To learn how to architect css better, read scalable and modular css architecture. It's a short book, please read it.

Pay attention particularly to these 2 chapters:

You could create a "css module" for the markdown editor.

The changes I'd make:

  • change .editor to be .mdeditor
  • change .preview to be .mdeditor-preview

The book explains why this naming pattern is good. (Also, you might also look at bootstrap to see what class names they give to components).

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.