Extension Markdown View


Extension Basics

Title
Markdown View
Name
ckanext-markdown_view
Type
Public extension
Description
This extension provides a view plugin for markdown files
CKAN versions
Download-Url (zip)
Last commit
2 months ago (2025-11-19 21:54:11)
Url to repo
Category
Visualization & Analytics


Background Infos

Description (long)
Show details

Ckan markdown view

This extension provides markdown view for CKAN applications.

Installation

To install ckanext-markdown_view:

  1. Activate your CKAN virtual environment, for example:
. /usr/lib/ckan/default/bin/activate
  1. Install the ckanext-markdown_view Python package into your virtual environment:
pip install ckanext-markdown_view
  1. Add markdown_view to the ckan.plugins setting in your CKAN config file (by default the config file is located at /etc/ckan/default/production.ini).

  2. Restart CKAN.

Config settings

None at present

License

AGPL

Version
Version release date
(not set)
Contact name
(not set)
Contakt email
(not set)
Contact Url
(not set)


Installation Guide

Configuration hints

To install ckanext-markdown_view:

  1. Activate your CKAN virtual environment, for example:
. /usr/lib/ckan/default/bin/activate
  1. Install the ckanext-markdown_view Python package into your virtual environment:
pip install ckanext-markdown_view
  1. Add markdown_view to the ckan.plugins setting in your CKAN config file (by default the config file is located at /etc/ckan/default/production.ini).

  2. Restart CKAN.

Plugins to configure (ckan.ini)
markdown_view
CKAN Settings (ckan.ini)
DB migration to be executed
(not set)
<< back to Extensions