#alexandria

Silberengel
10/14 12:55:52
๐
I'll eventually have a python version, for #Alexandria, but I'm in charge of PHP implementations, so I'm doing a couple of small projects with that, to warm up. I was just doing databases for a couple of years.
I like the PHP Helper library, tho. Recommend.
โฌ

The Fishcake๐ถ๐พ & 763 others
10/14 6:18:10
๐
Opens GitHub repo, sees โwritten in PHPโ, cries a little, closes the repo. ๐ญ๐๐ซ(I maintain a lot of PHP code)
โฌ

Silberengel
10/14 5:38:29
๐๐ถ
Okay, finally got them all working.
Still need to add the content, but that's actually the easy part.
Going to bed. GN
nostr:nevent1qvzqqqqqqypzplfq3m5v3u5r0q9f255fdeyz8nyac6lagssx8zy4wugxjs8ajf7pqqs2pt6vp28aj2v084lv7qzrxen24g2t4kmnaqh3zhjq2n437c5pl6sys9fgj
โฌ
a0af4c0a8fd9298f3d7ecf00433666aaa14badb73e82f115e4054eb1f6281fea

Michael J
9/5 13:32:27
๐
I'd like some design feedback on Alexandria.
I'm working on an article editor feature. A screenshot of an early draft is below. The overall goal is to be able to type AsciiDoc-formatted text, preview it in rich text form as it would appear in the Alexandria reader view, then publish it as a cluster of kind 30040 and 30041 events.
My thinking is to break the content down into sections. The content of each section will be published as a kind 30041 note. Each section will be indexed by a kind 30040 note, which will reference the content of the section as a kind 30041 and any subsections as 30040 notes.
Question: How would you like to preview your published events?
I see two options:
1. There are two preview steps: one is a "quick preview" you can see with a click while editing. It doesn't break the content down into 30040 and 30041 events, but it shows you what the nicely-formatted AsciiDoc content would look like. The second preview steps shows the content as it would appear in reader view, after it's been broken down into its constituent 30040 and 30041 events. This preview would have a confirmation dialogue that lets you approve or cancel publishing the events.
2. There's just one preview, and clicking the preview button while editing shows you the content as it would appear in reader view, broken down into 30040 and 30041 events. There would be no separate screen with a confirmation dialogue, and a publish button on the editor page would publish the events.
I'd love to hear people's thoughts!
#asknostr #alexandria #gitcitadel #nostrdev #nostrdesign