All Projects â†’ borisdiakur â†’ Marked

borisdiakur / Marked

Licence: bsd-3-clause
Confluence macro plugin which renders remote Markdown.

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Marked

Godot Engine.file Editor
A Godot Engine addon that adds a File Editor for multiple file types editing. Create and Write plain text files, configuration files and csv files with custom visualizers and previews. Also supports file translations!
Stars: ✭ 70 (+66.67%)
Mutual labels:  markdown, plugin
Honkit
📖 HonKit is building beautiful books using Markdown - Fork of GitBook
Stars: ✭ 1,901 (+4426.19%)
Mutual labels:  markdown, plugin
Docsify Tabs
A docsify.js plugin for rendering tabbed content from markdown
Stars: ✭ 65 (+54.76%)
Mutual labels:  markdown, plugin
Sonar Cnes Report
Generates analysis reports from SonarQube web API.
Stars: ✭ 145 (+245.24%)
Mutual labels:  markdown, plugin
Vimpyter
Edit your Jupyter notebooks in Vim/Neovim
Stars: ✭ 308 (+633.33%)
Mutual labels:  markdown, plugin
Markdown Preview.vim
⚠ïļ PLEASE USE https://github.com/iamcco/markdown-preview.nvim INSTEAD
Stars: ✭ 764 (+1719.05%)
Mutual labels:  markdown, plugin
Vim Gfm Syntax
GitHub Flavored Markdown syntax highlight extension for Vim
Stars: ✭ 91 (+116.67%)
Mutual labels:  markdown, plugin
Sublimetext Markdown Preview
markdown preview and build plugin for sublime text 2/3
Stars: ✭ 2,337 (+5464.29%)
Mutual labels:  markdown, plugin
Flow Netbeans Markdown
Markdown file support for the NetBeans IDE
Stars: ✭ 276 (+557.14%)
Mutual labels:  markdown, plugin
Editormd
Markdown įž–čū‘å™Ļ Editor.md for Typecho
Stars: ✭ 389 (+826.19%)
Mutual labels:  markdown, plugin
Showdown Htmlescape
Plugin for Showdown to prevent the use of arbitrary HTML and allow only the specific Markdown syntax.
Stars: ✭ 6 (-85.71%)
Mutual labels:  markdown, plugin
Markdown2pdf
A simple library to convert markdown to pdf using Java
Stars: ✭ 41 (-2.38%)
Mutual labels:  markdown
Cm3d2.maidfiddler
A real-time game editor for CM3D2
Stars: ✭ 39 (-7.14%)
Mutual labels:  plugin
Header
Header Tool for Editor.js 2.0
Stars: ✭ 39 (-7.14%)
Mutual labels:  plugin
Unitypluginwithwsl
Unity native plugin with WSL (Windows Subsystem for Linux)
Stars: ✭ 39 (-7.14%)
Mutual labels:  plugin
Virtualapp
Virtual Engine for Android(Support 12.0 in business version)
Stars: ✭ 8,413 (+19930.95%)
Mutual labels:  plugin
Remark Boilerplate
A boilerplate to create presentations using remark, Gulp, Stylus and more.
Stars: ✭ 41 (-2.38%)
Mutual labels:  markdown
Markdownview
MarkdownView is an Android webview with the capablity of loading Markdown text or file and display it as HTML, it uses MarkdownJ and extends Android webview.
Stars: ✭ 993 (+2264.29%)
Mutual labels:  markdown
Sketch Copy Paste Shadows
Copy & paste only shadow styles from layers without others styles getting in the way.
Stars: ✭ 38 (-9.52%)
Mutual labels:  plugin
Wp Shopify
🎉 Sell and build custom Shopify experiences on WordPress.
Stars: ✭ 38 (-9.52%)
Mutual labels:  plugin

marked

Confluence macro plugin which renders remote Markdown.

screenshot showing usage of marked

Installation

Via Atlassian Marketplace

  1. Log into your Confluence instance as an admin.
  2. Click the admin dropdown and choose Add-ons. The Manage add-ons screen loads.
  3. Click Find new add-ons from the left-hand side of the page.
  4. Locate marked via search. Results include add-on versions compatible with your Confluence instance.
  5. Click Install to download and install your add-on.
  6. You're all set! Click Close in the Installed and ready to go dialog.

Manually

  1. Download the marked jar file either from the Atlassian Marketplace or from GitHub.
  2. Log into your Confluence instance as an admin.
  3. Click the admin dropdown and choose Add-ons. The Manage add-ons screen loads.
  4. Click Upload add-on at the top right of the page. The Upload add-on dialog loads.
  5. Choose the file from your file system or enter the URL to the location of the raw jar file and click upload. And that's it!

Usage

  1. Select marked in the Select macro dialog.
  2. Insert the URL of your raw markdown resource in the input field labeled with URL.
  3. Preview the rendered result by clicking on Preview.
  4. Insert the rendered content by clicking on Insert. You can now preview and save the document.

FAQ

1. Can marked access resources which reside in a private repository?

When working with repositories which require authentication you'll might need to use the associated API in order to access those files. For example you'll not be able to access a file on a private GitLab instance using the following URL:

https://gitlab.yourdomain.com/your-group/your-project/blob/master/README.md

Instead you will have to authenticate via the GitLab API. You might want to add a guest user to your GitLab project and use his/her private token.

In order to get the correct URL you would do the following:

  1. Get the project id for a given project name: https://gitlab.yourdomain.com/api/v3/projects/your-group%2Fyour-project?private_token=your-private-token
  2. Get a list of files for a given project id: https://gitlab.yourdomain.com/api/v3/projects/your-project-id/repository/tree?private_token=your-private-token
  3. Get the raw file content for a given file id: https://gitlab.yourdomain.com/api/v3/projects/your-project-id/repository/raw_blobs/your-file-id?private_token=your-private-token

Note: When working with another repository management system such as Bitbucket or whatnot you will have to comply with the API given.

marked also supports basic auth.

2. I get a PKIX path building failed error. What's that?

Instead of the expected output you might see the following error message:

Cannot read resource. sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target

The cause of the exception is that the resource host is running over SSL and your Confluence instance doesn't trust the certificate of that host.
The solution is to add the resource host's SSL Certificate to the Confluence Java Keystore. For more information please refer to the Confluence documentation.

3. Is it free of charge?

Yes.

Support

If you have any trouble with marked help yourself by filing an issue or even better support back with a pull request.

Privacy Notice

marked does not collect any data.

Credits

marked uses the Markdown processing library flexmark-java under the hood.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].