Skip to content

DamianMac/bear-today

Repository files navigation

Bear Today

Bear Today is a templated note generator for Bear Notes on the Mac.

It allows you to create date based journal or planning entries with date based note titles or tags.

BearTodayNote

Getting Started

1. Download the latest release.

Download the latest release

2. Unzip it to a handy directory

3. Create your first template

Call it journal.md and save it in the same directory as BearToday, in a subdirectory called templates on in a folder called ~/.beartoday/

---
title: "{{date.day}} {{date.month_name}} {{date.year}}"
tags: ["journal/{{date.year}}/{{date.padded_month}}"]
---
## Journal

## Top Three Things To Do {{date.day_of_week}}

{% for i in (1..3) %}
   - [ ] Thing {{ i }}{% endfor %}

## Log

4. Run it

From Terminal, run ./BearToday journal and open Bear. You'll find a new note named and tagged with today's date.

The templating is based on the Liquid language, so go there to find out more about what you can do.

A full list of properties you can use in your template:

date.day_of_week
date.day
date.month
date.year

date.month_name

date.padded_day
date.padded_month

Future Plans

Some of the ideas I have for this

  1. Additional properties for templates.
  2. Macros for things like your daily calendar entries
  3. Supporting Agenda
  4. Output to file or clipboard
  5. Open to suggestions!

Any feedback, drop me an email at [email protected] or open an issue.

About

A templated page generator for Bear Notes

Resources

Stars

Watchers

Forks

Packages

No packages published