Skip to content

Instantly share code, notes, and snippets.

@raphaelbastide
Last active August 29, 2015 14:01
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save raphaelbastide/1141f2f5cd401084d370 to your computer and use it in GitHub Desktop.
Save raphaelbastide/1141f2f5cd401084d370 to your computer and use it in GitHub Desktop.
Brackets notation

Plain text notation for correction and review

This document has now its own repository.

How to use brackets [ ] to advise lossless corrections.

In short

[1][2][3]

1: Original part
2: Part to replace with
3: Comment

2, and 3 are optional.

Addition

Hello boy, how are you[][?]

Add a “?”.

Deletion

Hello [fat] boy, how are you?

Delete “fat”.

Hello [fat][] boy, how are you?

Or delete by replacing with nothing.

Replacement

Hello [fat][smart] boy, how are you?

Replace “fat” by “smart”.

Comment

Hello fat[][][This is rude don’t you think?] boy, how are you?

Nothing changed, just a comment.

Hello [fat][smart][This is rude don’t you think?] boy, how are you?

Replace “fat” by “smart” as the comment advises.

Inspiration and resources

Inspired by Collaboration Made Simple with Bracket Notation

TextMate bundle for collaboration with bracket notation

License

This text is under WTFPL

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment