This commit is contained in:
parent
4f077f5c62
commit
a8e8854caf
1 changed files with 10 additions and 6 deletions
12
README.md
12
README.md
|
@ -1,16 +1,20 @@
|
||||||
# ClickAt
|
# ClickAt
|
||||||
|
|
||||||
[Shaarli](https://github.com/shaarli/Shaarli/) plugin to make microblogging
|
[Shaarli](https://github.com/shaarli/Shaarli/) plugin to make microblogging
|
||||||
social networks (Twitter/𝕏, Threads, Bluesky and Fediverse) addresses clickable.
|
social networks (Twitter/𝕏, Threads, Bluesky and Fediverse) addresses
|
||||||
|
clickable.
|
||||||
|
|
||||||
## Manual
|
## Manual
|
||||||
|
|
||||||
1. Clone repository in `plugins` directory (plugin directory name must be `clickat`)
|
1. Clone repository in `plugins` directory (plugin directory name must be `clickat`)
|
||||||
```
|
|
||||||
$ git clone https://forge.tourmentine.com/n/shaarli-plugin-clickat.git path/to/shaarli/plugins/clickat
|
```shell
|
||||||
```
|
git clone https://forge.tourmentine.com/n/shaarli-plugin-clickat.git path/to/shaarli/plugins/clickat
|
||||||
|
```
|
||||||
|
|
||||||
2. Activate plugin.
|
2. Activate plugin.
|
||||||
3. Quote users from:
|
3. Quote users from:
|
||||||
|
|
||||||
- Twitter/𝕏 with their `@nic`,
|
- Twitter/𝕏 with their `@nic`,
|
||||||
- Threads with `@nic@threads.net`,
|
- Threads with `@nic@threads.net`,
|
||||||
- Bluesky with `@nic.bsky.social`,
|
- Bluesky with `@nic.bsky.social`,
|
||||||
|
|
Loading…
Reference in a new issue