|
|
|
|
|
by coleifer
2336 days ago
|
|
I have a similar tool I've been using for years now. It is built on sqlite and uses the fts extension to provide full-text search. Some nice features I've added over the years: bookmarklet and automatic page-screenshotting, tags (and smart auto-tagging), everything markdown supports, file upload and attach, media embed (YouTube link becomes player, eg). Oh, I can also attach email reminders and make to-do lists (with little checkboxes and everything). It started out very simple and has grown over time. Sqlite is a great foundation for projects like this. Strongly recommend. |
|