I am also working on a Markdown Editor. I will appreciate it if you check it out and tell me what you think.
Just copy and paste the code below for your first jsblocks application. Continue with the documentation and the jsblocks starter template project
<!DOCTYPE html>
<html>
<head>
<script src="http://jsblocks.com/blocks/0.3.2/blocks.js"></script>
<script>
blocks.query({
firstName: blocks.observable()
});
</script>
</head>
<body>
Name:
<input data-query="val(firstName)" placeholder="Enter your name here" />
<hr />
<h1>Hello {{firstName}}!</h1>
</body>
</html>
$ claude mcp add jsblocks \
-- python -m otcore.mcp_server <graph>