Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/calvinmclean/gnotes
simple program for generating notes file structure and Markdown files
https://github.com/calvinmclean/gnotes
go markdown notes
Last synced: 21 days ago
JSON representation
simple program for generating notes file structure and Markdown files
- Host: GitHub
- URL: https://github.com/calvinmclean/gnotes
- Owner: calvinmclean
- License: apache-2.0
- Created: 2023-03-07T22:16:01.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-22T04:33:29.000Z (over 1 year ago)
- Last Synced: 2024-10-26T20:52:18.331Z (2 months ago)
- Topics: go, markdown, notes
- Language: Go
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gnotes
This is a simple program to populate templates for weekly notes in a file structure like this:
```
2023/
03Mar/
Week_of_the_06th.md
```and file contents like this:
```md
# Week of the 06th (March 2023)### Last Week's Remaining TODOs
- [ ] Add more features to `gnotes`!
- [ ] Automatically copy unchecked tasks from last week's note!### Monday 06
### Tuesday 07
### Wednesday 08
### Thursday 09
### Friday 10
```