try finding article name from content

This commit is contained in:
Tykayn 2024-11-11 00:02:50 +01:00 committed by tykayn
parent 9cd8d6d92e
commit 7e9e8f2436
31 changed files with 124 additions and 426 deletions

10
.vscode/settings.json vendored Normal file
View file

@ -0,0 +1,10 @@
{
"editor.suggest.selectionMode": "whenQuickSuggestion",
"editor.quickSuggestions": {
"other": false,
"comments": false,
"strings": false
},
"emmet.useInlineCompletions": true,
"editor.hover.enabled": false
}