buttercat1791
d8c64260b3
Refactor markup generator for embedded events into Svelte snippets
...
- Eliminate a component that is no longer needed.
- Reduce duplicate code.
- Tidy up code along the way.
- Ran `deno fmt` to auto-format code (hence the large diff).
7 months ago
buttercat1791
3b7ffb913f
Fix warnings and errors thrown be Deno's linter
8 months ago
silberengel
5822c087a6
blog updated
8 months ago
Silberengel
c37a3f3a73
rudimentary LaTeX implementation for Markup
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
dbe22433df
tidied up
10 months ago
Silberengel
05cdb8eb09
interim changes
10 months ago
Silberengel
f5ae449e36
added timeout to existing functions, revamped timeout and cardactions and fixed asciidoc browser console error
10 months ago
Silberengel
1acd8b3acf
Tidied up and display rudimentary ToC. Updated screenshots.
10 months ago
Silberengel
ffe1098a7d
Revert "Interim changes"
...
This reverts commit b35774b9a0 .
10 months ago
Silberengel
b35774b9a0
Interim changes
10 months ago
Nuša Pukšič
05755293e8
Check if tags exist
11 months ago
buttercat1791
613c3a4185
Scope Pharos extensions to Asciidoctor extension registry
...
We were previously registering extensions globally, which impacted every usage of Asciidoctor.js, even those where the extensions were not needed.
11 months ago
Silberengel
d62c424a10
Handle discrete headings
11 months ago
Nuša Pukšič
7327d28c54
open #199 some extra data
12 months ago
Silberengel
5c9bd4bc72
close issue#166 update master to newest version
1 year ago
buttercat1791
5a24c0dc15
Fix some parser bugs
1 year ago
buttercat1791
316fcb1b7a
Use more idiomatic Svelte 5/SvelteKit 2 loading patterns
1 year ago
buttercat1791
3106c43d37
Enable parser to fetch publications from relays
1 year ago
buttercat1791
fdefbcb1f9
Enable parser to fetch publications from relays
1 year ago
buttercat1791
b041d206c1
Improve event movement within the event tree
...
It's still buggy, but it's better than before.
1 year ago
buttercat1791
4a778e8c7b
Make sibling search less buggy
1 year ago
buttercat1791
ad3dfb6bc4
Add node movement to Compose view
...
Currently doesn't work for moving a zettel between two indices.
1 year ago
buttercat1791
342393dcad
Compose can now edit index titles
1 year ago
buttercat1791
a6e513f58d
Save changes to sync with upstream
1 year ago
buttercat1791
67ff783f7d
Add buttons to Compose view
1 year ago
buttercat1791
a278492ff5
Add update and move methods to the Pharos API
1 year ago
buttercat1791
a19dc335db
Improve node ID generation
1 year ago
buttercat1791
34d272d8d1
Add /new/review page route
1 year ago
buttercat1791
dd27f6d529
Support rich formatting in editor preview
1 year ago
buttercat1791
2da83972a0
Fix issues that cropped up in editor debug
1 year ago
buttercat1791
bdef044229
Add getters to Pharos public API
2 years ago
buttercat1791
824e39ecd5
Begin to add wikilink support to parser
2 years ago
buttercat1791
b04e73ca34
Update variable names and parse document metadata
2 years ago
buttercat1791
6236d2039c
Update for clarity on terminology
2 years ago
buttercat1791
0ec9e624e6
Generate Nostr events from parsed AsciiDoc block tree
2 years ago
buttercat1791
f4be33f607
Write a custom Asciidoctor tree processor
2 years ago
buttercat1791
7f84d4130b
Extend Asciidoctor for custom parsing
2 years ago