Git Product home page Git Product logo

aschulz01 / journal Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 10 KB

Journal is a simple Sublime Text plugin that makes it easy to create Journal files for logs, notes, diary, daybooks.... . These files are saved in single location for easy searching and access later. The files are structured hierachical by date (year\month\day\yyyymmdd.*extension* ). Due to the file naming convention (yyyymmdd) you can - for example - sort the file names by asc and generate a date-ordered summary file.

License: GNU General Public License v2.0

Python 100.00%

journal's Introduction

Journal

Overview

Journal is a simple Sublime Text plugin that makes it easy to create Journal files for logs, notes, diary, daybooks.... . These files are saved in single location for easy searching and access later. The files are structured hierachical by date (year\month\day\yyyymmdd.extension ). Due to the file naming convention (yyyymmdd) you can - for example - sort the file names by asc and generate a date-ordered summary file.

Usage

Basic Usage

  1. In Sublime Text Go to Open today's Journal File Ctrl+Shift+Alt+J
  2. A new file is opened. The file is named "yyyymmdd.extension". yyyymmdd is evaluated by current date. extension is a user-configurable extension. (e.g. .md for markdown)

Example
File > Open today's Journal File Ctrl+Shift+Alt+J to open "[journalroot]\2020\05\20200501.md". Save the file.

  1. You can insert an Timestamp into the open text file per STRG+SHIFT+ALT+F12 / STRG+SHIFT+SUPER+F12(Mac) so you can structure your dayfile.

Configuration

By default the journalroot will points to ~/Documents/Journal. The default extension is .md. You can change these settings using the following options in your package settings:

{
    "save_path": "~/Documents/Journal",
    //"save_path": "~/Foo/Bar/Diary/${file_base_name}",
    //"save_path": "${folder}\\journal",
    //"save_path": "${project_path}\\journal",
    //"save_path": "xyz",
    "extension" : ".md",
    "use_dayfolder" : "false"
}

You can set use_dayfolder to "true" to create a folder for each single dayfile. The default setting groups the dayfiles into the matching month directory.

details about save_path

journal's People

Contributors

aschulz01 avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.