RedNotebook

RedNotebook是跨平台的日记和期刊。它允许您格式化、标记和搜索条目。(RedNotebook is a cross-platform diary and journal. It lets you format, tag and search your entries. )

Github星跟踪图

RedNotebook是一本现代杂志。

它允许您格式化,标记和搜索条目。 您还可以添加图片,链接和可自定义的模板,拼写检查笔记,并导出为纯文本,HTML或LaTeX。 RedNotebook是GPL下的自由软件。

特性
  • 使用#hashtags
  • 将文本格式设置为粗体,斜体或带下划线
  • 插入图像,文件和网站链接
  • 链接和电子邮件地址会自动识别
  • 拼写检查
  • 搜索作为你型
  • 自动保存
  • 备份到zip存档
  • 词云与最常见的单词和标签
  • 模板
  • 导出为纯文本,HTML或Latex
  • 面向未来:数据存储在纯文本文件中
  • 翻译成30多种语言

主要指标

概览
名称与所有者jendrikseipp/rednotebook
主编程语言Python
编程语言Shell (语言数: 6)
平台Linux, Mac, Windows
许可证GNU General Public License v2.0
所有者活动
创建于2015-06-30 08:17:51
推送于2025-04-28 19:46:25
最后一次提交2025-04-28 21:46:21
发布数70
最新版本名称v2.39 (发布于 2025-03-25 21:10:46)
第一版名称v1.10.2 (发布于 2015-08-24 20:06:27)
用户参与
星数519
关注者数27
派生数112
提交数2.6k
已启用问题?
问题数612
打开的问题数61
拉请求数127
打开的拉请求数6
关闭的拉请求数23
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?

Build Status

RedNotebook is a modern desktop journal. It lets you format, tag and
search your entries. You can also add pictures, links and customizable
templates, spell check your notes, and export to plain text, HTML,
Latex or PDF.

Requirements

See debian/control for Debian and Ubuntu package names.

Recommended libraries:

Run under Linux (without installation)

$ ./run

Run under Windows

See appveyor.yml for setup instructions, then run

C:\path\to\rednotebook> python3 rednotebook/journal.py

Install

We recommend to install RedNotebook with your package manager or
to download the Windows installer. Follow the steps below only if your
distribution has no RedNotebook package or you want to use a newer
RedNotebook version.

Install RedNotebook in the global site-packages directory and make
rednotebook command available globally:

sudo apt-get install python3-pip
# Change into RedNotebook directory.
sudo pip3 install .

Install RedNotebook locally under
~/.local/lib/python3.x/site-packages/ and create
~/.local/bin/rednotebook executable:

sudo apt-get install python3-pip
# Change into RedNotebook directory.
pip3 install --user .

Thanks to

License notes

RedNotebook is published under the GPLv2+. Since it bundles code
released under the LGPLv3+, the resulting work is licensed under the
GPLv3+. See debian/copyright for detailed license information.

Enjoy!