0.25.0 • Published 9 months ago

@tereza-tech/zettel v0.25.0

Weekly downloads
-
License
MIT
Repository
-
Last release
9 months 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

9 months ago

0.23.2

12 months ago

0.23.1

1 year ago

0.21.0

1 year ago

0.23.0

1 year ago

0.22.1

1 year ago

0.22.0

1 year ago

0.20.0

1 year ago

0.19.0

1 year ago

0.16.0

1 year ago

0.17.0

1 year ago

0.16.1

1 year ago

0.18.0

1 year ago

0.12.0

1 year ago

0.13.0

1 year ago

0.12.1

1 year ago

0.14.0

1 year ago

0.13.1

1 year ago

0.12.2

1 year ago

0.15.0

1 year ago

0.13.2

1 year ago

0.15.1

1 year ago

0.11.6

1 year ago

0.11.5

1 year ago

0.11.4

1 year ago

0.11.3

1 year ago

0.11.2

1 year ago

0.11.1

1 year ago

0.11.0

1 year ago