Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/nemupm/typora-notebook

The CLI for typora to manage note, notebooks and search functions. Available for macOS.
https://github.com/nemupm/typora-notebook

markdown typora

Last synced: 17 days ago
JSON representation

The CLI for typora to manage note, notebooks and search functions. Available for macOS.

Lists

README

        

# Typora-notebook

This is the scripts for especially Typora
to enable managing markdown files as notebook and cross-searching over those files.

# Requirements

- peco

# Config

Set the root directory of typora notes.

```sh
$ cat $HOME/.typora-notebook/config.sh
export TYPORA_NOTEBOOK_NOTEBOOKS_DIR="$HOME/Library/Mobile Documents/com~apple~CloudDocs/typora"
```

# Usage

```sh
$ source ./init.sh
$ typora -h
Usage:
typora []

Options:
--open, -o open note by name
--open-notebook, -n choose notebook and open note in the notebook
--create-note, -c create new note with input name
--create-notebook create new notebook with input name
--search, -s search all notes for input string
--duplicate-notebook, -d duplicate note
--help, -h print this

Author: nemupm
```

## Open note by name

```sh
$ typora -o
```

## Cross search

```sh
$ typora -s
```