Commit graph

71 commits

Author SHA1 Message Date
c019a89cfc
chg: [workflow] updated 2024-09-01 17:57:49 +02:00
b9a426b48d
chg: [gitignore] remove the export post test 2024-09-01 17:56:09 +02:00
5e4d5ef6d8
new: [workflow] generate go release 2024-09-01 17:42:55 +02:00
cd7fdd146d
Merge pull request #2 from adulau/dependabot/go_modules/golang.org/x/net-0.23.0
Bump golang.org/x/net from 0.19.0 to 0.23.0
2024-09-01 17:09:51 +02:00
dependabot[bot]
078384a723
Bump golang.org/x/net from 0.19.0 to 0.23.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.19.0 to 0.23.0.
- [Commits](https://github.com/golang/net/compare/v0.19.0...v0.23.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-01 15:08:56 +00:00
7286fee21a
Merge pull request #1 from adulau/dependabot/go_modules/golang.org/x/crypto-0.17.0
Bump golang.org/x/crypto from 0.16.0 to 0.17.0
2024-09-01 17:07:50 +02:00
43aff367bf
new: [test] convert my paperbay.org account into an archive 2024-09-01 17:06:55 +02:00
dependabot[bot]
6bb0f91fbb
Bump golang.org/x/crypto from 0.16.0 to 0.17.0
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.16.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.16.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-01 15:05:32 +00:00
fc4484b10d
fix: [template] Change default hugo template to generate markdown - to
fix the issue with media description containing new-lines.

Ref: https://codeberg.org/ggpsv/mastodon-markdown-archive/issues/1
2024-09-01 17:05:14 +02:00
Gabriel Garrido
d18757447e Add sprig example to README 2024-08-03 18:07:27 +02:00
Gabriel Garrido
566e47a1f5 Skip ancestor posts from others when building context 2024-08-03 10:38:18 +02:00
Gabriel Garrido
ef96eeeb4f Update README 2024-08-03 09:33:01 +02:00
Gabriel Garrido
be9b679eee Fix header hierarchy 2024-08-03 09:25:23 +02:00
Gabriel Garrido
15074344dc Tidy dependencies and update README 2024-08-03 09:24:08 +02:00
Gabriel Garrido
41663032f9 Fix bug in thread building using status context
It cannot be assumed that an ancestor will exist
when building a thread using the status context
API. Use the current orphan as the starting point
if no ancestor exists.
2024-08-03 08:33:33 +02:00
Gabriel Garrido
33c6f3081c Fix mailto 2024-08-02 12:26:26 +02:00
Gabriel Garrido
5a2066367d Update README 2024-08-02 12:25:21 +02:00
Gabriel Garrido
858d9bbac6 Update README 2024-05-19 23:19:35 +02:00
Gabriel Garrido
40a473fd10 Update README 2024-05-19 23:17:59 +02:00
Gabriel Garrido
d246418ba4 Update README 2024-05-19 23:15:49 +02:00
Gabriel Garrido
5541665f54 Update README 2024-05-19 23:13:21 +02:00
Gabriel Garrido
e420c6f276 Update README 2024-05-19 22:57:50 +02:00
Gabriel Garrido
7886ec43f8 Support authorization token 2024-05-19 22:57:30 +02:00
Gabriel Garrido
7504f5438a Add missing api params, update README 2024-05-19 22:17:10 +02:00
Gabriel Garrido
24627da0d2 Support visibility filtering using flag 2024-05-19 21:29:36 +02:00
Gabriel Garrido
47faaf7a27 Support controlling media downloads 2024-05-19 19:05:39 +02:00
Gabriel Garrido
bafed4ca9b Update README and flag descriptions 2024-05-19 18:09:28 +02:00
Gabriel Garrido
b5ead62468 Default threading to false, and slight threading refactor 2024-05-19 17:46:14 +02:00
Gabriel Garrido
4158621927 Add arg for improved scripting affordances 2024-05-19 16:02:51 +02:00
Gabriel Garrido
4c0f5ac95d Support escaped and non-escaped markdown conversion 2024-05-19 15:31:23 +02:00
Gabriel Garrido
b8a7f64e71 Add support for sprig functions 2024-05-19 15:24:49 +02:00
Gabriel Garrido
5b0f031ab0 Pass file customization options to constructor 2024-05-19 15:11:53 +02:00
Gabriel Garrido
b820e10996 Support filename customization 2024-05-19 15:00:55 +02:00
Gabriel Garrido
7e9b4aa208 Update README 2024-05-18 23:48:30 +02:00
Gabriel Garrido
f0b7325988 Clean things up 2024-05-18 23:48:20 +02:00
Gabriel Garrido
26205dc995 Remove redudant posts list 2024-05-18 23:35:15 +02:00
Gabriel Garrido
8fff8b6e09 Recreate thread for orphaned posts 2024-05-18 22:42:59 +02:00
Gabriel Garrido
3cf2b77edb Split into separate files 2024-05-18 16:08:07 +02:00
Gabriel Garrido
f97a0e47af Clean up some leaky abstractions 2024-05-18 15:22:23 +02:00
Gabriel Garrido
437db12b8d WIP: move threading to Client 2024-05-13 10:47:26 +02:00
Gabriel Garrido
5af659241f Updates to threading, structs, and template
* Extend Mastodon structs
* Make threading optional
* Include tags in default template
* Add function to get all tags
* Update spacing in template
* Update default template front-matter
2024-05-12 11:46:31 +02:00
Gabriel Garrido
56e217ee2a More README fixes, geez 2024-05-11 19:35:57 +02:00
Gabriel Garrido
9a93e53bdb More README fixes 2024-05-11 19:34:57 +02:00
Gabriel Garrido
ac4557192d More README fixes 2024-05-11 19:33:12 +02:00
Gabriel Garrido
e9d3ca84b4 Fix path in README 2024-05-11 19:31:54 +02:00
Gabriel Garrido
a0e57d2c56 Update README and go.mod 2024-05-11 19:30:38 +02:00
Gabriel Garrido
f35420c1e4 Embed default template file
The default template file needs to be embedded in the binary.
2024-05-11 19:29:48 +02:00
Gabriel Garrido
a24fd48d1e Remove backtick 2024-05-11 18:08:28 +02:00
Gabriel Garrido
45663329b2 Fix path to template context 2024-05-11 18:07:16 +02:00
Gabriel Garrido
503edd5018 Update README 2024-05-11 18:06:07 +02:00