Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Notepal

一个用 Rust + Iced 编写的跨平台文本编辑器。

轻量、简洁、不打扰。


特性

  • 📝 完整的文件操作 —— 新建、打开、保存、另存为
  • 💾 未保存提示 —— 关闭前自动检测变更,防止误丢数据
  • 🔤 字体大小调节 —— 实时生效,自动记忆
  • 🎨 主题支持 —— 跟随系统 / 浅色 / 深色
  • 🖥️ 原生体验 —— 系统级文件对话框,窗口标题实时反映文件状态
  • 单文件可执行 —— 无运行时依赖,开箱即用

截图

主页 设置


技术栈

组件 用途
Iced GUI 框架
iced_aw 菜单栏、数字输入控件
rfd 原生文件对话框
confy 配置持久化
serde 设置序列化

运行

# 克隆
git clone https://github.com/0x8000S/Notepal.git
cd Notepal

# 运行
cargo run --release

需要 Rust 1.80+


About

A simple text editor made with Rust Iced.

Topics

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages