CommonMark

Component type

module

Maintenance status

Development status

Downloads

1698

Component created

Component changed

This module provides a text format filter that converts Markdown to HTML based
on the CommonMark spec via thephpleague/commonmark PHP library, created and
maintained by The League of Extraordinary Packages.

Try out a demonstration!

http://commonmark.unicorn.fail

Entity Edit Protection

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module is based on the existing Node Edit Protection but provides support for Entities. This module helps prevent users from closing a browser window with a non-submitted form and losing their work while authoring an Entity or Entityform. It utilizes the onbeforeunload JS event attribute to display a message in a confirmation dialog box to inform the user whether he/she will lose the work.

D8 Editor File upload

Component type

module

Categories

Maintenance status

Development status

Downloads

54370

Component created

Component changed

This module allows to add a button in the Drupal 8 rich text editor active toolbar to directly upload and link files into your content. Without this module, the writer would have to upload the files on the webserver via a file field or a FTP connexion then manually create the link.

Facebook Page Post

Component type

module

Maintenance status

Development status

Component created

Component changed

A rule to post content to a facebook page.
It is an interim solution for the issues in the Facebook Page Rules module.
Specifically...
It adds the ability to have multiple pages (different rules post to different pages) (2509564).
It fixes the permission issue (2473535).

Context Meta

Component type

module

Maintenance status

Development status

Downloads

751

Component created

Component changed

Concept
Context meta module provides a facility to add tags likes Abstract, Description,
Keywords, Robots, Copyright and even OpenGraph meta tags to your defined page.
Whenever we create a custom module with custom menu then we are facing issue to
defined SEO tags for custom page. This module provide facility to defined
context based (i.e based on page URL) meta element.

Image Formatter for File Entity References

Component type

module

Categories

Maintenance status

Development status

Downloads

1011

Component created

Component changed

This module enables you to use the Image formatters on File Entity References.

Note : This module will not be required once the patch from Not possible to reuse field formatters between entity_reference, file, and image fields is committed to the core.

For other entity references that reference to content types you can use the "Rendered Entity" formatter along with view modes. You cannot do the same with Entity References Fields that reference to Files. Hence the requirement for this module.

Export Logs

Component type

module

Maintenance status

Development status

Downloads

1323

Component created

Component changed

Sometimes you want to debug the code quickly and there is a need that you do not have much time for it. If you go to Drupal`s log message report, it will contain lot of pages and you need to walk through all of the pages. Here in this module; you do not have to navigate anywhere and you have to set no configuration just simply call a url and export the logs.
The logs will be in text file which is properly formatted. One can easily find the error or text for which developer looks mainly.