React Components
by Elias Sundqvist
Score: 38/100
favorite
share
Description
Category: Coding & Technical Tools

The React Components plugin enables users to create and embed React components within their Obsidian notes using JSX syntax. It supports two methods for defining components: inline within notes using code blocks or as standalone component notes stored in a designated folder. Components can leverage React hooks like useState and useEffect, and users can organize them using namespaces for better structure. The plugin provides flexible ways to include components within notes and offers compatibility with the Editor Syntax Highlight plugin for better code readability. It also allows the integration of frontmatter data within components, enhancing interactivity and dynamic content generation in notes.

Stats
261
stars
17,666
downloads
18
forks
1,359
days
734
days
1,113
days
7
total PRs
3
open PRs
0
closed PRs
4
merged PRs
44
total issues
20
open issues
24
closed issues
0
commits
Latest Version
3 years ago
Changelog

0.1.6 (2022-01-22) Obsidian v0.13.19 support

  • jsx codeblocks broke in a recent obsidian update (See issue #26). With this update, they should work better again.
  • Added support for embedded notes in the Markdown component (See issue #25).
README file from