Skip to content

Releases: ikey4u/wikit

0.5.0 Release

12 Feb 16:45
Compare
Choose a tag to compare

You can use it in daily!

ECDICT dictionary for Wikit

04 Feb 12:06
Compare
Choose a tag to compare

This is a wikit dictionary based on ECDICT ecdict-mdx-style-28.

  • ecdict.toml, ecdict.txt

    These two files are used to create a wikit dictionary, the content of ecdict.toml is

      name = "简明英汉词典"
      version = "1.0.28"
      authors = ["skywind3000 <https://github.com/skywind3000>"]
      distributors = ["wikit <https://github.com/ikey4u/wikit>"]
      description = "Wikit Dictionary based on ECDICT database"
      homepage = "https://github.com/skywind3000/ECDICT/releases/tag/1.0.28"
      css = "@ecdict.css"
      js = ""
    

    ecdict.css and ecdict.txt is large, please download it to see the detail.

  • ecdict.wikit.zip

    This is the built wikit dictionary from source file ecdict.txt, the command is

      wikit dict ecdict.txt -c -o ecdict.wikit
    

v0.4.0-beta.2

10 Mar 01:05
Compare
Choose a tag to compare

Disable CSP hash

v0.4.0-beta.1

19 Feb 16:57
Compare
Choose a tag to compare
1: unify version number; 2: remove dictionary server relay feature

wikit desktop v0.1.0-beta.2 and wikit cli v0.3.1

28 Nov 11:47
Compare
Choose a tag to compare

The first beta release of wikit dictionary tool suite.

Features

  • Create .wikit dictionary from text or mdx file
  • Dictionary can be loaded from local system or network
  • A tauri based GUI application Wikit Desktop that can be used to lookup word from wikit dictionary using FST index algorithm

Rust is great, programming in rust is enjoyable.

v0.2.2: feat: allow user to adjust html content when validating xhtml by mac …

12 Sep 02:03
Compare
Choose a tag to compare

v0.2.1

04 Sep 17:15
Compare
Choose a tag to compare

fix link tag in XHTML

v0.2.0

04 Sep 08:01
Compare
Choose a tag to compare

Create macOS dictionary from mdx file or mdx source file(text).

Notice that this feature is only supported on macOS.

v0.1.3

09 Jun 17:25
Compare
Choose a tag to compare

make mdx created by Wikit being compatible with goldendict

v0.1.2

06 Jun 12:21
Compare
Choose a tag to compare

Fix meta file parsing error