-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4c85f61
commit f6af983
Showing
1 changed file
with
12 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,6 +10,9 @@ | |
![demo](images/demo.gif) | ||
|
||
- [Installation](#installation) | ||
- [From Obsidian (easiest)](#from-obsidian-easiest) | ||
- [From git](#from-git) | ||
- [From source](#from-source) | ||
- [Usage and options](#usage-and-options) | ||
- [Limitations and known bugs](#limitations-and-known-bugs) | ||
- [Publish a new version](#publish-a-new-version) | ||
|
@@ -19,14 +22,22 @@ | |
|
||
## Installation | ||
|
||
### From Obsidian (easiest) | ||
|
||
Install the plugin from the [Community plugins](https://obsidian.md/plugins?search=automatic%20table%20of%20contents) section in the app settings. | ||
|
||
### From git | ||
|
||
Clone the plugin in your `.obsidian/plugins` directory: | ||
|
||
```shell | ||
cd /path/to/your/vault/.obsidian/plugins | ||
git clone [email protected]:johansatge/obsidian-automatic-table-of-contents.git | ||
``` | ||
|
||
Alternatively, download the [latest release](https://github.com/johansatge/obsidian-automatic-table-of-contents/releases) and unzip it in your `.obsidian/plugins` directory. | ||
### From source | ||
|
||
Download the [latest release](https://github.com/johansatge/obsidian-automatic-table-of-contents/releases) and unzip it in the `.obsidian/plugins/automatic-table-of-contents` directory. | ||
|
||
## Usage and options | ||
|
||
|