正道沧桑

正道沧桑

Don't lost yourself.

Obsidian / remotely save / Nutstore: Achieve synchronization between PC and mobile端

The first attempt at Obsidian feels quite user-friendly. However, the official synchronization fee for this tool is quite high. If you want to avoid hassle, you can also share a ride on Xianyu for about 90/year. Given my limited financial situation, it's hard to afford. Fortunately, you can achieve synchronization through the third-party plugin remotely save. Below is a record of the specific implementation method.

Table of Contents#

  • Required Software
  • 💻 PC Synchronization
  • 📱 Mobile Synchronization

Required Software#

Computer 💻#

  • obsidian (version v1.0.3 in this article)
  • remotely save plugin (version 0.3.25 in this article)
  • Nutstore (web version)

Mobile 📱#

  • obsidian
  • remotely save plugin
  • Nutstore (APP)
  • VPN (to install the remotely save plugin)

Note: The prerequisite is to have a VPN, which can facilitate your operations. If you are not familiar with VPNs, then my current level does not have a better and more convenient solution.

PC Synchronization 💻#

2.1 Configure Nutstore#

  1. Register for a Nutstore account at: Nutstore.
  2. Open the Nutstore web version.
  3. Account name in the upper right corner -> Account Information -> Security Options -> Add Application -> Enter application name "Obsidian" -> Generate password.
    image

2.2 Install the remotely save Plugin#

  1. Download the three files for remotely save from GitHub:
    • main.js
    • manifest.json
    • styles.css
  2. Place the three downloaded files in the path “/your note root directory/.obsidian/plugins/remotely save” (you need to manually create the plugins and remotely save folders).
  3. Enable Obsidian community plugin feature: Obsidian bottom right corner: settings -> community plugins -> turn on community plugins.
  4. Open the remotely save plugin feature: Obsidian bottom right corner: settings -> community plugins -> remotely save -> click the button to open -> agree (if you do not see remotely save in community plugins, try restarting Obsidian).

2.3 Configure remotely save#

  1. Open the remotely settings page in Obsidian: Obsidian -> settings -> remotely save.

image

  1. Set the following content:
    • Choose A Remote Service -> select: Webdav
    • Service Address -> fill in the server address from the Nutstore web version "Security Options" page: https://dav.jianguoyun.com/dav/
    • Username -> fill in the account from the Nutstore web version "Security Options" page (if you registered Nutstore with an email, the account is the email address)
    • Password -> fill in the password for the newly added application "Obsidian" from the Nutstore web version "Security Options" page (the password generated for the application name added in the previous Nutstore configuration)
    • Change The Remote Base Directory -> enter the folder name for storing this Obsidian data on Nutstore: obsidian_webdav (the name is not limited; after synchronization, a folder named this will be created on Nutstore containing the synchronized data)
    • Check Connectivity -> click the Check button -> if it shows "Great, The webdav server can be accessed", then the configuration is successful.
  2. Click the "remotely save" button on the left menu bar in Obsidian to synchronize (the circular arrow icon).

Mobile Synchronization 📱#

3.1 Install APP#

  • obsidian
  • Nutstore (mainly for easy pasting of account password)

You can also send the values you just copied from the PC to your mobile device for convenience in later use.

3.2 Install remotely save#

  1. Open VPN (Note: Without a VPN, you will not be able to search for and install plugins in Obsidian).
  2. Open the community plugin feature in Obsidian: settings -> Community Plugins -> turn off Safe mode.
  3. Then install remotely save in the above interface: Community Plugins -> Browse -> search for remotely save -> click the search result -> install.
  4. After installation, you can see the "Remotely Save" option in "settings -> PLUGIN OPTIONS".

3.3 Configure remotely save#

  1. Go to the remotely save settings page: settings -> PLUGIN OPTIONS -> Remotely Save.
  2. Set the following content (same as the computer):
    • Choose A Remote Service -> select: Webdav
    • Service Address -> fill in the content from "Nutstore APP -> Settings -> Third-party Application Management -> Server Address"
    • Username -> fill in the content from "Nutstore APP -> Settings -> Third-party Application Management -> Account"
    • Password -> fill in the content from "Nutstore APP -> Settings -> Third-party Application Management -> Application name 'Obsidian' corresponding application password"
    • Change The Remote Base Directory -> enter the folder name for storing this Obsidian data on Nutstore: obsidian_webdav (Note: this name must be the same as the one set in the previous computer configuration)
    • Check Connectivity -> click the Check button -> if it shows "Great, The webdav server can be accessed", then the configuration is successful.
  3. Click the "remotely save" button on the left menu bar in Obsidian to synchronize (the circular arrow icon).
Loading...
Ownership of this post data is guaranteed by blockchain and smart contracts to the creator alone.