File tree Expand file tree Collapse file tree 1 file changed +2
-22
lines changed Expand file tree Collapse file tree 1 file changed +2
-22
lines changed Original file line number Diff line number Diff line change 7
7
ZettelGeist is a plaintext notetaking system inspired by the Zettelkasten approach. As this README is intended to be minimal,
8
8
we encourage you to visit http://zettelgeist.com for additional details.
9
9
10
- # Installation
10
+ # Getting Started
11
11
12
- Installation is done via PyPI.
13
- ```
14
- pip install zettelgeist
15
- ```
12
+ Please see the [ ZettelGeist Wiki] ( https://github.com/ZettelGeist/zettelgeist/wiki ) for detailed installation and usage instructions.
16
13
17
- Power users can install by checking out the repo and running ` setup.py ` to install.
18
-
19
- We recommend that you use a virtualenv as we are still in beta.
20
-
21
- # Features
22
-
23
- - A zettel is a "note card"
24
- - Zettels written using YAML
25
- - Zettels indexed using sqlite with FTS extensions
26
- - Zettel searched using a query language (ZQL = Zettel Query Language) similar to Gmail's search operators
27
- - Search results are rendered as a folder of zettels
28
- - Replacement can be done on a set of notes to change any YAML field
29
- - command-line and text editor driven workflow
30
-
31
- For details, please see the main web site. This is where we'll provide full user documentation and recipes to help you get started.
32
- We are developer-users of this project and are presently working on our own book. ZettelGeist is being used to organize all of the
33
- research for our book. So if it doesn't work for us, it probably won't work for you!
You can’t perform that action at this time.
0 commit comments