buttercat1791
ff4162739a
Use functional programming for self-cleaning WebSocket callbacks
8 months ago
buttercat1791
01dc9233ed
Remove unnecessary `throw` commands
8 months ago
silberengel
0ada8c2b0a
fixed build
8 months ago
silberengel
c424ee7beb
fixed wiki links
8 months ago
silberengel
a3143bcb85
fixed bugs and accesibility warnings
8 months ago
buttercat1791
aa76910bc4
Use utils based on raw WebSockets for SSR
8 months ago
buttercat1791
cccbb01e3a
Add TODOs for next steps
8 months ago
buttercat1791
2bb42d3ec4
Clean up and refactor based on AI code review
8 months ago
silberengel
b1d66ebd79
interim checkin
8 months ago
silberengel
3a275c510c
fix author tags on ZettelEditor and write test
8 months ago
silberengel
9ecb31ad2d
bug-fixing
8 months ago
silberengel
4ac2ab8eb0
updated event form to handle complex, empty, and skeleton 30040 creation
...
added informative text to compose notes page
8 months ago
limina1
d154d14e8f
feat: implement multi-note publishing with tag extraction and NIP-19 encoding
...
- Add publishMultipleZettels function that publishes all AsciiDoc sections as separate events
- Update compose page to use multi-note publishing instead of single note
- Add console logging for e/a tags, nevent, and naddr for debugging
- Fix NDKFilter import issues by creating custom Filter type
- Display count of published events instead of redirecting to events page
8 months ago
buttercat1791
c79b844f65
Use `WebSocketPool` for raw WebSocket connections
8 months ago
limina1
7e6fe7a66b
refactor: hard coded tag columns to 3 and tag string length 25
8 months ago
limina1
806e5d1902
explicitly type eventID as nostrEventId type from nostr_identifiers
8 months ago
limina1
acfd7d2369
validate nostr identifiers for id and coord
8 months ago
liminal
f1ed85bb34
Apply suggested change from code comment
8 months ago
liminal
01f82aa554
Apply suggested change from code comment
8 months ago
limina1
2337efbb89
fix: restore tag_event_fetch.ts
8 months ago
limina1
7bf5a72153
remove deduplication, kept in utils library
8 months ago
limina1
8f3807324a
graph working now
8 months ago
buttercat1791
3b7ffb913f
Fix warnings and errors thrown be Deno's linter
8 months ago
silberengel
c1d60069a8
commenting works
8 months ago
silberengel
fab4a00992
publishing from events works
8 months ago
silberengel
fd3b26741d
login working
8 months ago
silberengel
97d54e64ac
highlight current section and pad header
8 months ago
silberengel
1a1612150e
added pastel placeholders
8 months ago
silberengel
ba1f0164ba
fixed feed display
8 months ago
silberengel
5e72e31fca
interim bugfix state
8 months ago
silberengel
5ceaced771
ran prettier
8 months ago
silberengel
1c0f1bbdce
Fixed everything broken after merge. Corrected some bugs. Added 30040 traceback links.
8 months ago
silberengel
212563aae5
Event Search revamped
8 months ago
limina1
b70929c0c9
Add editor, preview and publishing capabilities
8 months ago
silberengel
c30bd1d519
Fix the page redirection to sustain the Amber sessions
8 months ago
silberengel
4fe24f60e1
Applied code review comments
8 months ago
silberengel
c8891f3109
Amber and npub-only login implemented
8 months ago
Silberengel
1fff18b267
latex/Asciidoc rendering improvement for NostrMarkup
8 months ago
Silberengel
3fca7c0699
Publication writer done.
8 months ago
Silberengel
766818b2c6
Rudimentary comment box and event input box implemented
8 months ago
Silberengel
c37a3f3a73
rudimentary LaTeX implementation for Markup
8 months ago
Silberengel
b5e854a573
Double-checked relay implementation and added status page and better logging
8 months ago
Silberengel
c9721c5eb5
cleaned up debugging
8 months ago
Silberengel
bb14cdff5a
Asciidoctor rendering of Asciimath, LaTeX, PlantUML, and SVG placeholders for BPMN and TikZ
8 months ago
Silberengel
34c4de3adb
first pass at rendering wikilinks and nostr links in Asciidoc
8 months ago
Silberengel
d396b6f292
implemented d-tag searches and corrected wikilinks to use them
8 months ago
Silberengel
03753a577b
fixed internal links opening in a new browser tab
8 months ago
Silberengel
6152aec1b3
fix user badges
8 months ago
limina1
750b143dcd
Cleanup and redundancy removal
9 months ago
limina1
f3c74ebc9b
Add 'Show All' checkbox for content event kinds
...
Implements a checkbox option for kinds 30041 and 30818 that allows users to display all loaded content events instead of being limited by the number input.
Changes:
- Added showAll property to EventKindConfig interface
- Added toggleShowAllContent method to visualization store
- Updated EventTypeConfig UI to show "All" checkbox for content kinds
- Modified display filtering to respect showAll setting
- Disabled number input when showAll is checked
This improves the user experience by making it easy to show all content when working with publications and wiki pages.
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-Authored-By: Claude <noreply@anthropic.com>
9 months ago