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.5.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7790028fbe40ba123d1071386a58bdf413cd419093ee464665a6bc4c1b7fb370 |
|
MD5 | 44d89c8cd6d8783371f8a73d6eaa3768 |
|
BLAKE2b-256 | 73441e75f0d4e5943b50840d64741b08d6459c40443ecb106dfa6b8672b70416 |
Close
Hashes for clld_morphology_plugin-0.0.5-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1a3cb94c45f45656096167f2d63f72b4d22effda9b504f9bcd2005e7f855f6a2 |
|
MD5 | 151752423c838c7d55a19ff501856377 |
|
BLAKE2b-256 | 8f2c32c05622ebfa3b38c279386527d6be01bef3ff10df572da27c4b8a313756 |