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
Copy file name to clipboardExpand all lines: README.md
+25-3Lines changed: 25 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,22 @@ Search Confluence from Alfred and open results in your browser.
5
5
- Search Confluence from Alfred and open results in your browser
6
6
- Copy Confluence page URL to clipboard (⌘ + C on an Alfred result)
7
7
- Works on M1 and Intel Macs
8
+
- Authenticate with your Confluence account via Access Token or Username/Password
9
+
10
+
## Usage
11
+
1. Download the latest version of the workflow [here](https://github.com/jovobe/alfred-confluence-workflow/releases)
12
+
2. Open the workflow in Alfred
13
+
3. Adjust the environment variables accordingly
14
+
4. Type `c <search term>` in Alfred to search Confluence
15
+
16
+
### Environment variables
17
+
-`BASE_URL`: Confluence base URL without trailing slash e.g. https://confluence.example.com
18
+
-`ACCESS_TOKEN`: Confluence access token
19
+
-`USERNAME`: Confluence username
20
+
-`PASSWORD`: Confluence password
21
+
22
+
### Authentication
23
+
You can use either an access token or a username/password combination. You can obtain an access token by following the instructions [here](https://confluence.atlassian.com/enterprise/using-personal-access-tokens-1026032365.html). If you use an access token, you can omit the username and password. If you use a username/password combination, you can omit the access token. If you provide both, the access token will be used.
8
24
9
25
## Development
10
26
The current development setup assumes that it is built on a Mac with M1.
@@ -18,10 +34,16 @@ The current development setup assumes that it is built on a Mac with M1.
18
34
-[x] publish
19
35
-[x] create release in github
20
36
-[x] build for intel chip (universal release?)
21
-
-[] compare to python workflow
22
-
-[] use token based auth
37
+
-[x] compare to python workflow
38
+
-[x] use token based auth
23
39
-[x] utf-8 chars not searchable (e.g. "führung")
24
-
-[ ] add getting started section to readme
40
+
-[x] add getting started section to readme
41
+
42
+
## Contributing
43
+
Contributions are welcome! Please fork the repository and submit a pull request with your changes or open an issue with your suggestions.
44
+
45
+
## Credits
46
+
This project is heavily inspired by [alfred-confluence](https://github.com/skleinei/alfred-confluence) which is a Python based workflow for searching Confluence. The mentioned project is not working anymore due to the removal of Python 2 support in macOS 12.3.
0 commit comments