GithubHelp home page GithubHelp logo

ephemer / guide Goto Github PK

View Code? Open in Web Editor NEW

This project forked from meteor/guide

0.0 1.0 0.0 8.27 MB

Articles about Meteor best practices

Home Page: http://guide.meteor.com/

License: Other

JavaScript 33.03% CSS 66.97%

guide's Introduction

Meteor Guide

Articles drafted

Contributing

If you're interested in helping out, the best thing to do is to look at the GitHub issues which represent the guide articles. If any topics interest you, read the outlines and major decision points linked from the issue, and post comments or PRs offering suggestions!

Writing tips

Things to be aware of:

Always use specific IDs on headers so that we can change them later:

// bad
## Using schemas with collections

// good
<h2 id="schemas-with-collections">Using schemas with collections</h2>

Always put a blank line after each header

Otherwise, the following paragraph isn't parsed correctly.

// bad
<h2 id="schemas-with-collections">Using schemas with collections</h2>
This is some text

// good
<h2 id="schemas-with-collections">Using schemas with collections</h2>

This is some text

Escape handlebars syntax inside inline code snippets

Note: you don't need to escape things in fenced/multiline code snippets, only in inline ones.

// will break
Render multiple items in your template with `{{#each}}`

// good
Render multiple items in your template with `{% raw %}{{#each}}{% endraw %}`

guide's People

Contributors

alanning avatar brylie avatar davidwoody avatar dburles avatar dstotijn avatar gheoan avatar hwillson avatar idometeor avatar irrigator avatar mardaneus86 avatar mbrookes avatar ovvn avatar primigenus avatar robfallows avatar rystan avatar sachag avatar sanjo avatar slava avatar tmeasday avatar tomredox avatar wuservices avatar yyx990803 avatar zodern avatar zol avatar

Watchers

 avatar

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.