Flogger
The brief
Inspired by NVAlt (RIP),
a friend and I started this app to have some fun deepening our knowledge of Vue.
There are plentuy of note apps but most seem over or under engineered.
I currently use SimpleNote from Automattic.
It’s, well, simple.
Progressive enhancement for text files
Core concepts:
- Data Portability - Apps come and go, the data shouldn’t need a rosetta stone - it should be plain text, or at most Markdown. And it should by cross device so your data is always with you.
- Date Based - If it can save me putting a date at the top of each entry that’s worth the entry fee.
- Fun with Data - See Roadmap
The solution
Status
- Integrate Dropbox for cross-device access and authentication
- Manage plain text files (flogs):
create new flogs or entries and edit, copy, or delete flogs or entries - The UI splits a Flog into 2 parts:
- Entries
Any text that comes after a date in a specified format, up till the next date or EOF - Frontmatter
Any text in the file before a date (flog metadata)
- Entries
Roadmap
- flog blending or comparison (compare flogs for correlation)
- key:value tags
- omni search/create box
- encryption
- web publishing
- geotagger
- time tracker
- siri/alexa