Skip to content

VizirAdmin/snote

Folders and files

NameName
Last commit message
Last commit date

Latest commit

58d9ef9 · Nov 13, 2011

History

64 Commits
Nov 13, 2011
Nov 13, 2011
Apr 14, 2011
Nov 13, 2011
Sep 29, 2010
Apr 15, 2011
Jun 17, 2011
Apr 9, 2011
Apr 17, 2011
Sep 29, 2010
Sep 29, 2010
Apr 14, 2011
Apr 9, 2011
Jun 20, 2011
Jun 20, 2011
Oct 4, 2010
Sep 29, 2010
Sep 29, 2010

Repository files navigation

Snote

Why does Snote exist?

Because I was in trouble for to maintain my notes. Some were in Google Docs, another in simples files in my computer, another in my notebook. In summary, a mess!

Therefore, I decided to create a tool where I could write my notes in a simple and fast way. And more, I’ m planning, to do the search in a very nice way to find my notes.

Snote is a tool to help you to store your knowledge, after all, is a sucks, don’t remember something you know.

What does Snote use?

  • Rails 3 – a really cool framework for web apps
  • Devise – a brazilian gem very simple and nice for authentication stuff
  • Acts-as-taggable-on – ow! Tags in a simple way!
  • RedCloth – module for using the textile markup language
  • Haml – less code and more legible code in views

How to setup application

You can run Snote running the following commands:

  $ git clone git://github.com/Vizir/snote.git && cd snote
  $ cp config/database.yml.example config/database.yml
  $ bundle install
  $ rake db:create
  $ rake db:migrate
  $ rails s

Maintainers

How to collaborate

If you would collaborate, you can create a fork, apply the modification and submit a pull request :)