Boostnote notes + nut cloud | synchronous on-line markdown notes

Write first – The previous note-taking system was MAC MAC + Evernote. This combination is used by many loyal fans of the Markdown editor. I used it for a year, and it was fine. The only downside is that Makembo requires a membership [79 yuan/year], which isn’t too expensive. If, the diagram is easy, the direct combination of notes can be done handy. Recently, we discovered a note-taking “Boostnote” that can be edited directly with Markdown, and found that it can be combined with Nut Cloud to achieve multi-platform note-taking synchronization. The ability to synchronize across multiple platforms, as well as markdown editing notes, was enough for me. So, I’m ready to give up marc Dumbo + Evernote. This article focuses on Boostnote notes and the (very simple) configuration process for online synchronization with the Nutcloud combination.

Boostnote introduction

Boostnote notes is billed as an online notebook application for programmers. Most notebook applications are not designed specifically for programmers. It can record memos and snippets of code quickly, so you can organize them in a better way. It supports MAC, WINDOWS/ 64-bit, LINUX/.deb 64-bit,AUR/ARCH LINUX.

Markdown notes

Boostnote is the Markdown editor, the main content is written on Markdown. The edited content is automatically saved. With a single click, you can check the contents of your markdown notes immediately.

The Snippet notes

In the code fragment, you can use Javascript, Python, HTML, CSS and more than 100 languages to emphasize the display of code syntax, but also can save multiple code fragments in the same code fragment. Indent triggers and sizes can be set directly from the edit window.

What is Boostnote? – Is an open source notepad for programmers.

Here is how to combine with nut Cloud to achieve multi-platform synchronization.

Install Boostnote

Platform: Ubuntu Software: Boostnote

  • Install Boostnote

Boostnote Download-Free Forever Download LINUX/.deb, 64-bit install.

  • Install registered nut Cloud

Nutcloud official website download registration, not to mention here. Just note that after nutcloud is installed, the nutcloud working directory (my working directory is in ~/Nutstore).

# Synchronize the configuration

  • Building a synchronous directory~/Nutstore/Boostnote
cd ~/Nutstore
mkdir Boostnote
Copy the code
  • Open Boostnote

  • file->PreferencesEnter the Configuration page.

  • Click Add Storage and set the synchronization to~/Nutstore/Boostnote

Set the warehouse name, File System unchanged, Location set to ~/Nutstore/Boostnote.

In WINDOWS, follow similar steps to install the configuration.

conclusion

At this point, all the configuration is complete, so that the nutcloud will synchronize all files in ~ /Nutstore in real time to synchronize notes.