mirror of
https://github.com/woodchen-ink/obsidian-publish-to-discourse.git
synced 2025-07-18 05:42:05 +08:00
启用默认的远程图片URL选项,允许用户在发布时使用远程图片链接。
This commit is contained in:
parent
c7dcbe779b
commit
87a903b4b5
@ -15,7 +15,7 @@ export const DEFAULT_SETTINGS: DiscourseSyncSettings = {
|
|||||||
baseUrl: "https://yourforum.example.com",
|
baseUrl: "https://yourforum.example.com",
|
||||||
category: 1,
|
category: 1,
|
||||||
skipH1: false,
|
skipH1: false,
|
||||||
useRemoteImageUrl: false,
|
useRemoteImageUrl: true, //默认启用
|
||||||
userApiKey: ""
|
userApiKey: ""
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user