generated from obsidianmd/obsidian-sample-plugin
-
-
Notifications
You must be signed in to change notification settings - Fork 66
Closed
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Description
Page
https://www.moritzjung.dev/obsidian-meta-bind-plugin-docs/guides/viewfields/
Issue or Enhancement
Documentation for meta-bind-js-view is nearly none existing, and while it is quite obvious in most ways, quarter of a page is really not enough.
For example the fact that something like this:
>[!note]
>
> `INPUT[number:Manga-Chapter-Limit]`
>
> ```meta-bind-js-view
> {Manga-Chapter-Limit} as limit
> ---
> const str = `\`\`\`meta-bind
> INPUT[progressBar(maxValue(${context.bound.limit})):Manga-Chapter-Current]
> \`\`\``;
> return engine.markdown.create(str)
> ```
Works was discovered randomly.
There a lot more that can be done with it, so I strongly wish for some more examples.
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation