NicoNekoru / obsidan-advanced-table-xt

Plugin that adds features to tables in obsidian including merging, vertical headers, and custom css
Apache License 2.0
93 stars 3 forks source link

Publishing to Obsidian plugins? #4

Closed rlmcneary2 closed 1 year ago

rlmcneary2 commented 1 year ago

Sorry to open an issue to ask a question but I don't see another way to do that.

I installed the plugin manually because I couldn't find it on Obsidian's plugins page. Did I miss it? I searched for "Sheets Extended" but it wasn't listed.

Also is this a real code block? Where does sheets come from?

```sheets
  TODO
```
NicoNekoru commented 1 year ago

The plugin is not available on Obsidian's plugins yet.

Yes that code block is real although the language should be sheet for using this plugin and your syntax for the body is wrong since it should be a markdown table. This is standard markdown syntax and the plugin is the same as many others in it's implementation.

```sheet
| foo | bar |
| --- | --- |
| 123 | 456 |

<img width="86" alt="image" src="https://github.com/NicoNekoru/obsidan-advanced-table-xt/assets/66227158/7ebde7d4-848d-4538-b069-b7ec3bacf83c">

For more examples see the [readme](https://github.com/NicoNekoru/obsidan-advanced-table-xt#readme)