Skip to content

Commit

Permalink
Add daily plugin to README.
Browse files Browse the repository at this point in the history
refs gh-300
  • Loading branch information
xwmx committed Jan 31, 2024
1 parent 4a790ce commit d830f1b
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 0 deletions.
29 changes: 29 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8766,6 +8766,7 @@ See Also:
<a href="#backlink">backlink</a>&nbsp;·
<a href="#bump">bump</a>&nbsp;·
<a href="#clip">clip</a>&nbsp;·
<a href="#daily">daily</a>&nbsp;·
<a href="#ebook">ebook</a>&nbsp;·
<a href="#example">example</a>&nbsp;·
<a href="#weather">weather</a>
Expand Down Expand Up @@ -8873,6 +8874,34 @@ Examples:
nb snippets:clip .cr
```

#### `daily`

[↑&nbsp;](#plugin-help)

##### Install

```bash
nb plugins install https://github.com/xwmx/nb/blob/master/plugins/daily.nb-plugin
```

##### Help

```text
Usage:
nb daily [<content>] [--prev [<number>]]

Options:
--prev [<number>] List previous days and show day by previous <number>.

Description:
Add notes to a daily log.

Examples:
nb daily "Example note content."
nb daily --prev
nb daily --prev 3
```

#### `ebook`

[↑&nbsp;](#plugin-help)
Expand Down
29 changes: 29 additions & 0 deletions docs/index.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -8772,6 +8772,7 @@ See Also:
<a href="#backlink">backlink</a>&nbsp;·
<a href="#bump">bump</a>&nbsp;·
<a href="#clip">clip</a>&nbsp;·
<a href="#daily">daily</a>&nbsp;·
<a href="#ebook">ebook</a>&nbsp;·
<a href="#example">example</a>&nbsp;·
<a href="#weather">weather</a>
Expand Down Expand Up @@ -8879,6 +8880,34 @@ Examples:
nb snippets:clip .cr
```

#### `daily`

[↑&nbsp;](#plugin-help)

##### Install

```bash
nb plugins install https://github.com/xwmx/nb/blob/master/plugins/daily.nb-plugin
```

##### Help

```text
Usage:
nb daily [<content>] [--prev [<number>]]

Options:
--prev [<number>] List previous days and show day by previous <number>.

Description:
Add notes to a daily log.

Examples:
nb daily "Example note content."
nb daily --prev
nb daily --prev 3
```

#### `ebook`

[↑&nbsp;](#plugin-help)
Expand Down

0 comments on commit d830f1b

Please sign in to comment.