GithubHelp home page GithubHelp logo

cairy / vnote Goto Github PK

View Code? Open in Web Editor NEW

This project forked from vnotex/vnote

1.0 2.0 0.0 1.67 MB

A Vim-inspired note-taking application, especially for Markdown.

Home Page: https://tamlok.github.io/vnote

License: MIT License

Shell 0.36% Prolog 0.03% QMake 0.58% C 36.96% C++ 53.84% JavaScript 3.52% HTML 0.10% CSS 4.60%

vnote's Introduction

VNote

VNote is a Vim-inspired note-taking application, designed specially for Markdown.

VNote 是一个受Vim启发开发的专门为 Markdown 而优化、设计的笔记软件。

VNote

Downloads (下载)

国内用户可以尝试网盘下载:Yunpan

Windows

Windows Build Status

Linux

Build Status

NOT ready yet! Please help yourself to compile and build it from sources.

MacOS

Build Status

Description (简介)

VNote is a Qt-based, free and open source note-taking application, focusing on Markdown. VNote is designed to provide comfortable edit experience.

Utilizing Qt, VNote could run on Linux, Windows and MacOS. Android support will be on the road soon.

VNote是一个基于Qt框架的、免费的开源笔记软件。VNote专注于Markdown的编辑与阅读,以提供舒适的编辑体验为设计目标。

基于Qt框架,VNote能够在主流操作系统上运行,包括 Linux, Windows 以及 MacOS。Android客户端目前也在开发计划内,敬请期待。

VNote

Support (支持)

  • Github Issues
  • Email: tamlokveer at gmail.com
  • QQ群: 487756074 (VNote使用和开发)

Why VNote (开发VNote的动机)

Markdown Editor & Note-Taking (Markdown编辑器与笔记管理)

VNote tries to be a Markdown editor with notes management, or a note-taking application with pleasant Markdown support.

Some popular note-taking applications provide Markdown support, such as WizNote, Youdao Note. But most of them provide poor Markdown experience (especially on Linux).

There are always many powerful Markdown editors. But most of them lack the functionality to manage all your notes. During the design and implementation, VNote references to CuteMarked a lot.

VNote设计为带有笔记管理功能的Markdown编辑器,或者有良好Markdown支持的笔记软件。

目前一些流行的笔记软件也提供Markdown的支持,比如为知笔记、有道云笔记等,但是大多数都只是简(liao)单(sheng)支(yu)持(wu),特别是在Linux平台上更是体(can)验(bu)不(ren)佳(du)。

当然,目前也有很多非常强大的专注于Markdown的编辑器。但是,大多数都不会提供笔记管理功能(作为一个编辑器,也没有必要提供),或者只是提供一个简单的文件系统浏览器。其中,CuteMarked就是一个流行的Markdown编辑器之一,VNote在实现的过程中也在很多地方参考借鉴了该软件。

Pleasant Markdown Experience (舒适的Markdown体验)

VNote tries to minimize the gap between the edit and view of Markdown. Instead of using two panels to edit and preview simultaneously, VNote utilizes syntax highlight to help keeping track of the content. VNote also previews images in place when editing. It is said that you won't want to exit the edit mode when using VNote.

VNote also learns a lot from Vim and Shell to provide many convenient and efficient shortcuts.

VNote尝试尽量减小Markdown与生俱来的编辑和阅读之间的割裂感。目前很多编辑器通过左右两栏来同时编辑和预览Markdown,但是编辑和阅读还是割裂明显。VNote利用准确有意义的语法高亮来帮助用户追踪、辨认笔记内容,使得Markdown在编辑的时候也能和阅读一样提供良好的视觉、排版效果。同时,VNote支持编辑时原地预览图片,进一步减小割裂感。使用VNote后,你一定会更想留在编辑模式。

另外,VNote也借鉴了Vim和Shell来提供很多非常方便高效的快捷键。

Features (功能)

Notebook-Based Notes Management (基于笔记本的管理)

VNote uses notebooks to hold your notes. Like OneNote, a notebook can be hosted on any location in your system. A notebook is designed to represent one account. For example, you could have one notebook hosted on local file system and another notebook hosted on an OwnCloud server. This is really useful when notes require different levels of security.

