Skip to content

Commit a7db951

Browse files
authored
Merge pull request #6 from haugjan/feature
Update README to use Action Key Word conf instead of confluence
2 parents 2762ba9 + 1190e0a commit a7db951

1 file changed

Lines changed: 15 additions & 15 deletions

File tree

README.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -71,52 +71,52 @@ The plugin is configured through Flow Launcher's settings interface:
7171
## Usage
7272

7373
### User-based Search
74-
Open Flow Launcher (`Alt + Space`) and use the `confluence` keyword with these patterns:
74+
Open Flow Launcher (`Alt + Space`) and use the `conf` keyword with these patterns:
7575

7676
**Updated by User:**
7777
```
78-
confluence @me
78+
conf @me
7979
```
8080
Find pages updated by me.
8181

8282
```
83-
confluence @john
83+
conf @john
8484
```
8585
Find pages updated by John.
8686

8787
### Space-based Search
8888

8989
```
90-
confluence #docs
90+
conf #docs
9191
```
9292
Find pages from the "docs" space.
9393

9494
```
95-
confluence #all
95+
conf #all
9696
```
9797
Search all spaces (ignores default space filter from settings).
9898

9999
### Text Search
100100

101101
```
102-
confluence project plan
102+
conf project plan
103103
```
104104
Search for pages containing "project" and "plan" in the title or content.
105105

106106
### Combined Search Examples
107107

108108
```
109-
confluence @me #marketing
109+
conf @me #marketing
110110
```
111111
Find pages updated by me in the "marketing" space.
112112

113113
```
114-
confluence @john #docs
114+
conf @john #docs
115115
```
116116
Find pages updated by John in the "docs" space.
117117

118118
```
119-
confluence #all meeting notes
119+
conf #all meeting notes
120120
```
121121
Search all spaces for pages containing "meeting notes".
122122

@@ -126,12 +126,12 @@ If you configure default spaces in the settings, searches will automatically be
126126

127127
## Search Operators Reference
128128

129-
| Operator | Description | Example |
130-
|----------|-------------|---------|
131-
| `@me` | Pages updated by current user | `confluence @me` |
132-
| `@username` | Pages updated by specific user | `confluence @john` |
133-
| `#spacekey` | Pages from specific space | `confluence #docs` |
134-
| `#all` | Search all spaces | `confluence #all` |
129+
| Operator | Description | Example |
130+
|----------|-------------|--------------------|
131+
| `@me` | Pages updated by current user | `conf @me` |
132+
| `@username` | Pages updated by specific user | `conf @john` |
133+
| `#spacekey` | Pages from specific space | `conf #docs` |
134+
| `#all` | Search all spaces | `conf #all` |
135135

136136
## Troubleshooting
137137

0 commit comments

Comments
 (0)