Frontmatter editor / PropertyGrid control as a standalone/reusable React component #931
vadimkantorov
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
@vadimkantorov recently I created a project to recreate the web components of VS Code in React (as the VS Code Toolkit got deprecated). You can check it out here: https://www.npmjs.com/package/vscrui |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm building a super-simple, single-html-file in-browser Markdown post editor (based on Facebook Lexical) which uses GitHub API for loading / storing markdown files and images. This allows the whole editor to be bundlable into a single HTML file - copy-deployable to GitHub Pages blogs or even runnable locally from
file:///
For now I've rolled up a primitive string-only editor of front matter. Of course, it would be nicer to reuse typed editor of
vscode-front-matter
. Is this component available for reuse in third-party React-based projects?Thank you!
Otherwise, here is my project https://vadimkantorov.github.io/moncms (code at https://github.com/vadimkantorov/moncms). I think, this way of bundling and deployment would be very useful for
vscode-front-matter
too - you already did the heavy-lifting of building a slick front-matter editor.It currently looks as follows:


Beta Was this translation helpful? Give feedback.
All reactions