dangeratio / notebooks

a notebook of todo lists using cakephp, XAMPP, jquery, and tinymce

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

notebooks

a notebook of todo lists using cakephp, XAMPP, jquery, and tinymce

Installation

Get a recent version of CakePHP. (http://cakephp.org/) I used CakePHP 2.6.1
Get a recent version of XAMPP.  (https://www.apachefriends.org/index.html) I used XAMPP 5.6.3-0 for Mac
Build an initial cakephp project, setup SQL connections etc.
Run the cakeTodo.sql on your sql database to create the required tables
Copy notebooks files into the directory of your cakephp project
You may also need to make ./app/tmp directory editable

Features

View a set of Notebooks (essentially a simplified version of onenote)
Each notebook has a set of notes
Notes have a title and body, body is WYSIWYG editable using tinymce (see screenshot below)

Future Updates

Ability to Search all notebooks (similar to MS Onenote)
Ability to add Images to notes

Screenshot

screenshot of notebooks

About

a notebook of todo lists using cakephp, XAMPP, jquery, and tinymce

License:GNU General Public License v2.0


Languages

Language:PHP 98.9%Language:CSS 0.6%Language:JavaScript 0.3%Language:Shell 0.1%Language:Perl 0.1%Language:ApacheConf 0.0%Language:HTML 0.0%