Arnout Engelen
a3b51d1e5c
'perform-replacements' after 'resolve-urls'
...
This simplifies things overall, and avoids resolve-urls replacing mentions like
'@foo@bar.org' with links to the 'about' page of the instance.
Unfortunately this wasn't easy to add a test for.
2020-05-06 10:20:55 +02:00
Arnout Engelen
3f9cd958f5
Allow configuring 'replacements'
2020-04-11 12:15:31 +02:00
Dmitri Sotnikov
dfb1685569
cleanup
2020-03-22 10:28:34 -04:00
Arnout Engelen
981444ad7c
Handle/report twitter errors
2020-03-22 11:33:48 +01:00
Arnout Engelen
043f1e0fd3
Remove separate main.cljs, install to PATH
...
https://docs.npmjs.com/files/package.json#bin
2020-03-19 09:56:11 +01:00
Arnout Engelen
3512b4c045
clojure.string/ -> string/
2020-03-06 17:46:06 +01:00
Arnout Engelen
307e98023d
Move test tweets to their own files
2020-03-06 17:46:04 +01:00
Arnout Engelen
d541552422
Drop media link from twitter text
...
When tweeting with an image, twitter will append a link to the image to the end
for the tweet text. That's not useful since we re-upload it to mastodon anyway,
so chop off the link to twitter in that case.
2020-03-03 22:20:43 +01:00
Arnout Engelen
f229bf7eec
Make cljs scripts executable
...
Without this 'npm start'/'npm test' doesn't work for me on linux
2020-03-03 21:36:50 +01:00
dmitri.sotnikov@gmail.com
820cd2be82
added shadow-cljs compilation to generate a js artifact
2020-02-27 20:23:48 -05:00
dmitri.sotnikov@gmail.com
72f85c1a51
clean up, updated docs
2020-02-27 17:12:07 -05:00
Arnout Engelen
ea7c057c11
Add a unit test
...
Splitting up the project in core/main/test
2020-02-27 13:20:11 +01:00