Evgen Kucherov
Evgen Kucherov
@tobias-klein I can't replicate this. Right now in export all divs are ignored in [`renderVerse`](https://github.com/ezra-project/ezra-project/blob/01e8d78514f46e1b63a2a27dba8259df6487056b/app/frontend/components/docx_export/docx_controller.js#L279): ``` javascript currentVerseContent = currentVerseNodes.reduce((prevContent, currentNode) => { // We export everything that is not...
Isn't that already implemented?
Do you think notes can have similar categories?
Another idea is to use a special tag category to display as custom headings. Initial "heading tags" can be imported from the module headings (#224). Kind of having personal outline......
I also think that categories should be color-coded. It's an easy way to visualize categories
There are two WEB APIs connected to this, and they seem to be supported for Ezra Bible App setup: 1. [Clipboard API](https://developer.mozilla.org/en-US/docs/Web/API/Clipboard) 2. [Selection API](https://developer.mozilla.org/en-US/docs/Web/API/Selection)
I think it should be under the bible brother box, and it should be the same height as the dictionary window. The button to show/hide this window can be next...
@LAfricain right now we are discussing export all user data including tags in CSV format #476. Please feel free to add to that discussion. This might be implemented in 1.4...
@debritto, do you know any common icons that are used for cross-references or Strong numbers?
I'll take a look today