Advertisement
Krammy

Simplenote Generator

Sep 7th, 2021 (edited)
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. How to set it up:
  2. 1. Install the latest version of Python.
  3. 2. Install PIP (command-line utility).
  4. 3. Use PIP to install the simplenote plug-in. ("pip install simplenote" in command prompt).
  5. 4. Open the "settings.json" file in the folder directory.
  6. 5. Set the user and password to your Simplenote user and password.
  7. 6. Set the output to a file directory of your choice.
  8.  
  9. How it currently works:
  10. 1. Double click on the Python program to run it.
  11. 2. It displays an empty console window while it's transferring the notes.
  12. 3. The console window closes again.
  13.  
  14. How it generates the notes:
  15. 1. It uses the bold line in Simplenote as the name (YYYYMMDDhhmm - NOTE TITLE, using the creation date of the note as its ID).
  16. 2. It puts the tags as a line at the top of the note.
  17. 3. It uses the bold line in Simplenote as an H1 header.
  18. 4. It puts the rest of the description underneath the header.
  19. 5. It moves the Simplenote note to your Simplenote trash (no permanent deletion if things go wrong).
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement