From 920323420c02e4b79ad481d5e8301b286c07bf9c Mon Sep 17 00:00:00 2001 From: redatman Date: Wed, 31 Jul 2024 02:58:25 +0800 Subject: [PATCH] misc: add installation instructions Adds a new file containing installation instructions for the Sublime Text plugin. This file provides guidance on configuring the Simplenote account username and password within the plugin's settings. --- messages/install.txt | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 messages/install.txt diff --git a/messages/install.txt b/messages/install.txt new file mode 100644 index 0000000..70d7671 --- /dev/null +++ b/messages/install.txt @@ -0,0 +1,20 @@ +Sublime Text 3/4 plugin for Simplenote. Use Sublime Text as a Simplenote client. + +First time use, To configure your Simplenote account username and password in the settings file, follow these general steps: + +1. **Open the Settings File:**: Sublime Text > Settings > Package Control > Simplenote > Settings + +2. **Configure Username and Password** + - Look for the configuration section and add or modify your username and password. For example, if the configuration file is in JSON format, you might add the following content: + ```json + { + "username": "your_username", + "password": "your_password" + } + ``` + - Make sure to replace "your_username" and "your_password" with your actual username and password. + +3. **Save the File** + +5. **Restart the Application** + - Sometimes you need to restart Simplenote or the related application for the new settings to take effect.