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!