Skip to content

Commit

Permalink
misc: add installation instructions
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
RedAtman committed Jul 30, 2024
1 parent a21c8b2 commit 9203234
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions messages/install.txt
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 9203234

Please sign in to comment.