generated from srid/rib-sample
-
-
Notifications
You must be signed in to change notification settings - Fork 145
Closed
Labels
CerveauenhancementNew feature or requestNew feature or requestproposalProposal with exact spec yet to be fleshed outProposal with exact spec yet to be fleshed out
Description
I imagine we don't need a very flexible template system.
Initial proposal, to be refined:
- Templates can be added to
a subdirectory, eg:(see Revision 2 below)./templates/daily.md - Template vars are simple strings wrapped in
__(see below) - Have
neuron new --template=dailyuse the specified template
Here's a sample template, ./template/daily.md:
---
date: __DATE__
tags:
- journal
---
# __TITLE__
## Agenda today
-
## Achieved today
Today I achieved, ...We may even go one step ahead and support arbitrary key value pairs (neuron new --template=daily --data="key1=123"), with __KEY1__ somewhere in the template body.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
CerveauenhancementNew feature or requestNew feature or requestproposalProposal with exact spec yet to be fleshed outProposal with exact spec yet to be fleshed out