A notebook corresponds to a self-contained folder in the file system. You could copy the folder to another location (or on another computer) and import it into VNote.

A notebook could have infinite levels of directories. VNote supports copying or moving directories or notes within or between notebooks.

VNote使用 笔记本 来管理笔记。类似于OneNote,一个笔记本可以保存在系统上的任意位置。一个笔记本对应于一个账户的概念。例如,你可以在本地文件系统上有一个笔记本,另外在某台OwnCloud服务器上保存另一个笔记本。当不同的笔记有不同的保密要求时,独立的笔记本就非常适用了。

一个笔记本对应于文件系统上的一个独立完整的文件夹。你可以将该文件夹拷贝到其他位置(或者另一台计算机上),然后将其导入到VNote中。

VNote支持一个笔记本中包含无限层级的文件夹。VNote支持在笔记本内或笔记本间拷贝或剪切文件夹和笔记。

VNote Directory and File Panel

Simple Notes Management (直观的笔记管理)

All your notes are managed by some plaintext configuration files and stored as plaintext files. You could access your notes without VNote. You could use external file synchronization services to synchronize your notes and import them on another machine.

VNote supports both Markdown (suffix md) and rich text notes.

所有笔记被保存为纯文本而且通过纯文本的配置文件进行管理。即使没有VNote,你也能方便访问你的数据。这样,你也可以使用第三方的文件同步服务来同步你的笔记,并在另一台计算机上导入到VNote中。

VNote支持Markdown和富文本笔记,其中Markdown笔记必须以md为后缀名。

Minimum Gap Between Edit and View (最小化编辑与阅读的鸿沟)

VNote tries to provide the best-effort WYSIWYG for Markdown by utilizing proper syntax highlight and other features.

通过使用有意义的语法高亮和其他一些功能,VNote尽可能为Markdown提供 所见即所得 的体验。

Syntax Highlight (语法高亮)

VNote supports accurate syntax highlight for Markdown. Tuning the style of the highlight, VNote enables you to keep track of your document easily.

VNote also supports syntax highlight for fenced code blocks in Markdown, which is superior than almost all current Markdown editors.

VNote支持精确的Markdown语法高亮。通过精心调试的高亮样式,VNote使得你能够轻松跟踪和阅读你的文档。

VNote还支持Markdown中代码块的语法高亮。目前的Markdown编辑器中绝大部分都尚不支持该特性。

VNote Syntax Highlight

Live Image Preview (实时图片预览)

VNote supports previewing the image link while editing. With this, you could just stay in edit mode as much as possible.

You could select the image to copy it.

VNote支持在编辑时预览图片链接。这样一来,你就能尽可能地留在编辑模式,避免频繁切换。

如果想要拷贝图片,可以选取该图片,然后复制。

VNote Live Image Preview

Pleasant Image Experience (良好的图片体验)

Just paste your image into the Markdown note, VNote will manage all other stuffs. VNote stores images in the images folder in the same directory with the note. VNote will pop up a window to preview the image when you insert an image. Furthermore, VNote will delete the image file automatically after you remove the image link.

编辑时,支持像其他富文本编辑器一样直接粘贴插入图片,VNote会帮你管理所插入的图片。VNote将这些图片保存在和笔记同一目录下的 images 子目录中。插入图片时,VNote会弹出一个窗口预览即将要插入的图片。另外,当你移除笔记中的图片链接时,VNote会自动删除对应的图片。

VNote Image Insertion

Interactive Outline Viewer for Edit and View Mode (编辑和阅读时交互式大纲视图)

VNote provides a user-friendly outline viewer for both edit and view mode. The outline viewer is a responsive item tree instead of a segment of HTML.

VNote为编辑和预览模式都提供了一个用户友好的大纲视图。该大纲视图是一个项目树,而不是简单地插入一段HTML。

VNote Outline Viewer

Powerful Shortcuts (强大的快捷键)

VNote supports many pleasant and powerful shortcuts which facilitate your editing, including Captain Mode and Navigation Mode which enable you to work without the mouse.

