From e9d82cd115bcbe9d338fe3e909bae3f0789bbec4 Mon Sep 17 00:00:00 2001 From: Xingyu Wang Date: Wed, 20 Sep 2023 23:12:46 +0800 Subject: [PATCH] ATRP @wxy https://linux.cn/article-16210-1.html --- ...- A Private Open-Source Note-Taking App.md | 138 +++++++++++++++++ ...- A Private Open-Source Note-Taking App.md | 140 ------------------ 2 files changed, 138 insertions(+), 140 deletions(-) create mode 100644 published/20230916 Beaver Notes- A Private Open-Source Note-Taking App.md delete mode 100644 sources/news/20230916 Beaver Notes- A Private Open-Source Note-Taking App.md diff --git a/published/20230916 Beaver Notes- A Private Open-Source Note-Taking App.md b/published/20230916 Beaver Notes- A Private Open-Source Note-Taking App.md new file mode 100644 index 0000000000..841b1acf25 --- /dev/null +++ b/published/20230916 Beaver Notes- A Private Open-Source Note-Taking App.md @@ -0,0 +1,138 @@ +[#]: subject: "Beaver Notes: A Private Open-Source Note-Taking App" +[#]: via: "https://news.itsfoss.com/beaver-notes/" +[#]: author: "Sourav Rudra https://news.itsfoss.com/author/sourav/" +[#]: collector: "lujun9972/lctt-scripts-1693450080" +[#]: translator: "ChatGPT" +[#]: reviewer: "wxy" +[#]: publisher: "wxy" +[#]: url: "https://linux.cn/article-16210-1.html" + +Beaver Notes:一款开源的私人记事本应用 +====== + +![][0] + +> 这是一款以隐私保护为重点,能在各平台上运行的记事本应用。一起来了解一下吧! + +你是否正在寻找一款以隐私保护为核心的记事本应用? + +那么,我们可能为你找到了合适的东西! + +Beaver Notes 是一个**跨平台的开源记事本应用**,它将**笔记数据存储本地**,从而避免了数据泄露的风险,并允许用户在离线时访问已存储的笔记。 + +我认为它很快就可以登上我们的 [最佳 Linux 记事本应用][1] 列表了。 + +以下我将带你了解这款应用,同时我也会分享我的初步印象。 + +### Beaver Notes:概况 ⭐ + +![][2] + +Beaver Notes 使用了 **Vue** 和 **JavaScript** 构建,作为一款以隐私为主导的记事本应用,它提供了简洁而直观的用户界面。 + +它有许多让人赞赏的功能,使它成为一款理想的记事应用。一些突出的特点包括: + + * 专注模式 + * 笔记标签系统 + * Markdown 编辑支持 + * 导出/导入笔记的功能 + +推荐阅读: + +> **[Linux 上 16 个最好的记事本应用][3]** + +#### 初步使用体验 👨‍💻 + +我在我的 [Ubuntu 22.04][4] 系统上安装了 Beaver Notes,并且添加了一些随机的笔记以及它自带的两份介绍笔记。 + +当我打开 Beaver Notes 时,我首先看到的是其主页,上面展示了各种信息。其中包括一个**整齐地组织了的我的笔记的区块**,以及它旁边的**配有笔记分类功能的搜索菜单**。 + +此外还有一个**侧边栏菜单**,其中**列出了创建/编辑新笔记、浏览所有/归档笔记、切换深色模式和设置菜单等重要选项**。 + +![][5] + +随后,我尝试了下 **笔记编辑体验**。 + +如前所述,**Beaver Notes 支持** [Markdown][6] 格式,而且我发现使用它编辑非常直观,而且它拥有我期待中的所有常用选项。 + +![][7] + +> **[Linux 上 11 个最好的 Markdown 编辑器][7A]** + +值得注意的是,它有一个 “专注模式Focus Mode”。启用后,所有的菜单元素都被隐藏起来,让我可以全屏进行更专注的编辑。 + +> 📋 尽管该特性带我进入了全屏模式,但我为了能够以下面的截图,还是选择了退出全屏模式。 + +![][8] + +另外一个吸引我眼球的功能是 “标题树Headings Tree” 特性。这使得在大型的,由多个标题组成的笔记中轻松导航成为可能。 + +![][9] + +Beaver Notes 还有一个 **笔记标签系统**,这让你更有效地管理你的笔记。只需要输入 `#` 和标签名,即可创建新的标签。 + +之后,你可以通过搜索栏邻近的标签排序菜单,或点击主页上的标签进行排序。 + +![][10] + +你还可以 **归档笔记**。我可以将笔记归档而不是删除它,并以后在侧边栏中的 “归档Archive” 选项中查看。 + +![][11] + +那如何改变它的外观配置呢? + +“设置Settings” 菜单中包含了常规的选项,允许你在浅色模式、深色模式和系统模式之间切换。 + +在这里还可以对数据导出设置密码,同时也能导入笔记。 + +![][12] + +最后,还有 “快捷键Shortcuts” 菜单,这里列出了在 Beaver Notes 中可用的所有键盘快捷键。 + +![][13] + +在我短暂的使用体验中,Beaver Notes 给我留下了深刻的印象,尤其针对不需要进行云同步的情况,这是一个非常理想的记事本应用。 + +我建议你也试试看,它提供了许多有价值的功能。 + +### 📥 下载 Beaver Notes + +由于 Beaver Notes 是 **一款跨平台应用**,因此它可以在 **Linux**、**Windows** 和 **macOS** 上运行。你可以在 [官方网站][14] 下载你需要的安装包。 + +> **[Beaver Notes][14]** + +如果你对源码感兴趣,也可以访问它的 [GitHub 仓库][15] 查看。 + +💬 你对 Beaver Notes 有什么看法?它是你一直在寻找的吗? + + +-------------------------------------------------------------------------------- + +via: https://news.itsfoss.com/beaver-notes/ + +作者:[Sourav Rudra][a] +选题:[lujun9972][b] +译者:ChatGPT +校对:[wxy](https://github.com/wxy) + +本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出 + +[a]: https://news.itsfoss.com/author/sourav/ +[b]: https://github.com/lujun9972 +[1]: https://itsfoss.com/note-taking-apps-linux/ +[2]: https://news.itsfoss.com/content/images/2023/08/BN-1-1.jpg +[3]: https://itsfoss.com/note-taking-apps-linux/?ref=news.itsfoss.com +[4]: https://news.itsfoss.com/ubuntu-22-04-release/ +[5]: https://news.itsfoss.com/content/images/2023/08/BN-2.jpg +[6]: https://en.wikipedia.org/wiki/Markdown +[7]: https://news.itsfoss.com/content/images/2023/08/BN-3.jpg +[7A]: https://itsfoss.com/best-markdown-editors-linux/ +[8]: https://news.itsfoss.com/content/images/2023/08/BN-4.jpg +[9]: https://news.itsfoss.com/content/images/2023/08/BN-5.jpg +[10]: https://news.itsfoss.com/content/images/2023/08/BN-6.jpg +[11]: https://news.itsfoss.com/content/images/2023/08/BN-7.jpg +[12]: https://news.itsfoss.com/content/images/2023/08/BN-8.jpg +[13]: https://news.itsfoss.com/content/images/2023/08/BN-9.jpg +[14]: https://beavernotes.com/download +[15]: https://github.com/Daniele-rolli/Beaver-Notes +[0]: https://img.linux.net.cn/data/attachment/album/202309/20/231046ah0ehdhf8x1uqt88.jpg \ No newline at end of file diff --git a/sources/news/20230916 Beaver Notes- A Private Open-Source Note-Taking App.md b/sources/news/20230916 Beaver Notes- A Private Open-Source Note-Taking App.md deleted file mode 100644 index a39d29d287..0000000000 --- a/sources/news/20230916 Beaver Notes- A Private Open-Source Note-Taking App.md +++ /dev/null @@ -1,140 +0,0 @@ -[#]: subject: "Beaver Notes: A Private Open-Source Note-Taking App" -[#]: via: "https://news.itsfoss.com/beaver-notes/" -[#]: author: "Sourav Rudra https://news.itsfoss.com/author/sourav/" -[#]: collector: "lujun9972/lctt-scripts-1693450080" -[#]: translator: " " -[#]: reviewer: " " -[#]: publisher: " " -[#]: url: " " - -Beaver Notes: A Private Open-Source Note-Taking App -====== -A privacy-focused note-taking app available cross-platform. Let's take a -look at it! -Are you looking for a privacy-focused, note-taking app? - -Well, then, we stumbled upon just the right thing for you! - -Beaver Notes is an **open-source, cross-platform note-taking app** that **stores notes locally** , foregoing any risk of data breaches and allowing for offline access to the stored notes. - -I think it can make its way to our list of [best note-taking apps for Linux][1] soon. - -Allow me to take you through this app; I also share my initial impressions below. - -### Beaver Notes: Overview ⭐ - -![][2] - -Built using a combination of **Vue** and **JavaScript** , Beaver Notes is a **privacy-first** note-taking app that offers a simple and intuitive user interface. - -It offers plenty of features that make it a pretty solid option for a note-taking app. Some of the notable highlights include: - - * **Focus Mode** - * **Note Tagging System** - * **Markdown Editing** - * **Ability to Export/Import notes** - - - -**Suggested Read** 📖 - -![][3] - -#### Initial Impressions 👨‍💻 - -After installing it on my [Ubuntu 22.04][4] system, I populated Beaver Notes with a few random notes and the two introduction notes it already came with. - -When I launched Beaver Notes, I was taken to the homepage that featured many things. One was a **neatly organized section with all my notes;** then there was the **search menu with note-sorting options** beside it. - -The last thing was **a sidebar menu** that **housed important options** for creating/editing a new note, accessing all/archived notes, toggling dark mode, and the settings menu. - -![][5] - -I then went on to look at the **note-editing experience**. - -As mentioned earlier, **Beaver Notes has support for** [**Markdown**][6], and my editing experience with it was pretty intuitive; it gave me all the usual options that one would expect from an editor like this. - -![][7] - -**Suggested Read** 📖 - -![][3] - -Interestingly, it also features a ' **Focus Mode** '. When enabled, it hid all the menu elements and took me into full-screen mode for a more immersed editing experience. - -📋 - -While the feature puts you into full-screen mode, I exited it to take the following screenshot. - -![][8] - -Another feature that caught my eye was the ' **Headings Tree** ' feature. This made it effortless to navigate around larger notes that consisted of many headings. - -![][9] - -Beaver Notes also has a **note tagging system** that lets you organize your notes more effectively. Simply add an '#' with the tag name, and a new tag will be created. - -Thereafter, you can sort it using the tag sorting menu near the search bar or by clicking on the tags on the homepage. - -![][10] - -You can also **archive notes**. **** Instead of deleting a note, I could archive one and access it from the dedicated 'Archive' option on the sidebar menu for later use. - -![][11] - -What about customizing its appearance? - -The ' **Settings'** menu features the usual options to change the app theme between 'Light', 'Dark', and 'System'. - -It also lets you export data with/without a password, as well as the ability to import notes. - -![][12] - -Finally, we have the 'Shortcuts' menu that shows all the keyboard shortcuts available to use on Beaver Notes. - -![][13] - -In my brief usage, Beaver Notes seems like a solid note-taking option, especially if you don't want any form of cloud syncing involved. - -I suggest you try it, as it offers plenty of valuable features. - -### 📥 Get Beaver Notes - -As Beaver Notes is **a cross-platform app** , it is available for **Linux** , **Windows** , and **macOS**. Head over to the [official website][14] to grab the package of your choice. - -[Beaver Notes][14] - -You can also head over to its [GitHub repo][15] for diving into the source code. - -_💬 What did you think of Beaver Notes? Is this something you've been looking for?_ - -* * * - --------------------------------------------------------------------------------- - -via: https://news.itsfoss.com/beaver-notes/ - -作者:[Sourav Rudra][a] -选题:[lujun9972][b] -译者:[译者ID](https://github.com/译者ID) -校对:[校对者ID](https://github.com/校对者ID) - -本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出 - -[a]: https://news.itsfoss.com/author/sourav/ -[b]: https://github.com/lujun9972 -[1]: https://itsfoss.com/note-taking-apps-linux/ -[2]: https://news.itsfoss.com/content/images/2023/08/BN-1-1.jpg -[3]: https://itsfoss.com/content/images/size/w256h256/2022/12/android-chrome-192x192.png -[4]: https://news.itsfoss.com/ubuntu-22-04-release/ -[5]: https://news.itsfoss.com/content/images/2023/08/BN-2.jpg -[6]: https://en.wikipedia.org/wiki/Markdown -[7]: https://news.itsfoss.com/content/images/2023/08/BN-3.jpg -[8]: https://news.itsfoss.com/content/images/2023/08/BN-4.jpg -[9]: https://news.itsfoss.com/content/images/2023/08/BN-5.jpg -[10]: https://news.itsfoss.com/content/images/2023/08/BN-6.jpg -[11]: https://news.itsfoss.com/content/images/2023/08/BN-7.jpg -[12]: https://news.itsfoss.com/content/images/2023/08/BN-8.jpg -[13]: https://news.itsfoss.com/content/images/2023/08/BN-9.jpg -[14]: https://beavernotes.com/download -[15]: https://github.com/Daniele-rolli/Beaver-Notes