本文介绍在Ubuntu/Debian/Arch Linux系统上安装Boostnote Markdown编辑器的方法。
简介 Boostnote是一个免费的开源Markdown笔记编辑器,适用于在Windows、Linux和macOS上运行的Developers和Bloggers。
一、在Arch Linux上安装Boostnote的方法 Boostnote可用于Arch Linux及其衍生产品,例如Manjaro。 使用yay在Arch Linux/Manjaro系统上安装Boostnote: $ yay -S --noconfirm --needed resolving dependencies… looking for conflicting packages… Packages (1) boostnote-0.11.12-1 Total Download Size: 18.21 MiB Total Installed Size: 103.59 MiB :: Proceed with installation? [Y/n] :: Retrieving packages… boostnote-0.11.12-1-any 18.2 MiB 1124K/s 00:17 [#################] 100% (1/1) checking keys in keyring [#################] 100% (1/1) checking package integrity [#################] 100% (1/1) loading package files [#################] 100% (1/1) checking for file conflicts [#################] 100% (1/1) checking available disk space [#################] 100% :: Processing package changes… (1/1) installing boostnote [#################] 100% :: Running post-transaction hooks… (1/2) Arming ConditionNeedsUpdate… (2/2) Updating the desktop file MIME type cache…
二、在Ubuntu/Debian上安装Boostnote的方法 对于Ubuntu和Debian Linux发行版,Boostnote可以从Boostnote开发团队提供的.deb包安装。查看boostnote网站以获取最新的软件包并下载,以下是在系统终端中下载最新的Boostnote 0.11.12版本: wget https://github.com/BoostIO/boost-releases/releases/download/v0.11.12/boostnote_0.11.12_amd64.deb 安装所需的依赖项: sudo apt install gconf-service gconf-service-backend gconf2 gconf2-common libgconf-2-4 最后使用dpkg命令安装Boostnote: $ sudo dpkg -i boostnote_0.11.12_amd64.deb (Reading database … 160434 files and directories currently installed.) Preparing to unpack boostnote_0.11.12_amd64.deb … Unpacking boostnote (0.11.12-1) over (0.11.12-1) … Setting up boostnote (0.11.12-1) … Processing triggers for gnome-menus (3.13.3-11ubuntu1) … Processing triggers for desktop-file-utils (0.23-1ubuntu3) … Processing triggers for mime-support (3.60ubuntu1) … 如果在安装时遇到依赖性问题,请先运行以下命令修复它们: sudo apt -f install 要启动已安装的Boostnote Markdown编辑器,请使用你的Linux发行版应用程序启动器并创建:
开始写下你的内容,文本在你输入时格式化,可以半实时预览,这有助查看正在输入的预览内容:
还有一个重要功能,就是在处理支持许多编程语言的代码片段时,此应用程序还强调了代码语法。
相关主题 |