#Memoir - A document text editor on the web - Built on top of Bun js, Elysia and next js!

1 messages · Page 1 of 1 (latest)

zinc quail
#

Memoir is a web-based text editor I developed to extend the capabilities of Obsidian, a native text editor application I use for writing my notes and reflections.

Memoir allows users to create, edit, and delete text documents online. It supports various text styles, including bold, strike through, and italics, as well as different text blocks like headings and paragraphs.

deploy
repository

GitHub

Memoir is a web editor for journaling and documenting your reflections. - Huilensolis/memoir

#

Btw, I'm looking for contributors, so if you would like to contribute, just send me a DM or open a new issue!

honest spade
#

the sign up page does not seem to work
but then i tried again, and the account already existed

then logging in said

something went wrong

agile falcon
#

@zinc quail Idk why email validation took that long

#

and sign in is taking forever

#

I assume that you didn't set a timeout for the request

zinc quail
#

Hi

#

Sorry for not mentioning it

#

I hosted the backed on a free instance on render

#

And the server shots down if it has no activity

#

So it has a cold start every time it turns on

#

Thats why

#

I have to put a modal or something explaining that and showing the server state

agile falcon
#

@zinc quail I don't think you should have these many directories

#

try to simplify the structure

zinc quail
#

How would you structure it?

agile falcon
#

models and all other stuff in routes
db models in db

zinc quail
#

yes, thatsusually what I go for

#

but I decided to use Scream Architecture

#

which is basically the same, but instead of having a folder with all the routes, a models route with all the models, etc., you have a folder for each feature, and inside each feture you ahve the folders of that feature

#

in that way, the onboarding is easier