Skip to content

patternhq/MediumTools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

A collection of plugins to Medium Editor for doing useful things.

Plugins

Google Doc Style Link Preview

GdocMediumAnchorPreview

Example

var editor = new MediumEditor('.editable', {
    extensions: {
        anchorPreview: new GdocMediumAnchorPreview(),
    },
    gdocAnchorTargetBlank: true
});

Releases

No releases published

Packages

No packages published