April 14, 20223 yr 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
April 14, 20223 yr Author yes, in src/editor.js comment out line 75 i guess you would need nodejs to rebuild the package
May 30, 20223 yr Newbies 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?
May 30, 20223 yr Author @Schalli Thanks, I dont have a mac so I cant test it out, but I hope my new implementation works Edited May 30, 20223 yr by Don-Cryptus
June 4, 20223 yr Newbies 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.
February 9, 20232 yr Is there a way to toggle on or off the toolbars on this? As most features are accessible from the menus.
February 9, 20232 yr Author Currently its only posible to change it in code and compile it again, you can change with plugins and toolbar
February 9, 20232 yr Could you compile one without the toolbars enabled then I can toggle between the stored editor code for one particular use case?
February 15, 20232 yr 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.
February 15, 20232 yr Author for spell checking you need to a have pro tinymce version. for compiling just follow the instructions on github
May 5, 20232 yr Author 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
July 15Jul 15 I am curious if you have ever been able to add perhaps a spell checker to this editor and or any AI writing assistant?
July 15Jul 15 Author I looked into TinyMCE's features, they seem to support an AI writing assistant and a spellchecker, but those appear to be premium features, so they're not available without proper authentication.
Create an account or sign in to comment