Don-Cryptus Posted April 14, 2022 Posted April 14, 2022 I would like to present my TinyMCE solution that I have programmed. Source code: https://github.com/0-don/fm-tinyMCE Filemaker file: https://github.com/0-don/fm-tinyMCE/blob/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 2
Ocean West Posted April 14, 2022 Posted April 14, 2022 Very nice, any way to change language? The PDF from HTML is pretty nice. 1
Don-Cryptus Posted April 14, 2022 Author Posted April 14, 2022 yes, in src/editor.js comment out line 75 i guess you would need nodejs to rebuild the package
Don-Cryptus Posted May 5, 2022 Author Posted May 5, 2022 added automatic language detection for german and english 2
Daniel Wood Posted May 12, 2022 Posted May 12, 2022 This is amazing - very cool ! Nice work @Don-Cryptus 1
Newbies Schalli Posted May 30, 2022 Newbies 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
Don-Cryptus Posted May 30, 2022 Author 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
Newbies metalox Posted June 4, 2022 Newbies 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
Ocean West Posted February 9, 2023 Posted February 9, 2023 Is there a way to toggle on or off the toolbars on this? As most features are accessible from the menus.
Don-Cryptus Posted February 9, 2023 Author Posted February 9, 2023 Currently its only posible to change it in code and compile it again, you can change with plugins and toolbar
Ocean West Posted February 9, 2023 Posted February 9, 2023 Could you compile one without the toolbars enabled then I can toggle between the stored editor code for one particular use case?
Don-Cryptus Posted February 9, 2023 Author Posted February 9, 2023 what do you mean exactly by toolbars enabled?
Ocean West Posted February 9, 2023 Posted February 9, 2023 Disable all the icons buttons. Just want the Menu Bar.
Ocean West Posted February 15, 2023 Posted February 15, 2023 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.
Don-Cryptus Posted February 15, 2023 Author Posted February 15, 2023 for spell checking you need to a have pro tinymce version. for compiling just follow the instructions on github 1
Don-Cryptus Posted May 4, 2023 Author Posted May 4, 2023 Updated TinyMCE version, rewrote the codebase to rollup etc.
Don-Cryptus Posted May 5, 2023 Author Posted May 5, 2023 I updated TinyMCE from version 6 to the current version 6.4.2 the changes and fixes can be looked up here https://www.tiny.cloud/docs/tinymce/6/release-notes/ I rewrote the codebase from webpack to rollup these are bundlers to bundle the javascript code to one single html file which can simply be imported in filemaker and displayed in webviewer, so people who know a litle bit of javascript can add they custom scripts more easily 1
Recommended Posts
This topic is 624 days old. Please don't post here. Open a new topic instead.
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