Compare commits
2 commits
a4a3667e92
...
ff7601d4a9
Author | SHA1 | Date | |
---|---|---|---|
ff7601d4a9 | |||
4f077f5c62 |
2 changed files with 17 additions and 7 deletions
|
@ -12,6 +12,12 @@ jobs:
|
||||||
- run: echo "🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}."
|
- run: echo "🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}."
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
- name: Lint Markdown files
|
||||||
|
uses: actions/markdownlint-cli2-action@v17
|
||||||
|
with:
|
||||||
|
globs: |
|
||||||
|
**/*.md
|
||||||
|
!vendor/*.md
|
||||||
- name: Install linters using Composer
|
- name: Install linters using Composer
|
||||||
run: |
|
run: |
|
||||||
export COMPOSER_HOME=/tmp
|
export COMPOSER_HOME=/tmp
|
||||||
|
|
18
README.md
18
README.md
|
@ -1,17 +1,21 @@
|
||||||
# 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`)
|
||||||
|
|
||||||
|
```shell
|
||||||
|
git clone https://forge.tourmentine.com/n/shaarli-plugin-clickat.git path/to/shaarli/plugins/clickat
|
||||||
```
|
```
|
||||||
$ git clone https://forge.tourmentine.com/n/shaarli-plugin-clickat.git path/to/shaarli/plugins/clickat
|
|
||||||
```
|
1. Activate plugin.
|
||||||
2. Activate plugin.
|
1. 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`,
|
||||||
- Fediverse with `@nic@instance`.
|
- Fediverse with `@nic@instance`.
|
||||||
|
|
Loading…
Add table
Reference in a new issue