Silberengel
1ba8a42292
update docs, correct wikilinks, and fix border styling closes Issue#215
10 months ago
Silberengel
c07d560ba4
Moved global styles to app.css
10 months ago
Silberengel
ca8c66d484
Consolidated regex constants. Added delete to cache.
10 months ago
Silberengel
346ee9457b
Implemented unit and integration tests for the parser.
10 months ago
Silberengel
f32fd7cfd5
final bug fix
10 months ago
Silberengel
505da03c33
switch handle login to $effect
10 months ago
Silberengel
2e8d30dd36
implement npub cache singleton
10 months ago
Silberengel
b4aa734dd6
regex clustered
10 months ago
Silberengel
64303b6ba1
get rid of mouseevent parameter
10 months ago
Silberengel
289ee898ea
updated error messages
10 months ago
Silberengel
624cd65f90
Fix login modal
10 months ago
Silberengel
0d8b8a3f60
fix nested lists and correct the styling of wikilinks and hashtags
10 months ago
Silberengel
0a54f0106b
Implement wiki links
10 months ago
Silberengel
2df526f338
Make nostr address parsing conform to Elsat's replacement rules
10 months ago
Silberengel
88624f5e2d
closed the gap
10 months ago
Silberengel
f696bd6ae6
fixed footnotes
10 months ago
Silberengel
14d4b54234
fixed url and image rendering
10 months ago
Silberengel
68ab68bede
implemented emoji rendering and cleaned up nostr address rendering
10 months ago
Silberengel
e8073cc84f
moved markdown parsers
10 months ago
Silberengel
ffe1098a7d
Revert "Interim changes"
...
This reverts commit b35774b9a0 .
10 months ago
Silberengel
b35774b9a0
Interim changes
10 months ago
Silberengel
241c1381dc
Merge remote-tracking branch 'origin' into Issue#215-only-contact-page
10 months ago
silberengel
31e6d0984d
Merges pull request #32
...
New Publication Loader Continued
10 months ago
buttercat1791
68d8a0085c
Ensure an alert is shown when publication sections are missing
10 months ago
buttercat1791
c629036a61
Remove `loadedAddresses` state
10 months ago
buttercat1791
297be425d8
Make `Lazy<T>` resolve atomically
10 months ago
buttercat1791
6e17df5393
Remove unneeded `await`
10 months ago
buttercat1791
6cc5b375c1
Update comments
10 months ago
buttercat1791
f48f1f9467
Remove redundant call to `tryMoveToParent()`
10 months ago
buttercat1791
0ec64a4aa7
Implement `previous()` method for reverse tree traversal
10 months ago
buttercat1791
fb7e2539e6
Fix the tree traversal algorithm
...
The loader's `next()` method now correctly indicates when it has reached the root node in the tree. From this, the publication component can known when to stop loading and hide the "Load More" button.
10 months ago
buttercat1791
da2cae365f
Detect when publication loading is done in component
10 months ago
buttercat1791
f72adcb6d3
Display a "Load More" button if load-on-scroll fails
10 months ago
buttercat1791
b9925813db
Remove completed TODOs
10 months ago
buttercat1791
74d6b306b9
Track loaded addresses in a publication
10 months ago
buttercat1791
e9aa513d5f
Load only one element at a time on scroll
10 months ago
buttercat1791
557f3c0dfb
Add `content-visibility-auto` Tailwind utility
10 months ago
buttercat1791
e35bfd75a7
Gracefully handle missing events when loading a publication
10 months ago
buttercat1791
adada4efd9
Wrap text in block quotes
11 months ago
buttercat1791
035ef934d5
Support loading single content events
...
Handles the case where the root of a publication tree is identical to its one and only leaf, i.e., the publication consists of a single event.
11 months ago
Silberengel
826dcd094b
Merge remote-tracking branch 'origin/master' into Issue#215-only-contact-page
11 months ago
silberengel
22dbaa290f
Merges pull request #30
...
Bring back styles
11 months ago
Silberengel
fabd54fde7
fix broken or missing links
11 months ago
Nuša Pukšič
3560ddb221
Restyle other stuff...
11 months ago
Nuša Pukšič
14c6d31156
Restyle admonitions
11 months ago
Michael J
2cf4dccda2
Merges pull request #29
...
[WIP] New Publication Loader and Renderer
## Changes
- The new publication tree loader is used to dynamically load publication events.
- The Preview Svelte component is replaced by the PublicationSection component for read-only mode. Editing is not yet defined.
- Only part of a publication loads, initially. Scrolling within a publication causes additional sections of that publication to load.
- This just-in-time loading currently works only in one direction. Users start at the top of a publication and scroll down.
- Planned work will implement bookmarks to allow users to return to a saved point in the middle of a publication.
- The table of contents placeholder is removed.
- Tailwind utilities and components are used for styling within HTML generated from AsciiDoc sources.
- Asciidoctor extensions are scoped so as not to pollute the global scope.
11 months ago
buttercat1791
689bd61ae5
Add a "construction" banner to the base layout
11 months ago
Silberengel
dddc154b09
interim state
11 months ago
buttercat1791
da0a7dc3cd
Polish up some styles
11 months ago
buttercat1791
823d522395
Comment out ToC placeholder
11 months ago