ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Daily​Organizer

by mremallin ALL

Sublime Text plugin for basic note taking organization

Labels productivity

Details

  • 0.0.5
  • github.​com
  • github.​com
  • 12 months ago
  • 30 minutes ago
  • 2 years ago

Installs

  • Total 158
  • Win 84
  • Mac 52
  • Linux 22
Apr 26 Apr 25 Apr 24 Apr 23 Apr 22 Apr 21 Apr 20 Apr 19 Apr 18 Apr 17 Apr 16 Apr 15 Apr 14 Apr 13 Apr 12 Apr 11 Apr 10 Apr 9 Apr 8 Apr 7 Apr 6 Apr 5 Apr 4 Apr 3 Apr 2 Apr 1 Mar 31 Mar 30 Mar 29 Mar 28 Mar 27 Mar 26 Mar 25 Mar 24 Mar 23 Mar 22 Mar 21 Mar 20 Mar 19 Mar 18 Mar 17 Mar 16 Mar 15 Mar 14 Mar 13
Windows 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Mac 0 0 0 0 0 0 0 0 1 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 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 1 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.