Skip to content

Commit 56a6d9c

Browse files
committed
removed style css and updated readme
1 parent 652a7c8 commit 56a6d9c

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

README.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,19 @@
22

33
This is a plugin for [Obsidian](https://obsidian.md) to allow associaton of file type extensions with different in-app views via settings.
44

5-
## Installation
5+
## Configuration
66

7-
### Manually installing the plugin
7+
Configuration is done though a single setting which takes a json object as a parseable string.
88

9-
- Copy over `main.js`, `styles.css`, `manifest.json` to your vault `VaultFolder/.obsidian/plugins/your-plugin-id/`.
9+
Ex: "`{"markdown": ["", "txt", "html", "js", "css", "ts", "yaml"]}`"
1010

11-
## Settings
11+
The above example will assign the extensions: "", "txt", "html", "js", "css", "ts", and "yaml" to the view registered with the name `markdown`.
12+
13+
### Defaults
14+
15+
The default settings assign the extensions: "", "txt", "html", "js", "css", "ts", "yaml" to Obsidian's `markdown` view.
16+
17+
### Notes
18+
- The `markdown` view is the default view Obsidian uses for "md" files.
19+
- The "md" extension cannot be modified currently using this plugin and will always be set to the `markdown` view.
1220

styles.css

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)