Skip to content
This repository was archived by the owner on Oct 26, 2024. It is now read-only.

BHznJNs/BNotee-server

Repository files navigation

BNotee-server

English description: README_EN.md

GitHubPage

BNotee的 Server 版本。

特点

这是一个特殊的笔记程序,它的特殊在于你必须自行部署它的服务器端(在你的电脑上),然后你就可以在任何一个带有浏览器的设备上编辑你的笔记(IE 除外 ;>)。

项目依赖

sqlite3 && nodejs >= 14.x

安装

git clone https://github.com/BHznJNs/BNotee-server.git

cd BNotee-server

npm install

npm start

已实现

  • 标题 (Headings)
  • 段落 (paragraph)
  • 分割线 (Horizontal Rules || 程序内称为 割线
  • 列表 (Unordered/Ordered List || 序列 / 乱列)
  • 表格 (Table)
  • 详情 (Details)
  • 黑暗模式
  • 全屏 (阅读模式)
  • Server (部分)
  • 内联样式 (粗体、斜体、删除线、下划线、代码)
  • 笔记概要 (目录)
  • 历史 撤销&恢复
  • 代码块
  • .md 导出