Skip to content

Commit

Permalink
added new feature to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Rene Schallner committed Oct 29, 2017
1 parent ce61bda commit 7ea4e20
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,14 @@ A new note will be created and assigned the timestamp based ID in the format des

Example: Let's say you entered "AI is going to kill us all" as the note title, then a file with the name `201710282118 AI is going to kill us all.md` will be created and opened for you.

The new note will look like this:

```python
# AI is going to kill us all
tags =

```

### Creating a link

Let's assume, you work in the note "201710282120 The rise of the machines":
Expand Down Expand Up @@ -167,6 +175,13 @@ As a consequence, they might turn evil and try to kill us all ........... [[2017
**Note** how the note title "AI is going to kill us all" has been replaced by the note's ID "201710282118".
The new note will be pre-filled with the following text:
```python
# AI is going to kill us all
tags =
```
## Credits
Expand Down

0 comments on commit 7ea4e20

Please sign in to comment.