telanna.blogg.se

Simplenote support
Simplenote support







Minor change to a test, setting it as expected failure. Test related changes again (using single instance)Īlso testing deploying to PyPi via Travis Testing deploying to PyPi again, this time will use an annotate tag Testing deploying to PyPi again, changes to. Testing deploying to PyPi with a change in credentials Can then roll into Simplenote.vim v1.įix version number of deploy, now deploying is working I think this is stable and proven enough to be version 1 by now. I ended up pointing tag v1.0.0 at a re-written commit so need to retag.

SIMPLENOTE SUPPORT CODE

Simperium uses id instead of key, but simplenote.py handles that for you.īug fix for an error introduce as a result of code review improvements.Ĭode review improvements only. This should largely be a drop in replacement though: E.g. * The syncnum key no longer exists (this is an upstream change) Simperium supports the since parameter, but as a cursor, not a date. Re-implemented since in as per tags so it filters after pulling everythingĮlse, but since (ha!) I used “since” for a faster note loading there seems No end facing change in functionality - just removes a superfluous default modificationDateĪctually remove the since support like I thought I had. lete_note(note_id) History 2.1.4 ()įix issue where update_note was actually modifying the external note object passed to it rather than creating a copy and returning that.įixed KeyError in get_note_list() when offlineĪdds since paramter back in (as Simperium cursor, not date) Sn.update_note(note) # The ``update_note`` method needs a note object which # ``content`` property, containing the note text. Sn.add_note(note) # A ``note`` object is a dictionary with at least a In addition to cross-platform apps, it can be accessed via most web browsers. Sn.get_note(note_id) # note id is value of key `key` in note dict as returned Simplenote is a note-taking application with markdown support. # Lastly, also supports a `data` parameter (defaults to True)

simplenote support

# API this is no longer a date, rather a cursor. # Also supports a `since` parameter, but as per the Simperium # to return only notes that contain at least one of these tags. The object then provides the following API methods: sn.get_note_list(data=True, since=cursor, tags=) # Supports optional `tags` parameter that takes a list of tags Sn = simplenote.Simplenote(user, password) Simplenote.py can be imported into any python module: import simplenote Or if you must: easy_install simplenote Usage

simplenote support

Simplenote.py is a python library for the web service.







Simplenote support