@@ -180,26 +180,27 @@ I need to explain more about [medialinks](http://example.com/medialink).
180180p.s. I have not tested how this works, if you have configured Obsidian to use
181181markdown links instead of medialinks.
182182
183- ## Missing features
183+ > [ !WARNING]
184+ > This feature does not work for medialinks in a footnote due to a [ bug in the
185+ > Obsidian API] ( https://github.com/obsidianmd/obsidian-api/issues/166 ) .
186+
187+ ## Desired features
184188
185189### Essential
186190
187- - Handle images.
188- - Allows the user to specify tags (the DEV tags would probably be kept separate
189- from Obsidian tags initially, but perhaps user configurable over time).
190- - Securely handle API keys through system keychain/secure storage (although some
191+ * Securely handle API keys through system keychain/secure storage (although some
191192 research seems to indicate that this is not possible).
193+ * Better image handling. DEV doesn't support image upload through the API,
194+ requiring you to upload them manually, and configure the mapping in the
195+ frontmatter.
196+ * One possibility is to upload to another site, or AWS S3 instead.
197+ * Control published state from Obsidian. Right now, new articles are created as
198+ draft, allowing you to control everything before publishing.
199+ * Suggestion from @Rooyca : Autopublish - configurable by the user
192200
193201So unfortunately, one essential feature seems to be impossible, let me know if
194202you happen to know how a way to securely handle secrets from Obsidian plugins.
195203
196- ### Nice to have
197-
198- - Control published state from Obsidian. Right now, new articles are created as
199- draft, allowing you to control everything before publishing.
200- - Suggestion from @Rooyca : Autopublish - configurable by the user
201-
202-
203204## Filing a bug report
204205
205206If creating a note doesn't work, first check, and double check that the
0 commit comments