Some Examples:

  • Ctrl+W to enter edit mode; Ctrl+R to save and enter read mode; Ctrl+T to maximize edit area;
  • Ctrl+B, Ctrl+I, Ctrl+O to insert bold, italic and inline-code text.

Please refer to the help menu for more details.

VNote提供很多快捷键,从而提供一个愉悦的编辑体验。其中包括 舰长模式导航模式,它们能让你完全摆脱鼠标。

一些例子:

  • Ctrl+W 进入编辑模式;Ctrl+R 保存并进入阅读模式;Ctrl+T 最大化编辑区;
  • Ctrl+B, Ctrl+I, Ctrl+O 插入粗体、斜体和行内代码。

更多细节请参考帮助文档。

Window Split (窗口分割)

VNote supports infinite horizontal window split, facilitating notes management and writing.

VNote支持无限水平窗口分割,方便你进行笔记的整理和撰写。

VNote Window Split

Highly Configurable (高度可定制)

In VNote, almost everything is configurable, such as background color, font, and Markdown style. VNote uses a plaintext file to record all your configuration, so you could just copy that file to initialize a new VNote on another computer.

VNote中,几乎一切都是可以定制的,例如背景颜色、字体以及Markdown样式等。VNote使用一个纯文本文件来记录你的所有配置,因此通过拷贝该文件就能够很快地在另一台电脑上初始化一个新的VNote。

Others (其他)

VNote also supports many other features, like:

  • Highlight current cursor line;
  • Highlight selected text;
  • Powerful search within the note;
  • Auto indent and auto list;

VNote还支持其他很多的功能,比如:

  • 高亮当前行;
  • 高亮所选择的文本;
  • 强大的页内查找;
  • 自动缩进和自动列表;

VNote Find

Build & Development (构建与开发)

Clone & Init (克隆代码仓库)

git clone https://github.com/tamlok/vnote.git vnote.git
cd vnote.git
git submodule update --init

Download Qt & Have Fun (下载Qt)

Download Qt 5.7.0 and open VNote.pro as a project.

下载Qt 5.7.0,导入VNote.pro创建一个工程。

Linux Command Line (Linux命令行)

If you prefer command line on Linux, you could follow these steps.

在Linux命令行下,你可以执行以下命令来编译和安装:

cd vnote.git
mkdir build
cd build
# May need to use the qmake in your downloaded Qt.
qmake ../VNote.pro
make
sudo make install

MacOS

If you prefer command line on macOS, you could follow these steps.

  1. Install Xcode and Homebrew;

  2. Install Qt5.7 via Homebrew:

    brew install [email protected]
    
  3. In the project directory, create build_macos.sh like this:

    QTDIR="/usr/local/opt/[email protected]"
    PATH="$QTDIR/bin:$PATH"
    LDFLAGS=-L$QTDIR/lib
    CPPFLAGS=-I$QTDIR/include
    
    mkdir -p build
    cd build
    qmake -v
    qmake CONFIG-=debug CONFIG+=release ../VNote.pro
    make -j2
  4. Make build_macos.sh executable and run it:

    chmod +x build_macos.sh
    ./build_macos.sh
  5. Now you got the bundle path/to/project/build/src/VNote.app. Enjoy yourself!

在macOS下,你可以执行以下命令来编译:

  1. 安装Xcode和Homebrew:

  2. 通过Homebrew安装Qt5.7:

    brew install [email protected]
    
  3. 在VNote源码根目录下,新建一个文件build_macos.sh

    QTDIR="/usr/local/opt/[email protected]"
    PATH="$QTDIR/bin:$PATH"
    LDFLAGS=-L$QTDIR/lib
    CPPFLAGS=-I$QTDIR/include
    
    mkdir -p build
    cd build
    qmake -v
    qmake CONFIG-=debug CONFIG+=release ../VNote.pro
    make -j2
  4. 修改build_macos.sh的执行权限,并执行:

    chmod +x build_macos.sh
    ./build_macos.sh
  5. 此时得到VNote的Bundle path/to/project/build/src/VNote.app,打开即可。

Dependencies (依赖)

License (代码许可)

VNote is licensed under the MIT license.

vnote's People

Contributors

tamlok avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.