https://github.com/deshanadesai/sniplog
Stores thought snippets, things you read from the internet, quotations, reminders to yourself, just write them down and maintain a log.
https://github.com/deshanadesai/sniplog
Last synced: 6 months ago
JSON representation
Stores thought snippets, things you read from the internet, quotations, reminders to yourself, just write them down and maintain a log.
- Host: GitHub
- URL: https://github.com/deshanadesai/sniplog
- Owner: deshanadesai
- Created: 2014-12-11T07:07:57.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-11-03T15:16:44.000Z (over 7 years ago)
- Last Synced: 2023-08-10T09:41:23.460Z (almost 2 years ago)
- Language: Python
- Size: 210 KB
- Stars: 4
- Watchers: 4
- Forks: 1
- Open Issues: 8
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# SnipLog.
## :TODO: Major Features
1. [x] Add markdown to the todo
2. [x] Add tags field to the Post model.
3. [x] Tags are hyperlinked. Clicking a tag returns all the posts with the same tag
4. [] Search bar, for content and tag. Something like gmail search maybe?
5. [] Auth
6. [] Merging PushIt functionality but with a better name.
7. [] Move this todo to the wiki. When bored and don't want to code.
8. [] Snips should be like reddit posts, body opening only on click of button.
9. [] Also should be editable on a click of single button, thats how it is a dump.
10. [] Inheritance of the main layout to all other pages.