PureComposer - A minimal HTML WYSIWYG editor

Developed or developing a new product in PureBasic? Tell the world about it.
firace
Addict
Addict
Posts: 946
Joined: Wed Nov 09, 2011 8:58 am

PureComposer - A minimal HTML WYSIWYG editor

Post by firace »

Image

Notes

· First public release - feedback welcome!
· For simple HTML content only
· Powered by PB and JS
· No homepage yet


Download

ZIP file - 52KB: https://www.radsix.com/purecomposer.zip
Last edited by firace on Tue Nov 14, 2023 9:28 pm, edited 1 time in total.
GoodNPlenty
Enthusiast
Enthusiast
Posts: 112
Joined: Wed May 13, 2009 8:38 am
Location: Arizona, USA

Re: PureComposer - A minimal HTML WYSIWYG editor

Post by GoodNPlenty »

Fast, lightweight and easy to use. Nicely done!
BarryG
Addict
Addict
Posts: 4166
Joined: Thu Apr 18, 2019 8:17 am

Re: PureComposer - A minimal HTML WYSIWYG editor

Post by BarryG »

Looks good, but doesn't work offline (needs access to Quilljs.com).
Last edited by BarryG on Wed Nov 15, 2023 12:09 pm, edited 1 time in total.
User avatar
ChrisR
Addict
Addict
Posts: 1466
Joined: Sun Jan 08, 2017 10:27 pm
Location: France

Re: PureComposer - A minimal HTML WYSIWYG editor

Post by ChrisR »

Thank you for this small and nice tool.
I'm keeping it, I'm sure I'll be able to use it in the future to write few simple html pages.

ps: I don't know why but I couldn't download it with Chrome, nothing happens but no problem to get it with Firefox
User avatar
Kuron
Addict
Addict
Posts: 1626
Joined: Sat Oct 17, 2009 10:51 pm
Location: Pacific Northwest

Re: PureComposer - A minimal HTML WYSIWYG editor

Post by Kuron »

ChrisR wrote: Tue Nov 14, 2023 3:09 pm I don't know why but I couldn't download it with Chrome, nothing happens but no problem to get it with Firefox
I ran into the same issue and unfortunately Chrome is all I have. But, it downloaded with DownThemAll just fine on the Chromebook and Internet Download Manager just fine on the Windows machines.

Nice, tiny and compact! Very useful little tool to keep on hand, especially on your "emergency tools" thumb drive. Thank you for sharing.
Best wishes to the PB community. Thank you for the memories. ♥️
firace
Addict
Addict
Posts: 946
Joined: Wed Nov 09, 2011 8:58 am

Re: PureComposer - A minimal HTML WYSIWYG editor

Post by firace »

Thanks for all the comments :)

Download link should be OK in Chrome now.

And some improvements are coming soon...
User avatar
Kuron
Addict
Addict
Posts: 1626
Joined: Sat Oct 17, 2009 10:51 pm
Location: Pacific Northwest

Re: PureComposer - A minimal HTML WYSIWYG editor

Post by Kuron »

firace wrote: Tue Nov 14, 2023 11:57 pm Download link should be OK in Chrome now.
I can confirm, it downloads fine now.
Best wishes to the PB community. Thank you for the memories. ♥️
firace
Addict
Addict
Posts: 946
Joined: Wed Nov 09, 2011 8:58 am

Re: PureComposer - A minimal HTML WYSIWYG editor

Post by firace »

New version is ready!

What's new:

Insert image
Preview in browser
CSS theme
Nicer GUI
More fonts
Color emojis
Generally more polished

Note: It's still very experimental - Don't expect perfection!
Jens-Arne
User
User
Posts: 43
Joined: Sun Feb 04, 2024 11:09 am

Re: PureComposer - A minimal HTML WYSIWYG editor

Post by Jens-Arne »

Great tool!

Would it be possible to release it as PureBasic source code so that it can be used as a "gadget"? That would be exceptionally useful for programming an email client that can send formatted messages (which I am trying to do).

A DLL would also do, of course, if you don't want to disclose your code.

Regards, Jens-Arne
Post Reply