Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
# My Nevernote
![Silo](docs/images/silo.gif)
Die (hoffentlich) datenschutzkonforme Alternative zu Evernote. Mit Markdown und MkDocs gelingt die Flucht aus den Datensilos dieser Welt.
## Installation
Nevernote läuft mit [MkDocs](https://www.mkdocs.org/) und das wiederum ist ein Python-Paket. Das heißt, es setzt ein installiertes Python-Paket voraus (MkDocs läuft mit Python 2.7, Python >= 3.4 und PyPy). Ich empfehle ein [Anaconda-Python](https://www.anaconda.com/download/#macos), aber jedes andere tut es auch.
Als *Markdown Engine* kommt [Python Markdown](https://pythonhosted.org/Markdown/index.html) aus der Standard-Bibliothek zum Einsatz, hier ist also keine zusätzliche Installation nötig. Jedoch nutzt Nevernote ein paar Extensions (unter anderem für Fußnoten, ToDo-Listen und Admonition). Und die müssen zusätzlich installiert werden.
Die Installation gelingt am einfachsten mit `pip`:
~~~python
pip install mkdocs
pip install pymdown-extensions
~~~
Und dann einfach dieses Repositorium forken oder herunterladen und loslegen.
## Links
- [MkDocs Home](https://www.mkdocs.org/) mit ausführlicher Dokumentation
- [MkDocs @ GitHub](https://github.com/mkdocs/mkdocs/) -- hier seht man, daß das Teil noch aktiv weiterentwickelt wird
- [grunt-mkdocs](https://www.npmjs.com/package/grunt-mkdocs) ist ein freies (MIT-Lizenz) [Grunt](https://gruntjs.com/)-Plugin für MkDocs