https://github.com/halflinghelper/orange_notes
A notetaking and todo system being built in lua
https://github.com/halflinghelper/orange_notes
Last synced: 5 months ago
JSON representation
A notetaking and todo system being built in lua
- Host: GitHub
- URL: https://github.com/halflinghelper/orange_notes
- Owner: HalflingHelper
- Created: 2024-06-03T01:33:43.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-10T01:14:23.000Z (almost 2 years ago)
- Last Synced: 2024-12-27T07:37:46.719Z (over 1 year ago)
- Language: Lua
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Orange
I'm making a todo program I guess.
The ulterior motive for this project has also become a fun way to help myself
learn vim.
## Goals
I want to make a program that I would actually use for todos.
- It can be running on a terminal in the background
- I can tag and filter different items
- I can have more extensive notes
### Stretch
- Repeating items, i.e. for setting up a calendar
## Tasks
I am painfully aware of using this system for todoes as I build a todos system.
- Menu module
- More comprehensive config support: saving, datatype?
- Move notes to an optional notes directory path that the user can set in config
- Reading and writing slices from files
- Creating new notes menu option