@one19/today-text
v0.3.0
Published
@today underlying text generation
Downloads
1
Readme
@one19/today-text
What is it?
It's a checklist, defaults to today. I've begun removing recurring tasks, to turn it into more of a unique planning & tracking system than a daily todo methodology. Todoist
sucks, but it serves that role better than this bullshit
How to use it?
const today = require('@one19/today-text');
const todayText = today(Date, { ...config });
const todayText = today(); // also works if you trust the defaults set
// config: { compat: bool, title: bool }