Skip to content

Commit

Permalink
fix: Rename frontmatter-to-publish to connie-frontmatter-to-publish
Browse files Browse the repository at this point in the history
Rename frontmatter-to-publish to connie-frontmatter-to-publish to align with existing standard.
Moved to JSON.stringify to reduce dependancies with same output.
Fixed frontmatter publish output

tests: Added tests for frontmatter
  • Loading branch information
andymac4182 committed Apr 14, 2023
1 parent 2bfd5c4 commit d18d209
Show file tree
Hide file tree
Showing 6 changed files with 456 additions and 10 deletions.
Expand Up @@ -6,8 +6,7 @@ array-multiline:
- testing tag2
string: Testing
boolean-value: true

frontmatter-to-publish:
connie-frontmatter-to-publish:
- array-singleline
- array-multiline
- string
Expand Down
4 changes: 2 additions & 2 deletions docs/src/features/yaml-frontmatter.md
Expand Up @@ -14,7 +14,7 @@ connie-title: New Title
---
```

### frontmatter-to-publish
### connie-frontmatter-to-publish

This item is set to an array of frontmatter keys that you want to include in a table at the beginning of the document.

Expand All @@ -32,7 +32,7 @@ array-multiline:
- testing tag2
string: Testing
boolean-value: true
frontmatter-to-publish:
connie-frontmatter-to-publish:
- array-singleline
- array-multiline
- string
Expand Down
2 changes: 1 addition & 1 deletion docs/src/getting-started/publishing.md
Expand Up @@ -8,7 +8,7 @@ This section provides a brief overview of the recommended workflow for publishin

2. Organize your files and folders within your Obsidian vault according to your desired Confluence structure.

3. Use YAML frontmatter to customize page properties, such as `connie-title`, `tags`, and `frontmatter-to-publish`, as needed.
3. Use YAML frontmatter to customize page properties, such as `connie-title`, `tags`, and `connie-frontmatter-to-publish`, as needed.

4. Publish your pages by running the publish command provided by the Confluence Integration plugin. The plugin will upload your pages and files, maintaining the folder structure and hierarchy defined in your Obsidian vault.

Expand Down

0 comments on commit d18d209

Please sign in to comment.