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

Installs

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