Skip to content

Commit

Permalink
docs: Minor documentation changes from jvsteiner
Browse files Browse the repository at this point in the history
  • Loading branch information
andymac4182 committed Apr 18, 2023
2 parents d618b66 + bec4622 commit f2d3b47
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 8 deletions.
3 changes: 1 addition & 2 deletions docs/src/features/supported-markdown.md
Expand Up @@ -20,7 +20,7 @@ Mermaid.js diagrams are supported through the plugin's Mermaid diagram feature,

### Images (Image Upload Supported)

Image embedding and uploading are supported through the Image Upload feature. Images included in a page will be uploaded as attachments in Confluence.
Image embedding and uploading are supported through the Image Upload feature. Images included in a page will be uploaded as attachments in Confluence. This includes support for transcluded images.

### Linking

Expand Down Expand Up @@ -52,4 +52,3 @@ Tables can be created using Markdown syntax with pipes (`|`) and hyphens (`-`) t

Callouts can be created using the [Callouts](./callouts.md) feature. This allows you to create custom, styled callout boxes in Confluence.


2 changes: 1 addition & 1 deletion docs/src/features/yaml-frontmatter.md
Expand Up @@ -62,7 +62,7 @@ This item specifies the Confluence Page ID that the file will be uploaded to. It

```
---
connie-page-id: 12312
connie-page-id: "12312"
---
```

Expand Down
4 changes: 2 additions & 2 deletions docs/src/getting-started/installation.md
@@ -1,8 +1,8 @@

# Alternative Installation
Due to waiting for https://github.com/obsidianmd/obsidian-releases/pull/1867 to be merged.
Currently, we are waiting for https://github.com/obsidianmd/obsidian-releases/pull/1867 to be merged.

If you would like to use the plugin currently you will need to use [Alternative Installation](./installation-brat.md) instructions.
If you would like to use the plugin already, you will need to use [Alternative Installation](./installation-brat.md) instructions.

# Installation
1. Install the `confluence-integration` plugin from Obsidian's community plugins browser.
Expand Down
2 changes: 1 addition & 1 deletion docs/src/getting-started/publishing.md
@@ -1,6 +1,6 @@
## Getting Started: Publishing and Moving Pages

This section provides a brief overview of the recommended workflow for publishing pages using the Confluence Integration plugin for Obsidian and how to move them in Confluence if necessary.
This section provides a brief overview of the recommended workflow for publishing pages using the Confluence Integration plugin for Obsidian and how to move the published pages in Confluence if necessary.

### Publishing Pages

Expand Down
4 changes: 2 additions & 2 deletions docs/src/thanks.md
@@ -1,7 +1,7 @@
# Thank you

- Thanks for a great library for interacting with Confluence api and being responsive to questions and contributions https://github.com/MrRefactoring/confluence.js
- Atlassian teams for Open Sourcing libraries that helped enable this project. Some packages that are used but not all.
- Thanks for a great library for interacting with the Confluence api and also for being responsive to questions and contributions https://github.com/MrRefactoring/confluence.js
- Atlassian teams, for Open Sourcing libraries that helped enable this project. Some packages that are used but not all.
- Render ADF in React https://atlaskit.atlassian.com/packages/editor/renderer
- Convert Prosemirror to ADF https://atlaskit.atlassian.com/packages/editor/editor-json-transformer
- Convert Markdown to Prosemirror (The Markdown transformer used was based on code originally from the NPM package) https://atlaskit.atlassian.com/packages/editor/editor-markdown-transformer
Expand Down

0 comments on commit f2d3b47

Please sign in to comment.