Classes App

I have developed a small app to take notes in classes.

They basically are text files saved inside folders (here are those from Semester #5).

Thanks to PHP Markdown Extra, content is formatted into HTML. I made a few additions to the syntax, mainly to add these colored boxes — here in green; available in yellow, red and blue too — and multicolumn boxes — from 2 to 4 columns (useful for vocabulary lists).

There is also a print stylesheet so that notes are well formatted when printed (see first rebound).

I have also added a way to hide all content apart headings so that I may quickly see the structure (see second rebound).

It is written in PHP, JavaScript, HTML5 and CSS3. It runs on the bundled Apache web server and is automatically synced to Dropbox so that I never loose the data.

(I will add more features like calendar-based navigation in a near future.)

Posted on Oct 21, 2010

More by Jerry

View profile