javalent / admonitions

Adds admonition block-styled content to Obsidian.md
MIT License
1.05k stars 67 forks source link

[Feature request] Using tables in callouts #276

Closed bingryan closed 1 year ago

bingryan commented 1 year ago

I found that some form callout is a very good feat.

image

from using-ref table

sigrunixia commented 1 year ago

Hello @bingryan

It is not quite clear what you are requesting in this feature. Can you elaborate?

bingryan commented 1 year ago

Hello @bingryan

It is not quite clear what you are requesting in this feature. Can you elaborate?

include table

sigrunixia commented 1 year ago

163 goes over some of this but I will add more here.

Making those tables right off the bat, without calling in json formatting, is not a realistic use of development time.

So what we suggest is using nested admonition blocks to hold a json code block:

````ad-admonition-name
title: Json test
collapse: Open

```json

Your Json Reference Here

As this functionality exists and works within Obsidian, I am closing this thread.