77 Commits

Author SHA1 Message Date
5b0397268b
Improve Nostr link handling
Some checks failed
CI / Test and lint (push) Failing after 10m22s
Fixes a bunch of problems with how Nostr links are created and replaced
in Markdown content
v1.0.0-alpha.4
2025-04-21 16:53:22 +04:00
fb37db8583
Typing 2025-04-21 16:44:13 +04:00
07f881d543
Load test configs when running tests 2025-04-21 16:44:13 +04:00
3f9dad8f9a
Don't link nrelay in content
All checks were successful
CI / Test and lint (push) Successful in 19s
It's deprecated
2024-12-17 14:40:44 +04:00
275fb73896
Move executables to build/ dir
All checks were successful
CI / Test and lint (push) Successful in 17s
v1.0.0-alpha.2
2024-12-09 18:58:17 +04:00
204b4f44c7 Merge pull request 'Store and serve local profile icons for user pages' (#10) from feature/icons into master
All checks were successful
CI / Test and lint (push) Successful in 18s
Reviewed-on: #10
v1.0.0-alpha.1
2024-12-03 17:51:56 +00:00
8e802f314a
Remove debug statements
All checks were successful
CI / Test and lint (push) Successful in 16s
CI / Test and lint (pull_request) Successful in 16s
2024-12-03 18:50:40 +01:00
f4d1ba897b
Store and serve local profile icons for user pages
Shown e.g. in browser tabs and as RSS icon
2024-12-03 18:50:10 +01:00
7f975f2dbb Merge pull request 'Set up CI' (#9) from dev/3-ci into master
All checks were successful
CI / Test and lint (push) Successful in 15s
Reviewed-on: #9
2024-12-03 16:59:51 +00:00
5e1e249052
Rename workflow
All checks were successful
CI / Test and lint (push) Successful in 16s
CI / Test and lint (pull_request) Successful in 14s
2024-12-03 17:58:22 +01:00
b376bbd2aa
Set up CI
All checks were successful
Test and lint / Test and lint (push) Successful in 17s
Test and lint / Test and lint (pull_request) Successful in 14s
closes #3
2024-12-03 17:56:22 +01:00
51ae16e57f
Update dependencies 2024-12-03 17:30:23 +01:00
2ac3180c0f
Support compiling static assets, add compile task 2024-12-03 17:25:19 +01:00
cea96e170d
Don't include deleted or empty articles in list 2024-10-28 13:56:36 +01:00
5906655902
Format inline code blocks in article titles 2024-10-28 12:36:15 +01:00
5f38355d5c
Link plain Nostr URIs
Not just explicit Markdown links
2024-10-28 12:28:00 +01:00
010eb3f291
Refactor article fetching
* Apply different limits to profile and feed
* Ensure the limit is the returned amount
* Pre-sort articles
2024-10-26 12:04:06 +02:00
0b1eca87b2
Increase limit for article list
Needs pagination
2024-10-26 11:32:31 +02:00
f1d6ddbc84
Crop profile images to square format for preview 2024-10-25 18:40:22 +02:00
49d5aa4487
Add author pubkey to feed entry IDs 2024-10-25 18:01:03 +02:00
4c68be19fe
Verify nip05 address, display status 2024-10-25 17:55:19 +02:00
a6517c61a4
Add user addresses to profile page, hide details by default 2024-10-25 16:25:25 +02:00
2624f2cbf8
Small CSS fix 2024-10-25 15:19:35 +02:00
cb4a4e06c8
Fix feeds 2024-10-25 14:59:20 +02:00
5f5f024ae7
Refactor/fix error handling, add query timeouts 2024-10-25 14:25:41 +02:00
ec7c775e25
Add YakiHonne app link 2024-10-25 12:47:17 +02:00
28e9d14aae
Log relays on startup 2024-10-25 12:47:17 +02:00
eadc40392a
WIP Nostr links 2024-10-25 12:47:13 +02:00
6ec9f51d77
Fix code element font size for headlines 2024-10-25 01:09:12 +02:00
afcb99356c
Refactor CSS a bit, use variables for shared colors 2024-10-24 23:00:23 +02:00
266913c369
Style hr elements 2024-10-24 22:59:57 +02:00
aec35d9eb3
Add published date to feed items 2024-10-24 16:13:14 +02:00
c1c9a37914
Fall back to plain profile picture if imagemagick is not installed 2024-10-24 16:09:36 +02:00
30a74acf3b
Support older imagemagick command 2024-10-24 15:40:08 +02:00
b7974c8610
Improve config processing 2024-10-24 15:17:11 +02:00
0096f3cae3
Fix linter/transpiler errors, formatting 2024-10-24 15:00:46 +02:00
fc711c2194
Rename some things 2024-10-24 14:28:49 +02:00
fdd16d8236
Add OG and Twitter Card markup, generate OG profile images
closes #2
2024-10-24 14:19:37 +02:00
d5793d47ff
Choose a fun default port number 2024-10-23 23:47:18 +02:00
32f39685a1
Fix search timing out on non-existing nostrKey
fixes #1
2024-10-23 22:38:30 +02:00
062ded9e6d
Remove generated anchor links from feed content 2024-10-23 14:54:18 +02:00
ba80792cc4
Formatting 2024-10-23 14:02:38 +02:00
a9f13310ab
Wrap atom content in CDATA tag 2024-10-23 14:01:54 +02:00
e921fb2d84
Add alternative default path for users config 2024-10-23 01:11:00 +02:00
52d56c387d
Fix current path in compiled program 2024-10-23 00:31:13 +02:00
46ad9813eb
Typing all the types 2024-10-23 00:27:20 +02:00
edaf5f5c71
Improve deno tasks 2024-10-22 19:42:02 +02:00
f15e845825
Config UX 2024-10-22 19:41:49 +02:00
453a0f14d3
Support multiple relays for fetching content 2024-10-22 19:41:38 +02:00
856b10358c
Improve layout 2024-10-22 19:16:58 +02:00