A telegramBot you can make your own dictionary in order to train your memory.
/save
type a word once and then meanings or synonyms multiple times until typing /done
Uncategorized words will be saved in default list.
/delete + /word +/done
delete a saved word
/delete + /word (shows list of meanings in order by number) +/number (multiple times until /done)
delete linked data
/showlist
show all category list of words then choose one by typing the number of it /list+number
make list by /newlist, delete by /deletelist + number
add word in the list by /list+number + /save +word (first)+ related data (multiple)+/done
Game
A card game which you have to write the word that mach to the random shown data from chosen list. infinite time
/game (shows lists) + /list+number + /start
Start game
+/end to exit game -> shows result correct/total (times)
dfdf
Grammar is
word
#tag1 #tag2
#tag3
/transcription/
= meaning 1
- example sentance 1
= meaning 2
- example for the meaning 2 sentance 1
- example for the meaning 2 sentance 2
Example:
diligence
#noun #gaming
/ˈdɪlɪdʒ(ə)ns/
= careful and persistent work or effort.
- The new guy is very creative but I think he needs to develop the virtue of diligence
- few party members challenge his diligence as an MP
transcription is optional. order of data is arbitrary
So the Word interface
interface Word {
word: str
transcription: Option[str]
tags: List[str]
meanings: List[Meaning]
}
or
or
By clicking below, you agree to our terms of service.
New to HackMD? Sign up
Syntax | Example | Reference | |
---|---|---|---|
# Header | Header | 基本排版 | |
- Unordered List |
|
||
1. Ordered List |
|
||
- [ ] Todo List |
|
||
> Blockquote | Blockquote |
||
**Bold font** | Bold font | ||
*Italics font* | Italics font | ||
~~Strikethrough~~ | |||
19^th^ | 19th | ||
H~2~O | H2O | ||
++Inserted text++ | Inserted text | ||
==Marked text== | Marked text | ||
[link text](https:// "title") | Link | ||
 | Image | ||
`Code` | Code |
在筆記中貼入程式碼 | |
```javascript var i = 0; ``` |
|
||
:smile: | ![]() |
Emoji list | |
{%youtube youtube_id %} | Externals | ||
$L^aT_eX$ | LaTeX | ||
:::info This is a alert area. ::: |
This is a alert area. |
On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?
Please give us some advice and help us improve HackMD.
Syncing