Skip to content

Commit

Permalink
Updated metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
arnopensource committed Jan 29, 2022
1 parent 0553660 commit b911388
Show file tree
Hide file tree
Showing 4 changed files with 79 additions and 3 deletions.
62 changes: 61 additions & 1 deletion README.md
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
9 changes: 9 additions & 0 deletions icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 9 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,14 @@
"logseq": {
"id": "logseq-auto-rtl-plugin",
"title": "logseq-auto-rtl-plugin",
"icon": "./icon.svg"
"description": "A plugin to support right-to-left editing",
"author": "abc3354",
"repo": "https://github.com/abc3354/logseq-auto-rtl-plugin",
"icon": "./icon.svg",
"theme": false,
"sponsors": [
"Motlaq"
]
},
"name": "logseq-auto-rtl-plugin",
"version": "0.1",
Expand All @@ -16,7 +23,7 @@
"build": "parcel build src/index.html --public-url ./"
},
"keywords": [],
"author": "Motlaq, abc3354",
"author": "abc3354",
"license": "MIT",
"dependencies": {
"@logseq/libs": "^0.0.1-alpha.34"
Expand Down
Binary file added screenshots/usage.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b911388

Please sign in to comment.