https://github.com/blackwire/blox
A simple framework for storing notes online using a block style display that when clicked opens into a notepad style half window. It uses a hash system to store and retrieve the notes for a given user. It's semi-private because of this. Could be forked to include a login instead of a hash to do the user delineation.
https://github.com/blackwire/blox
Last synced: 11 months ago
JSON representation
A simple framework for storing notes online using a block style display that when clicked opens into a notepad style half window. It uses a hash system to store and retrieve the notes for a given user. It's semi-private because of this. Could be forked to include a login instead of a hash to do the user delineation.
- Host: GitHub
- URL: https://github.com/blackwire/blox
- Owner: blackwire
- License: gpl-3.0
- Created: 2015-11-08T23:57:30.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-10-07T12:57:36.000Z (over 9 years ago)
- Last Synced: 2025-07-13T02:26:53.585Z (11 months ago)
- Language: JavaScript
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# blox
A simple framework for storing notes online using a block style display that when clicked opens into a notepad style half window. It uses a hash system to store and retrieve the notes for a given user. It's semi-private because of this. Could be forked to include a login instead of a hash to do the user delineation.
The basic idea was brought about by others who have attempted the same thing. I simply wanted something a little more fluid, beautiful, and permanent (database driven). It's simple for the user and slightly complicated from the code perspective. It has room for improvement like many things I make, but it's a good start.
Pre-baked code that has SQL injection protection already setup and some other security measures are accounted for. Has an autosave that is setup to save open (expanded) blox every second. This includes the saving of color, heading, and text until the bloc is minimized or deleted.