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
* Add note about logging issues to mono repo ([19992f6](https://github.com/markdown-confluence/markdown-confluence/commit/19992f6705e0882025a1f8100b4ef42903df71e8))
16
+
* Fix docs when they are published to obsidian-integration repo ([bb5887b](https://github.com/markdown-confluence/markdown-confluence/commit/bb5887b96fcd27678c52552576defd0fda8dcf19))
17
+
18
+
19
+
### Dependencies
20
+
21
+
* The following workspace dependencies were updated
22
+
* dependencies
23
+
*@markdown-confluence/lib bumped from 5.0.0 to 5.0.1
24
+
*@markdown-confluence/mermaid-electron-renderer bumped from 5.0.0 to 5.0.1
Copy file name to clipboardExpand all lines: README.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,9 @@ Copyright (c) 2022 Atlassian US, Inc.
15
15
- CLI for pushing markdown files from disk
16
16
- Commands and ribbon icon for easy access
17
17
18
+
## Issues
19
+
Please log issues to https://github.com/markdown-confluence/markdown-confluence/issues as this is where the code is being developed.
20
+
18
21
## Getting Started
19
22
20
23
## Alternative Installation
@@ -32,22 +35,22 @@ Copyright (c) 2022 Atlassian US, Inc.
32
35
-`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
36
-`Folder To Publish`: The name of the folder in Obsidian containing the notes you want to publish (default: "Confluence Pages")
34
37
35
-

38
+

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

46
+

44
47
45
48
46
49
### Commands
47
50
48
51
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