Skip to content

Commit

Permalink
Merge pull request #47 from RedAtman/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
RedAtman authored Jul 31, 2024
2 parents 850e296 + 1b8cdc0 commit a72128a
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 11 deletions.
22 changes: 14 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
# Simplenote

=============

Sublime Text 3/4 plugin for Simplenote. Use Sublime Text as a Simplenote client.
# Simplenote for Sublime Text
========================
Sublime Text 3 & 4 plugin of Simplenote, Use Sublime Text as a Simplenote client.
--------
_ _ _
___(_)_ __ ___ _ __ | | ___ _ __ ___ | |_ ___
/ __| | '_ ` _ \| '_ \| |/ _ \ '_ \ / _ \| __/ _ \
\__ \ | | | | | | |_) | | __/ | | | (_) | || __/
|___/_|_| |_| |_| .__/|_|\___|_| |_|\___/ \__\___| for Sublime Text
|_|
--------

* Forked from [quick_simplenote](https://github.com/sickmartian/quick_simplenote)
* UPDATES:
* Python 3.8 compatibility
* Sublime Text 4 compatibility
* Sublime Text 3 & 4 compatibility: Adapt to latest version of Sublime Text's default Python interpreter(Python 3.8)
* Bug fixes

Planned features:
Expand Down Expand Up @@ -86,7 +91,8 @@ You need to set up your Simplenote credentials before using the plugin. You can
| Create Note | ["super+shift+s", "super+shift+c"] | ["super+shift+s", "super+shift+c"] | ["super+shift+s", "super+shift+c"] |
| Delete Current Note | ["super+shift+s", "super+shift+d"] | ["super+shift+s", "super+shift+d"] | ["super+shift+s", "super+shift+d"] |

![Alt Key Map](asssets/images/keymap.png "keymap files")
You can customize it: Sublime Text > Settings > Package Control > Simplenote > Key Bindings
![Alt Key Bindings](asssets/images/keybindings.png "Keybindings files")

## Overview

Expand Down
File renamed without changes
4 changes: 2 additions & 2 deletions messages/install.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Sublime Text 3/4 plugin for Simplenote
Simplenote for Sublime Text
========================
Use Sublime Text as a Simplenote client.
Sublime Text 3 & 4 plugin of Simplenote, Use Sublime Text as a Simplenote client.
--------
_ _ _
___(_)_ __ ___ _ __ | | ___ _ __ ___ | |_ ___
Expand Down
2 changes: 1 addition & 1 deletion simplenotecommands.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ def run(self):

if Note.tree.count <= 0:
show_message(
"No notes found. Please wait for the synchronization to complete, or press [super+s+c] to create a note."
"No notes found. Please wait for the synchronization to complete, or press [super+shift+s, super+shift+c] to create a note."
)
self.list__modificationDate: List[float] = []
self.list__title: List[str] = []
Expand Down

0 comments on commit a72128a

Please sign in to comment.