-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0553660
commit b911388
Showing
4 changed files
with
79 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,61 @@ | ||
WIP | ||
|
||
|
||
# logseq-auto-rtl-plugin | ||
|
||
![GitHub Workflow Status](https://img.shields.io/github/workflow/status/abc3354/logseq-auto-rtl-plugin/Build%20plugin) | ||
![Code Climate maintainability](https://img.shields.io/codeclimate/maintainability-percentage/abc3354/logseq-auto-rtl-plugin) | ||
![Depfu](https://img.shields.io/depfu/abc3354/logseq-auto-rtl-plugin) | ||
![Standard readme compliant](https://img.shields.io/badge/standard--readme-OK-brightgreen) | ||
|
||
A [Logseq](https://github.com/logseq/logseq) plugin to help writing right-to-left text | ||
|
||
This plugin will transform the bloc into a RTL bloc if RTL characters are detected at the start of the content. | ||
|
||
![A gif showing how the plugin works](screenshots/usage.gif) | ||
|
||
For now the plugins works by adding invisible blocs in the markdown. This should be fine if you don't want to | ||
export the markdown. I am searching for a better solution. | ||
|
||
## Table of Contents | ||
|
||
- [Install](#install) | ||
- [Maintainers](#maintainers) | ||
- [Contributing](#contributing) | ||
- [Sponsors](#sponsors) | ||
- [License](#license) | ||
|
||
## Install | ||
|
||
For now, use the latest github release. | ||
|
||
## Maintainers | ||
|
||
[@abc3354](https://github.com/abc3354) | ||
|
||
## Contributing | ||
|
||
PRs gladly accepted ! | ||
|
||
### How to install the dev version | ||
|
||
- build the plugin | ||
```shell | ||
$ nmp i | ||
$ npm run build | ||
``` | ||
- Use Logseq's `Load unpacked plugin` to and select the directory | ||
Small note: If editing the README, please conform to the [standard-readme](https://github.com/RichardLitt/standard-readme) specification. | ||
## Sponsors | ||
Huge thanks to [Motleq]() for sponsoring the development of this plugin <3 | ||
If this plugin helped you, you can buy me a coffee using the button below :) | ||
[!["Buy Me A Coffee"](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://www.buymeacoffee.com/gbraad) | ||
## License | ||
MIT © 2022 abc3354 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.