# mal-note **Repository Path**: malguy/mal-note ## Basic Information - **Project Name**: mal-note - **Description**: 基于react+tiptap的笔记应用! - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 2 - **Created**: 2024-12-07 - **Last Updated**: 2026-01-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # malnote 基于react和tiptap的笔记应用 # sql ```sql create table documents ( id int auto_increment primary key, title varchar(255) not null, content longtext not null, created_at timestamp default CURRENT_TIMESTAMP not null, updated_at timestamp default CURRENT_TIMESTAMP not null on update CURRENT_TIMESTAMP, cover varchar(255) null comment 'cover_url' ); ``` # todo - emoji标签 √ - 协作 √ - 笔记封面 - 主题 - 无form, 无边界的编辑页面