No description
Find a file
2025-01-10 18:18:45 +00:00
.github/workflows CL-20: Change release script and release styles.css. (#26) 2024-09-02 18:29:24 +01:00
images CL-19: Add spinnet. (#24) 2024-09-02 18:18:00 +01:00
lib CL-28: Fix links bug. Issue #40. (#42) 2025-01-10 18:18:45 +00:00
.editorconfig first commit 2024-03-09 15:41:04 +00:00
.eslintignore first commit 2024-03-09 15:41:04 +00:00
.eslintrc first commit 2024-03-09 15:41:04 +00:00
.eslintrc.json OC-9 Miscelanious tasks. (#9) 2024-06-08 14:57:53 +01:00
.gitignore CL-17: Code refractor, bug fixes and upoad tags as labels. (#21) 2024-08-10 21:37:32 +01:00
.npmrc first commit 2024-03-09 15:41:04 +00:00
esbuild.config.mjs first commit 2024-03-09 15:41:04 +00:00
LICENSE OC-9 Miscelanious tasks. (#9) 2024-06-08 14:57:53 +01:00
main.ts CL-26: Fixes #34 tags. (#36) 2024-12-22 16:20:41 +00:00
manifest.json CL-28: Fix links bug. Issue #40. (#42) 2025-01-10 18:18:45 +00:00
package.json CL-28: Fix links bug. Issue #40. (#42) 2025-01-10 18:18:45 +00:00
README.md CL-22: expand table and list creation logic (#27) 2024-09-08 20:14:05 +01:00
styles.css CL-19: Add spinnet. (#24) 2024-09-02 18:18:00 +01:00
tsconfig.json OC-9 Miscelanious tasks. (#9) 2024-06-08 14:57:53 +01:00
version-bump.mjs first commit 2024-03-09 15:41:04 +00:00
versions.json CL-28: Fix links bug. Issue #40. (#42) 2025-01-10 18:18:45 +00:00

Welcome to the Confluence Link project. The objective of this project is to make it easy to write documentation on Obsidian and quicky create a Confluence page to share with you team members.

Setting things up

  1. Open the plugin settings and configure the following fields:
  • Confluence Domain: The URL of your Atlassian Confluence instance
  • Atlassian User Name: Your Atlassian account's email address
  • Atlassian API Token: Your Atlassian API token. You can generate one from your Atlassian Account Settings.
  • (Optional) Confluence Default Space: The space identifier where all you confluence pages will be created

Settings

  1. (Optional) Open the default obsidian hotkeys settings:
  • search for confluence-link
  • add hotkeys

Hotkeys

Usage

  1. Open a md file
  2. Press the hotkey set at step 2 in Settings things up section or use the command pallet (Ctrl/Cmd + P ) and search for Confluence Link commands to execute

Commands

Nice to know

While the spaces modal is opened you can mark or unmark spaces as favorites by clicking the star icon. This will make them appear as the first results the next time you open this modal.

Favorite_Spaces

If a space is not in the initial list you can type ?? followed by the space title for a "fuzzy search" using all the spaces you have access to, not just the up to 250 that the confluence API can return in one request.

Search

Issues

Please log issues or feature requests to https://github.com/BungaRazvan/confluence-link/issues as this is where the code is being developed