0.25.0 • Published 2 years ago

@tereza-tech/zettel v0.25.0

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

Zettel

Create your own digital garden with Zettel, an open source engine that implements the Zettelkasten method.

Installation

yarn add @tereza-tech/zettel

Quickstart

Create your Zettelkasten notes in a folder, for example notes, then instantiate your Zettelkasten engine:

import { Zettelkasten } from '@tereza-tech/zettel';
import * as path from 'path';

const notesDir = path.join(process.cwd(), 'notes');

const zettelkasten = new Zettelkasten({ notesDir });

(async () => {
  const notes = await zettelkasten.getNotes();

  const blogNote = await zettelkasten.getNotes({ groups: ['blog'] });

  const tags = await zettelkasten.getTags();

  const flashcard = await zettelkasten.getFlashcard();

  const graph = await zettelkasten.getGraphData();
})();
0.25.0

2 years ago

0.23.2

2 years ago

0.23.1

2 years ago

0.21.0

2 years ago

0.23.0

2 years ago

0.22.1

2 years ago

0.22.0

2 years ago

0.20.0

2 years ago

0.19.0

2 years ago

0.16.0

2 years ago

0.17.0

2 years ago

0.16.1

2 years ago

0.18.0

2 years ago

0.12.0

3 years ago

0.13.0

3 years ago

0.12.1

3 years ago

0.14.0

2 years ago

0.13.1

3 years ago

0.12.2

3 years ago

0.15.0

2 years ago

0.13.2

3 years ago

0.15.1

2 years ago

0.11.6

3 years ago

0.11.5

3 years ago

0.11.4

3 years ago

0.11.3

3 years ago

0.11.2

3 years ago

0.11.1

3 years ago

0.11.0

3 years ago