Simon Love Posted October 19, 2017 Share Posted October 19, 2017 Hi I've followed the Hello worlds tutorial and it went OK. I'd like to turn on markdown for formatting but I'm not sure how to do this? Also in attempt to add some text editing to the planet_summary field, I turned on direct editing in the browser. How do I turn this off? Any help much appreciated Simon Link to comment Share on other sites More sharing options...
flydev Posted October 19, 2017 Share Posted October 19, 2017 To enable markdown, you have to install the following core module : ... then you have to apply the Textformatter to your field. Go to the Details tab of your field, select the Textformatter(s) you need then save. 3 hours ago, Monty said: Also in attempt to add some text editing to the planet_summary field, I turned on direct editing in the browser. How do I turn this off? Did you mean you clicked/installed the Front-end page editor ? If yes, simply uninstall the module PageFrontEdit. You might need to remove some markup depending on the option you choosen. And welcome 7 Link to comment Share on other sites More sharing options...
Simon Love Posted October 19, 2017 Author Share Posted October 19, 2017 OK I tried this and it worked a charm. Thanks very much for your help... Simon 1 Link to comment Share on other sites More sharing options...
SamC Posted October 20, 2017 Share Posted October 20, 2017 Wow, this looks awesome, I have been using ckeditor for fields that only need <p>, <h2>, <ul>, <li>. One question, I am using the autolinks (pro field) module in my tutorials to avoid a lot of manual linking. Can I use markdown and autolinks on the same field? Link to comment Share on other sites More sharing options...
flydev Posted October 20, 2017 Share Posted October 20, 2017 I don't have ProField here, you should test it now and report back 1 1 Link to comment Share on other sites More sharing options...
SamC Posted October 20, 2017 Share Posted October 20, 2017 1 hour ago, flydev said: I don't have ProField here, you should test it now and report back Indeed it DOES work! Tried: **word auto linked** Set in autolink module (ID or PATH): 'auto linked=1' Outputs: <strong>word <a href="link_to_homepage">auto linked</a></strong> Will make more use of this module from now. 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