diff --git a/README.md b/README.md index 1bf3656..e534d86 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@ Joplin portable with notebook switcher Although there is a officially portable version available, it is not convenient. Because the official portable version is a self extracting file, it will extract to a temporary folder before running. Moreover, because the file is large (hundreds of megabytes), it takes some time to decompress, and there will be a delay in startup, it also speeds up the wear of SSD disks. -**Joplin Portable** is fast and simple, with notebook switch function. Notebooks saved under different folder under the "Notes" folder, you may switch between notebook use **JoplinSwitch.exe**. +**Joplin Portable** is fast and simple, with notebook switch function. Notebooks saved under different folder under the "Notes" folder. -To reduce file size, JoplinPortable does not include Joplin execute files, you need download and install it first, then copy them to JoplinPortable\App\Joplin folder. When Joplin upgrade, just copy new files to JoplinPortable\App\Joplin folder. +To reduce file size, JoplinPortable does not include Joplin execute files, you need download and install it first, then copy them to JoplinPortable\App\Joplin folder. When upgrade Joplin, just copy new joplin files to JoplinPortable\App\Joplin folder. ## Joplin Portable folder @@ -14,12 +14,12 @@ To reduce file size, JoplinPortable does not include Joplin execute files, you n JoplinPortable ├─App │ └─Joplin -└─Data +└─Notes ├─Notebook1 └─Notebook2 ``` -Joplin Switcher +Screenshot -![](JoplinSwitch.png) +![](screenshot.png) diff --git a/screenshot.png b/screenshot.png new file mode 100644 index 0000000..1f7144b Binary files /dev/null and b/screenshot.png differ