-
Notifications
You must be signed in to change notification settings - Fork 238
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
- use CSS for all XDXF element (decrease size of output dict file) - created a list (ol / ul) for nested `<def>`s - support loading of `<abbreviations>` data - show js tooltips for abbreviations - fixed showing hidden `<gr>` - fixed losing spaces before XDXF tags - add braces to `<co>` - show CSS instead of inlined HTML tags for: `<ex>, <pos>, <abbr>, <k>, <gr>, <mrkd>`
- Loading branch information
Showing
8 changed files
with
990 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
## XDXF with CSS and JS | ||
|
||
### General Information | ||
|
||
| Attribute | Value | | ||
| --------------- | -------------------------------------------------------------------------------------------------------------- | | ||
| Name | XdxfCss | | ||
| snake_case_name | xdxf_css | | ||
| Description | XDXF with CSS and JS | | ||
| Extensions | | | ||
| Read support | Yes | | ||
| Write support | No | | ||
| Single-file | Yes | | ||
| Kind | 📝 text | | ||
| Sort-on-write | default_no | | ||
| Sort key | (`headword_lower`) | | ||
| Wiki | [XDXF](https://en.wikipedia.org/wiki/XDXF) | | ||
| Website | [XDXF standard - @soshial/xdxf_makedict](https://github.com/soshial/xdxf_makedict/tree/master/format_standard) | | ||
|
||
### Dependencies for reading | ||
|
||
PyPI Links: [lxml](https://pypi.org/project/lxml) | ||
|
||
To install, run: | ||
|
||
```sh | ||
pip3 install lxml | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.