Zenoo / labrute

React remake of http://labrute.fr
https://brute.eternaltwin.org/
MIT License
15 stars 22 forks source link

Enable image from links in ckeditor #844

Open Zenoo opened 1 month ago

Zenoo commented 1 month ago

https://ckeditor.com/docs/ckeditor5/latest/features/images/images-installation.html

Image

Vishnu21710 commented 1 month ago

Hi @Zenoo ,

Could you please assign me this issue? I would be happy to work on it as I have some experience with CKEditor.

Thank you!

Zenoo commented 1 month ago

Hello @Vishnu21710, sure, I can assign you this issue.

Going into more details, this needs to happen in ClanPostView.tsx: image

I commented out the parts needed in the ckeditor config. There were commonJS import problems last time I tried it.

Vishnu21710 commented 1 month ago

Hi @Zenoo , Can you help me with eternaltwin setup ?

Vishnu21710 commented 1 month ago

image I am getting this error

Zenoo commented 1 month ago

Oh, it seems the readme is outdated, I'll update it. yarn eternaltwin db sync should be working.

Vishnu21710 commented 1 month ago

After running yarn eternaltwin db sync, the database was synced successfully. However, when I started the project and tried to log in using the connect button, it redirected me to http://localhost:50320/oauth/authorize, but the site could not be reached. It seems like the server might not be starting properly. I attempted to start the server with the command yarn run eternaltwin:start, but it produced an error [below is the image reference], which might be the root cause of the issue. Can you help me with this? Am I missing something here? [image: image.png]

On Mon, 29 Jul 2024 at 13:26, Franck @.***> wrote:

Oh, it seems the readme is outdated, I'll update it. yarn eternaltwin db sync should be working.

— Reply to this email directly, view it on GitHub https://github.com/Zenoo/labrute/issues/844#issuecomment-2255255411, or unsubscribe https://github.com/notifications/unsubscribe-auth/A2DYAH4MWHK3UIGNCHDXSSTZOXYTRAVCNFSM6AAAAABLR3XKM2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDENJVGI2TKNBRGE . You are receiving this because you were assigned.Message ID: @.***>

Zenoo commented 1 month ago

@Vishnu21710 The screenshot wasn't added to your message, can you send it again on Github?

Vishnu21710 commented 1 month ago

Here is the image reference image

Zenoo commented 1 month ago

Port 50230 might be protected on your machine, you can try to change it. Create a file named eternaltwin.local.toml at the project root. Set the new port with:

[backend]
port = 9999

Don't forget to also change the port in the server/.env file for the variable ETWIN_URL

Vishnu21710 commented 1 month ago

Thanks @Zenoo , It worked

Zenoo commented 1 month ago

@Vishnu21710 Did you have time to check it out?