Skip to content
This repository has been archived by the owner on Jul 5, 2019. It is now read-only.

dangling link functionality for terms #47

Open
kohlhase opened this issue Jul 29, 2014 · 0 comments
Open

dangling link functionality for terms #47

kohlhase opened this issue Jul 29, 2014 · 0 comments
Milestone

Comments

@kohlhase
Copy link
Contributor

In the SMGloM we have the \term macro for dangling term references. In the OMDoc this has the form

<omdoc:term class='dangling-term-link'>foo</omdoc:term>

where foo is a NL phrase. The idea is that this is to be replaced by a proper term reference of the form

<omdoc:term role='definiendum' name='#name' cd='#theory'>foo</omdoc:term>

eventually.
In the web interface, this should work as a wiki-style dangling link. I imagine that clicking on the omdoc:term of class dangling-term-link would trigger the creation of a new glossary module. When that is written, we an fill in #theory (the name of the new module) and #name (one of the symbol names in there) and create the final term reference.

The \term macro has an intermediate form

<omdoc:term class='dangling-term-link' cd='bar'>foo</omdoc:term>

where the cd is already given. Then the dangling link behavior should not create a new module, but go into edit mode for the module specified in the cd attribute (and allow the addition of a symbol).

I am assigning this to Constantin, since this is editing, but @m-iancu and @RochauD should also have a look and consider it.

@kohlhase kohlhase added this to the Release milestone Jul 29, 2014
@jukowski jukowski modified the milestones: Alpha, Release Dec 21, 2014
@kohlhase kohlhase modified the milestones: Beta, Alpha Jan 29, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants