Skip to content

Commit

Permalink
docs: update product introduction
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Nov 22, 2023
1 parent d29d6a5 commit 6fbfd96
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 6 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# 2b
# 3b

> 2b is an editor for content generation, like blog, article, user story etc.
[![Deploy Next.js site to Pages](https://github.com/unit-mesh/3b/actions/workflows/deploy.yml/badge.svg)](https://github.com/unit-mesh/3b/actions/workflows/deploy.yml)

> 3b is a sophisticated editor designed for content creation, catering to various formats such as blogs, articles, user
> stories, and more.
In the documentary "10 Years with Hayao Miyazaki" the esteemed artist (宫崎骏, 宮﨑駿/みやざきはやお) chooses a 3B pencil,
deeming conventional ones too inflexible for his creative process. Let us pay homage to his lofty ideals.

Todos

Expand All @@ -11,7 +17,7 @@ Todos
- [x] Menu Bar
- [x] Quick Insert
- [ ] Diff
- [ ] JSON Schema, like lines, $from, $to
- [ ] JSON Schema, like lines, $from, $to
- Viewer for content rewrite,
like: [https://codesandbox.io/s/prosemirror-diff-nuhiiq](https://codesandbox.io/s/prosemirror-diff-nuhiiq)
- Change
Expand Down
6 changes: 4 additions & 2 deletions components/editor/live-editor.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,16 @@ const extensions = [
]

const content = `
## bb editor
## 3B editor
Hi there, BB is editor for Unit Mesh architecture paradigms, the next-gen software architecture.
Hi there, 3B is editor for Unit Mesh architecture paradigms, the next-gen software architecture.
1. use \`/\` to trigger AI commands.
2. use \`Alt\` + \`/\` or \`Command\` + \`/\` to show custom input box.
3. select text and right click to see the context menu.
Chinese text for testing grammar and spellings, select long text to see the menu.
永和九年,岁在癸丑,暮春之初,会于会稽山阴之兰亭,修禊事也。群贤毕至,少长咸集。此地有崇山峻岭,茂林修竹;又有清流激湍,映带左右,引以为流觞曲水,
列坐其次。虽无丝竹管弦之盛,一觞一咏,亦足以畅叙幽情。
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"private": true,
"name": "pencil-3b",
"scripts": {
"build": "next build",
"dev": "next dev",
Expand Down
2 changes: 1 addition & 1 deletion pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default function Home() {
return (
<div className={styles.container}>
<Head>
<title>bb Editor - all you need is editor!</title>
<title>3B Editor - all you need is editor!</title>
<link rel="icon" href="/favicon.ico" />
</Head>

Expand Down

0 comments on commit 6fbfd96

Please sign in to comment.