-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathloaded_plugins.json
More file actions
44 lines (44 loc) · 1.34 KB
/
loaded_plugins.json
File metadata and controls
44 lines (44 loc) · 1.34 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"plugins": [
{
"file": "C:\\Users\\joao2\\NoteFlow\\plugins\\editor_plugin\\main.py",
"name": "Editor de Texto",
"enabled": true
},
{
"file": "C:\\Users\\joao2\\NoteFlow\\plugins\\kanban_plugin\\main.py",
"name": "Kanban",
"enabled": true
},
{
"file": "C:\\Users\\joao2\\NoteFlow\\plugins\\paint_plugin\\main.py",
"name": "Pixel Art",
"enabled": true
},
{
"file": "C:\\Users\\joao2\\NoteFlow\\plugins\\pet_game_plugin\\main.py",
"name": "Mascote",
"enabled": true
},
{
"file": "C:\\Users\\joao2\\NoteFlow\\plugins\\plugin_flashcards\\main.py",
"name": "Flash cards",
"enabled": true
},
{
"file": "C:\\Users\\joao2\\NoteFlow\\plugins\\plugin_help\\main.py",
"name": "Ajuda Plugins",
"enabled": true
},
{
"file": "C:\\Users\\joao2\\NoteFlow\\plugins\\plugin_markdown_guide\\main.py",
"name": "Guia Markdown",
"enabled": true
},
{
"file": "C:\\Users\\joao2\\NoteFlow\\plugins\\simple_excel\\main.py",
"name": "Planilha Simples",
"enabled": true
}
]
}