Skip to content

Meta-Bind-Js-View documentation is severely lacking. #605

@Mistmage

Description

@Mistmage

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

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions