DailyOrganizer
Sublime Text plugin for basic note taking organization
Details
Installs
- Total 180
- Win 95
- Mac 60
- Linux 25
Oct 13 | Oct 12 | Oct 11 | Oct 10 | Oct 9 | Oct 8 | Oct 7 | Oct 6 | Oct 5 | Oct 4 | Oct 3 | Oct 2 | Oct 1 | Sep 30 | Sep 29 | Sep 28 | Sep 27 | Sep 26 | Sep 25 | Sep 24 | Sep 23 | Sep 22 | Sep 21 | Sep 20 | Sep 19 | Sep 18 | Sep 17 | Sep 16 | Sep 15 | Sep 14 | Sep 13 | Sep 12 | Sep 11 | Sep 10 | Sep 9 | Sep 8 | Sep 7 | Sep 6 | Sep 5 | Sep 4 | Sep 3 | Sep 2 | Sep 1 | Aug 31 | Aug 30 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 2 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 2 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Mac | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 2 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Linux | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Readme
- Source
- raw.githubusercontent.com
Introduction
DailyOrganizer is a simple organizational tool to help create meeting minutes and daily notes.
Once installed, there are two new options added: - Open Today's Note - Create a new meeting minutes note
Open Today's Note
This will either create or open a note file for today. The default location of the note will be at ~/DailyOrganizer/%Y/%m/%d/Today.txt
Create a new meeting minutes note
This will first prompt the user to choose one of their available templates (Default at ~/DailyOrganizer/MeetingTemplates
) and then to choose a file name to store the new meeting minutes in the same folder as Today.txt
.
The contents of the template file will be copied into the meeting file when it is first created. If the file already exists, it will remain untouched.
The “None” template is special and indicates that a blank file will be created.
Configuration
folder_structure
This is the folder layout of how to store the note files. It accepts formatting specifiers from strftime as well. (https://docs.python.org/3.6/library/datetime.html#strftime-strptime-behavior)
main_notes_file_name
This is the name of the singular note file in each directory. This also accepts formatting specifiers from strftime.
meeting_template_folder
This is the folder which stores meeting templates. The folder and all subdirectories will be searched for any files to be used as a template. The chosen template is copied without change into the newly created meeting file.