Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions extensions/wiktionary/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Wiktionary

An unofficial [Wiktionary](https://www.wiktionary.org) extension for Vicinae.

## Features

Implemented:
- Search word definitions
- Search selected or clipboard text
- Option to filter and order result languages

Missing:
- Search etymology
- Search Synonyms
- Support links to other Wiktionary pages
- Option to change base language

## Thanks

This is based on the [raycast-wiktionary](https://github.com/adielbm/raycast-wiktionary) extension by [adielbm](https://github.com/adielbm).
146 changes: 146 additions & 0 deletions extensions/wiktionary/assets/icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 21 additions & 0 deletions extensions/wiktionary/biome.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"$schema": "https://biomejs.dev/schemas/2.3.2/schema.json",
"formatter": {
"enabled": true,
"lineWidth": 120,
"indentWidth": 2,
"indentStyle": "space"
},
"linter": {
"enabled": true,
"rules": {
"recommended": true
}
},
"javascript": {
"formatter": {
"quoteStyle": "double",
"semicolons": "always"
}
}
}
Loading