henrik-garbergs
henrik-garbergs
If I remove "_" from SEP_CHARS I can create a document named e.g. "REQ_INIT" and add items to it without problems. But do you mean that this is something we...
I see. I think in my case it will be easier to always use "-" as a separator when creating documents. But I think we should do something to avoid...
Any news on this issue? I'm trying to use the -j (--project) argument to Doorstop and I assumed that it would override the root detection. But as you have discussed...
The code looks like this, in doorstop/core/publisher.py: ``` def _format_md_attr_list(item, linkify): """Create a Markdown attribute list for a heading.""" return " {{#{u} }}".format(u=item.uid) if linkify else '' ``` If I...
The suggested code change is located in a function called `publisher.py::_format_md_attr_list` which is only called from `publisher.py::_lines_markdown`. This function is called when publishing .md-files, which seems fine, and it is...