We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5d5cc5 commit 25b899dCopy full SHA for 25b899d
src/main.ts
@@ -106,8 +106,9 @@ export default class MediaDbPlugin extends Plugin {
106
107
/**
108
* first very simple approach
109
- * - replace the detail query
110
- * - maybe custom link syntax
+ * TODO:
+ * - replace the detail query
111
+ * - maybe custom link syntax
112
*/
113
async createLinkWithSearchModal() {
114
let results: MediaTypeModel[] = [];
@@ -166,6 +167,9 @@ export default class MediaDbPlugin extends Plugin {
166
167
168
}
169
170
+ /**
171
+ * TODO: further refactor: extract it into own method, pass the action (api query) as lambda as well as an options object
172
+ */
173
async createEntryWithAdvancedSearchModal() {
174
175
0 commit comments