Don-Cryptus Posted April 14, 2022 Share Posted April 14, 2022 (edited) I would like to present my TinyMCE solution that I have programmed. Source code: https://github.com/Don-Cryptus/fm-tinyMCE Filemaker file: https://github.com/Don-Cryptus/fm-tinyMCE/raw/master/fm-tinymce.fmp12 I have only tested it on the current Filemaker version and webdirect but the program is very clean. I would be glad about feedback. Operating system: Windows 11 FileMaker version: 19.4.2.204 Edited April 14, 2022 by Don-Cryptus 2 Link to comment Share on other sites More sharing options...
Ocean West Posted April 14, 2022 Share Posted April 14, 2022 Very nice, any way to change language? The PDF from HTML is pretty nice. 1 Link to comment Share on other sites More sharing options...
Don-Cryptus Posted April 14, 2022 Author Share Posted April 14, 2022 yes, in src/editor.js comment out line 75 i guess you would need nodejs to rebuild the package Link to comment Share on other sites More sharing options...
Don-Cryptus Posted April 14, 2022 Author Share Posted April 14, 2022 added .env language change support Link to comment Share on other sites More sharing options...
Don-Cryptus Posted April 14, 2022 Author Share Posted April 14, 2022 added webdirect support Link to comment Share on other sites More sharing options...
Don-Cryptus Posted May 5, 2022 Author Share Posted May 5, 2022 added automatic language detection for german and english 2 Link to comment Share on other sites More sharing options...
Daniel Wood Posted May 12, 2022 Share Posted May 12, 2022 This is amazing - very cool ! Nice work @Don-Cryptus 1 Link to comment Share on other sites More sharing options...
Newbies Schalli Posted May 30, 2022 Newbies Share Posted May 30, 2022 Great work! Unfortunately it does not detect my German language, but all my browsers (Safari, Chrome and Firefox) are in German language. Is there a way to change the language in the FileMaker solution (hardly) on the fly? 1 Link to comment Share on other sites More sharing options...
Don-Cryptus Posted May 30, 2022 Author Share Posted May 30, 2022 (edited) @Schalli Thanks, I dont have a mac so I cant test it out, but I hope my new implementation works Edited May 30, 2022 by Don-Cryptus Link to comment Share on other sites More sharing options...
Don-Cryptus Posted May 30, 2022 Author Share Posted May 30, 2022 @Schalli Link to comment Share on other sites More sharing options...
Newbies metalox Posted June 4, 2022 Newbies Share Posted June 4, 2022 I have just downloaded the FM file, running on my M1 MacBook Pro, macOS 12.4 (Monterey) and it seems to be working fine 😀 Thank you for sharing this. I'm looking forward to taking a deeper look into it when time allows. 1 Link to comment Share on other sites More sharing options...
Ocean West Posted February 9 Share Posted February 9 Is there a way to toggle on or off the toolbars on this? As most features are accessible from the menus. Link to comment Share on other sites More sharing options...
Don-Cryptus Posted February 9 Author Share Posted February 9 Currently its only posible to change it in code and compile it again, you can change with plugins and toolbar Link to comment Share on other sites More sharing options...
Ocean West Posted February 9 Share Posted February 9 Could you compile one without the toolbars enabled then I can toggle between the stored editor code for one particular use case? Link to comment Share on other sites More sharing options...
Don-Cryptus Posted February 9 Author Share Posted February 9 what do you mean exactly by toolbars enabled? Link to comment Share on other sites More sharing options...
Ocean West Posted February 9 Share Posted February 9 Disable all the icons buttons. Just want the Menu Bar. Link to comment Share on other sites More sharing options...
Don-Cryptus Posted February 9 Author Share Posted February 9 like this maybe? index.html Link to comment Share on other sites More sharing options...
Ocean West Posted February 15 Share Posted February 15 Thanks that worked great - is there any chance to get spell-checking added to the tools drop-down - I'd love to understand how you change settings and then compile. Link to comment Share on other sites More sharing options...
Don-Cryptus Posted February 15 Author Share Posted February 15 for spell checking you need to a have pro tinymce version. for compiling just follow the instructions on github 1 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now