Commit Graph

10 Commits

Author SHA1 Message Date
Hippo 42f96c00b9 Allow uploading files locally instead of through WebDAV
This gives us more flexibility: after all how often does one have
a WebDAV server handy (unless you're smart enough to use HelioHost
or some other awesome server)?
2021-07-21 22:24:45 +05:30
Hippo a41b45c58f Add "dry run" options for push-to-ghost command
These options make Seance go through the motions of processing a
post without actually uploading images and/or pushing them to
Ghost. This makes it easier to test out stuff for new features
(or, more accurately, it reduces the need to clean up afterwards!)
2021-03-30 17:41:13 +05:30
Hippo 1d80daba64 Include "Edit on Ghost" button when post is pushed
Convenient, isn't it? ;)
2021-03-30 16:03:43 +05:30
Hippo 1edee70807 Ignore duplicate titles and subtitles
The long-standing "make title proper" bug has finally been fixed.
Yayy! So now, basically, the title and subtitle gets set properly
even if Medium messed it up by showing some of them twice.
2021-03-29 21:52:12 +05:30
Badri Sunderarajan 22664a7d44 Don't freak out if one of the pics hasn't loaded
Instead of throwing up hands in despair, Seance will now simply
ignore the badly loaded image and carry on.
2021-01-09 18:22:53 +05:30
Badri Sunderarajan a35d6195cf Bugfix: Medium URL question mark wasn't being added properly
It was adding the question-mark only if ? was found at position 0
(i.e. at the beginning) instead of at position -1 (i.e. not present
at all).
2021-01-09 16:53:33 +05:30
Hippo 51da40b8b0 Remove extraneous command 2020-05-14 22:35:55 +05:30
Badri Sunderarajan 50f8002d45 Make fetchMediumJSON's URL guessing more intelligent
Now, it checks and processes the current query string instead of
blindly tacking on a "?format=json" at the end.
2020-05-08 15:41:07 +05:30
Badri Sunderarajan 6496768956 Fix create-user command and make it actually save a file
Earlier, it used to print out the stuff to the screen, which you'd
then have to copy to a file manually - tedious!

By the way, the other fixes were typos and omissions while changing
Seance from a simple file to an object.
2020-05-08 15:39:44 +05:30
Hippo f31cc73cc8 Give .js files more descriptive names
This is in preparation for setting up the server! ;-)
2020-05-05 18:01:34 +05:30
Renamed from functions.js (Browse further)