Short description of package.
Project description
clld-morphology-plugin
A plugin for modelling morphology in CLLD apps. Models:
- word forms (consist of morphs)
- morphs (are parts of word forms, belong to morphemes)
- morphemes (have different [allo]morphs)
Markdown
Since this plugin was primarily developed for yawarana-sketch-clld, comments on models are rendered using markdown.
However, it is up to the app developer to choose what markdown you want to use; templates assume that the parent mako template provides a function markdown(request, content)
.
If you want to use the clld-markdown-plugin, use the following code in your top-level .mako
:
<%def name="markdown(request, content)">
<%from clld_markdown_plugin import markdown%>
${markdown(request, content)|n}
</%def>
to use plain markdown instead:
<%def name="markdown(request, content)">
<%from markdown import Markdown%>
${Markdown(content)|n}
</%def>
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Close
Hashes for clld_morphology_plugin-0.0.7.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | be06de854cfe90fad35ed290bdc05b8b39df1f9a6106af2000fc1156a41f2896 |
|
MD5 | 1a6ac4c05cdb6df281708add3662d90d |
|
BLAKE2b-256 | 1c4f01565ac63d11e05f034c004f60bd22c2fe65617211916c420c27c1f1b58d |
Close
Hashes for clld_morphology_plugin-0.0.7-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | a08fb55ad4ac8201d9515f8199725f54897df68865c793b877d6159d64056a7c |
|
MD5 | 135025ce52cb9bce913842e767602c67 |
|
BLAKE2b-256 | 20b27f334b4197a6b9ca08cacaf625461855e3cc6823421156782ffc8d1a4c1f |