Giter VIP home page Giter VIP logo

marked's Introduction

marked

Confluence macro plugin which renders remote Markdown.

screenshot showing usage of marked

Installation

  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 Attlasian 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 you 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.

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.

Credits

marked uses the Markdown processing library pegdown under the hood.

marked's People

Watchers

James Cloos avatar Mehmet Ali Aydın avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.