Skip to content

[Feature Request]: Data Binding #113

@farnabaz

Description

@farnabaz

Data binding allows users to render dynamic data as text or bind variables to components. This feature has three different aspects:

Rendering variables

--- 
theAnswer: 42
---

The answer to life, the universe, and everything is {{ frontmatter.theAnswer }}.

Props binding

--- 
theAnswer: 42
---

::question{:answer="frontmatter.theAnswer"}
::

Renderer Data

<template>
  <Comark markdown="Render {{ data.variable }} from runtime data" :data="{ variable: "Runtime Variable" }" />
</template>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions