RedNotebook

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

Github stars Tracking Chart

RedNotebook是一本现代杂志。

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

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

Main metrics

Overview
Name With Ownerjendrikseipp/rednotebook
Primary LanguagePython
Program languageShell (Language Count: 6)
PlatformLinux, Mac, Windows
License:GNU General Public License v2.0
所有者活动
Created At2015-06-30 08:17:51
Pushed At2025-04-28 19:46:25
Last Commit At2025-04-28 21:46:21
Release Count70
Last Release Namev2.39 (Posted on 2025-03-25 21:10:46)
First Release Namev1.10.2 (Posted on 2015-08-24 20:06:27)
用户参与
Stargazers Count519
Watchers Count27
Fork Count112
Commits Count2.6k
Has Issues Enabled
Issues Count612
Issue Open Count61
Pull Requests Count127
Pull Requests Open Count6
Pull Requests Close Count23
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private

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!