silberengel
fcdf6dfe62
moved inline styles into the styles folder
7 months ago
silberengel
b259a8dd00
Merge branch 'master' of ssh://onedev.gitcitadel.eu:6611/Alexandria/gc-alexandria into issue#296
7 months ago
silberengel
16dccb4f27
Merges pull request #57
...
Issue#296 Part 2
7 months ago
silberengel
8479a8c7dc
Redid the formatting.
7 months ago
silberengel
22235235b3
got rid of hard-coded relays
7 months ago
silberengel
176e710dff
simplified quote structure and corrected msg jump
7 months ago
silberengel
2e8680b08c
Merge branch 'master' of ssh://onedev.gitcitadel.eu:6611/Alexandria/gc-alexandria into issue#296-2
7 months ago
silberengel
9ea1462bcb
Fixed reactivity inefficiency
7 months ago
silberengel
e39febc25f
reinstate ephemeral tag
7 months ago
silberengel
d31b8bfc13
got rid of noise
7 months ago
silberengel
e8ce9bb8eb
fix inbox/outbox selection
7 months ago
silberengel
493c08daee
fixed jump quotes
7 months ago
silberengel
a10f62c1e1
show all 100 messages
7 months ago
silberengel
de183ed6ff
reinstate missing New Message button
7 months ago
silberengel
49e8293fbe
unified the kind24 publishing
7 months ago
silberengel
4975293117
made the kind 24 public messages ephemeral for 4 weeks
7 months ago
silberengel
eb4c19a9d7
fixed multi-recipients
7 months ago
silberengel
dab4995dcf
moved notifications to the top
7 months ago
silberengel
b6c30352e2
gray bar navigation
7 months ago
silberengel
49de089e9a
relay info display in public message replies
7 months ago
Michael J
136ab78b6f
Merges pull request #54
...
[Draft] Implement an Algorithmic Relay Selector
7 months ago
silberengel
1da3f6ba0d
Worked on the notifications some more
7 months ago
silberengel
0b45c3e97c
Personal notifications added to "View Profile"
7 months ago
silberengel
715efad96e
fixed kind 1111 comments and added highlights
7 months ago
silberengel
11c605b5ef
improved search some more
7 months ago
silberengel
3eafdf0282
fixed profile display
7 months ago
silberengel
577d8c832a
fix relays and subscription search
7 months ago
silberengel
485601a67b
fixed image display for markup content fields
7 months ago
silberengel
939759e5ce
made the cache more persistent
7 months ago
silberengel
550ae84a9f
fixed commentbox userbadge display
7 months ago
silberengel
976771fc65
working kind 1 thread
7 months ago
silberengel
078cf05cc1
comment viewer added
7 months ago
limina1
f5685b2f3a
Fix TypeScript errors and improve ZettelEditor preview
...
- Fix {@const} placement errors by using Svelte 5 snippets
- Add proper TypeScript types to levelColors objects
- Rename and fix test file from .js to .ts with proper typing
- Remove indent guides from editor text area for cleaner writing
- Improve preview layout with proper indentation and spacing
- Add continuous vertical guides in preview that don't overlap text
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-Authored-By: Claude <noreply@anthropic.com>
7 months ago
limina1
e999ec4272
Fix hierarchical parsing and event generation for multi-level AsciiDoc publishing
...
- Completely rewrote parseAsciiDocIterative to handle Level 3+ parsing correctly
- Fixed generateNostrEvents to build proper tree structure and create hierarchical 30040/30041 events
- Updated preview to show document titles for articles and only display hashtags (t-tags)
- Added parseSimpleAttributes export for direct tag parsing from section content
- Now supports proper index chains: Main 30040 → Sub 30040s → Content 30041s at configurable depth
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-Authored-By: Claude <noreply@anthropic.com>
7 months ago
limina1
088dc453bb
Add auto-author functionality and move publish button
...
- Auto-add author identity when not publishing on behalf of others
- Check for existing :author: and :p: tags, only add if missing
- Add ["author", displayName] and ["p", pubkey] tags automatically
- Move publish button from top gradient to underneath text area
- Preserve smart color functionality: blue for articles, green for notes
- Position publish button next to preview button for better UX
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-Authored-By: Claude <noreply@anthropic.com>
7 months ago
limina1
66ece8ca1e
Fix ZettelPublisher metadata extraction and pubkey handling
...
- Replace complex Asciidoctor attribute parsing with simple regex approach
- Parse :tagname: tagvalue directly from content using /^:([^:]+):\s*(.+)$/
- Handle :tags: comma,separated -> multiple ["t", "tag"] entries
- Fix pubkey placeholders in a-tags during publishing in publishSingleEvent
- Eliminate metadata corruption (no more "== Preface" authors or "Version" versions)
- Add iterative parsing functions: parseAsciiDocIterative, generateNostrEvents
- Preserve document attributes in content for proper tag extraction
- Add simple parseSimpleAttributes function for clean metadata conversion
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-Authored-By: Claude <noreply@anthropic.com>
7 months ago
silberengel
c47abe9cdc
Fixed author display on the 30040 events results
7 months ago
silberengel
82c89eac6e
search bar also searches p and pubkey tags
7 months ago
silberengel
74598a1d3c
Added a checkbox to the landing page, so that the currently logged-in user can easily find their own publications, both as "p" tag and as "pubkey".
7 months ago
silberengel
a93e528949
Fixed relay list and profile being empty on page refresh.
7 months ago
silberengel
9a96a7aad8
fixed gaps in landing page feed. now always 10x column number.
7 months ago
limina1
3c00501774
Merge branch 'master' into feature/text-entry
7 months ago
silberengel
4999e51055
Merges pull request #52
...
Feature/cleaned my notes
7 months ago
silberengel
88cbd7c4d9
fixed publication link on redirect
7 months ago
silberengel
188c58143c
display e-tag event lists in 30040
7 months ago
silberengel
1ca057f6e1
fixed my notes formatting
7 months ago
silberengel
b7c73efa1c
view publication button fixed
7 months ago
silberengel
351e3c03b2
removed websocket debug
7 months ago
silberengel
c11b5d7c2b
reimplemented markup for 30023s
7 months ago
silberengel
5345d27b4c
removed debug messages
7 months ago