You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Remove ADFView. It adds a lot of complexity and size to Obsidian Plugin. If you need it log an issue and I will create a separate plugin for that feature.
16
+
17
+
### Features
18
+
19
+
* Apply themes from Obsidian to Mermaid ([b599336](https://github.com/markdown-confluence/markdown-confluence/commit/b5993369e03cdcc0bdbdd6c83f0b6a18dd8effaa))
20
+
* Enable and fix all strict type checks ([c16ee2d](https://github.com/markdown-confluence/markdown-confluence/commit/c16ee2d83b6e30065f8c607afda652c4c21af6b3))
21
+
* Remove ADFView. It adds a lot of complexity and size to Obsidian Plugin ([74c8436](https://github.com/markdown-confluence/markdown-confluence/commit/74c84360bf0fe2afeafd4d769f11b41a5f9d6e03))
22
+
23
+
24
+
### Bug Fixes
25
+
26
+
* frontmatterHeader adds content direct to ADF instead of Markdown now ([1230878](https://github.com/markdown-confluence/markdown-confluence/commit/12308783ae23fbb2fbcd9f39871bf4429c47e18b))
27
+
* Remove ADFView from main.ts ([a21abbd](https://github.com/markdown-confluence/markdown-confluence/commit/a21abbd28c8a63cc09989b0cf9ad7d43fc5e56ae))
28
+
29
+
30
+
### Documentation
31
+
32
+
* amended the broken readme image paths for obsidian package ([97876cf](https://github.com/markdown-confluence/markdown-confluence/commit/97876cf7c55e3ac4de89d85a70dfd4ba4e8b3f15))
33
+
34
+
35
+
### Dependencies
36
+
37
+
* The following workspace dependencies were updated
38
+
* dependencies
39
+
*@markdown-confluence/lib bumped from 4.9.0 to 5.0.0
40
+
*@markdown-confluence/mermaid-electron-renderer bumped from 4.9.0 to 5.0.0
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,22 +32,22 @@ Copyright (c) 2022 Atlassian US, Inc.
32
32
-`Atlassian API Token`: Your Atlassian API token. You can generate one from your [Atlassian Account Settings](https://id.atlassian.com/manage-profile/security/api-tokens).
33
33
-`Folder To Publish`: The name of the folder in Obsidian containing the notes you want to publish (default: "Confluence Pages")
34
34
35
-

35
+

36
36
37
37
## Usage
38
38
39
39
### Ribbon Icon
40
40
41
41
Click the cloud icon in the ribbon to publish the notes from the configured folder to Confluence.
42
42
43
-

43
+

44
44
45
45
46
46
### Commands
47
47
48
48
Use the command palette (`Ctrl/Cmd + P`) to execute the "Publish All to Confluence" command, which publishes all the notes from the configured folder to Confluence.
0 commit comments