Skip to content

Commit

Permalink
rename plugin ABCMedicalNotes to MakindoMedical, #267
Browse files Browse the repository at this point in the history
  • Loading branch information
ilius committed Dec 28, 2024
1 parent 376e29c commit beb0628
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion doc/p/__index__.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
| Description | Name | Doc Link |
| ----------- | ---- | -------- |
| Aard 2 (.slob) | Aard2Slob | [aard2_slob.md](./aard2_slob.md) |
| ABC Medical Notes (SQLite3) | ABCMedicalNotes | [abc_medical_notes.md](./abc_medical_notes.md) |
| Almaany.com (SQLite3) | Almaany | [almaany.md](./almaany.md) |
| AppleDict Source | AppleDict | [appledict.md](./appledict.md) |
| AppleDict Binary | AppleDictBin | [appledict_bin.md](./appledict_bin.md) |
Expand Down Expand Up @@ -33,6 +32,7 @@
| JMnedict | JMnedict | [jmnedict.md](./jmnedict.md) |
| JSON (.json) | Json | [json.md](./json.md) |
| Lingoes Source (.ldf) | LingoesLDF | [lingoes_ldf.md](./lingoes_ldf.md) |
| Makindo Medical Reference (SQLite3) | MakindoMedical | [makindo_medical.md](./makindo_medical.md) |
| Octopus MDict (.mdx) | OctopusMdict | [octopus_mdict.md](./octopus_mdict.md) |
| QuickDic version 6 (.quickdic) | QuickDic6 | [quickdic6.md](./quickdic6.md) |
| SQL (.sql) | Sql | [sql.md](./sql.md) |
Expand Down
8 changes: 4 additions & 4 deletions doc/p/abc_medical_notes.md → doc/p/makindo_medical.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
## ABC Medical Notes (SQLite3)
## Makindo Medical Reference (SQLite3)

### General Information

| Attribute | Value |
| --------------- | ----------------------------------------------------------------------------------------------- |
| Name | ABCMedicalNotes |
| snake_case_name | abc_medical_notes |
| Description | ABC Medical Notes (SQLite3) |
| Name | MakindoMedical |
| snake_case_name | makindo_medical |
| Description | Makindo Medical Reference (SQLite3) |
| Extensions | |
| Read support | Yes |
| Write support | No |
Expand Down
24 changes: 12 additions & 12 deletions plugins-meta/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,18 +84,6 @@
"icu": "PyICU"
}
},
{
"module": "abc_medical_notes",
"lname": "abc_medical_notes",
"name": "ABCMedicalNotes",
"description": "ABC Medical Notes (SQLite3)",
"extensions": [],
"singleFile": true,
"optionsProp": {},
"canRead": true,
"canWrite": false,
"readOptions": {}
},
{
"module": "almaany",
"lname": "almaany",
Expand Down Expand Up @@ -1342,6 +1330,18 @@
"lzma"
]
},
{
"module": "makindo_medical",
"lname": "makindo_medical",
"name": "MakindoMedical",
"description": "Makindo Medical Reference (SQLite3)",
"extensions": [],
"singleFile": true,
"optionsProp": {},
"canRead": true,
"canWrite": false,
"readOptions": {}
},
{
"module": "octopus_mdict_new",
"lname": "octopus_mdict",
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
]

enable = True
lname = "abc_medical_notes"
name = "ABCMedicalNotes"
description = "ABC Medical Notes (SQLite3)"
lname = "makindo_medical"
name = "MakindoMedical"
description = "Makindo Medical Reference (SQLite3)"
extensions = ()
extensionCreate = ".db"
singleFile = True
Expand Down

0 comments on commit beb0628

Please sign in to comment.