Commit graph

7 commits

Author SHA1 Message Date
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)