Skip to content

Commit

Permalink
Merge pull request #71 from RedAtman/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
RedAtman authored Aug 6, 2024
2 parents 4722ac0 + c07582c commit e72ddc2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,7 @@ def callback(self, updated_notes: List[Note]):
sync_times = global_storage.get(CONFIG.SIMPLENOTE_SYNC_TIMES_KEY)
if not isinstance(sync_times, int):
global_storage.optimistic_update(CONFIG.SIMPLENOTE_SYNC_TIMES_KEY, 0)
sync_times = 0
# raise TypeError(
# "Value of %s must be type %s, got %s" % (CONFIG.SIMPLENOTE_SYNC_TIMES_KEY, int, type(sync_times))
# )
Expand Down
6 changes: 4 additions & 2 deletions messages/install.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Sublime Text 3 & 4 plugin of 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
1. **Open the Settings File:**: Settings > Package Settings > 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:
Expand All @@ -27,4 +27,6 @@ First time use, To configure your Simplenote account username and password in th
3. **Save the File**

4. **Restart the Application**
- Sometimes you need to restart Simplenote or the related application for the new settings to take effect.
- Sometimes you need to restart `Sublime text` for the new settings to take effect.

> For more information, please refer to: Settings > Package Settings > Simplenote > README

0 comments on commit e72ddc2

Please sign in to comment.