All Projects → saeedalipoor → RTLPLZ

saeedalipoor / RTLPLZ

Licence: other
Plugin for Figma to write RTL text

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to RTLPLZ

sphinxcontrib-hdl-diagrams
Sphinx Extension which generates various types of diagrams from Verilog code.
Stars: ✭ 37 (+23.33%)
Mutual labels:  rtl
figma-static-localizer
A Figma plugin for static localization
Stars: ✭ 30 (+0%)
Mutual labels:  figma
to-path-figma
object and text to path, a figma plugin
Stars: ✭ 31 (+3.33%)
Mutual labels:  figma
figma-linux-font-helper
Figma Linux Font Helper
Stars: ✭ 110 (+266.67%)
Mutual labels:  figma
notion-rtl
ARCHIVED - A Chrome extension to enable RTL support in https://notion.so
Stars: ✭ 58 (+93.33%)
Mutual labels:  rtl
Tkinter-Designer
An easy and fast way to create a Python GUI 🐍
Stars: ✭ 4,697 (+15556.67%)
Mutual labels:  figma
virtio
Virtio implementation in SystemVerilog
Stars: ✭ 38 (+26.67%)
Mutual labels:  rtl
figma-plugins-stats
📈 A CLI to get live and historical stats for your Figma plugins
Stars: ✭ 53 (+76.67%)
Mutual labels:  figma
mattermost-rtl
Adds RTL support to Mattermost
Stars: ✭ 52 (+73.33%)
Mutual labels:  rtl
figcup
Converts Figma designs into Reagent/Hiccup components to render in the browser
Stars: ✭ 38 (+26.67%)
Mutual labels:  figma
SphinxMinooTheme
A simple Sphinx theme with RTL support.
Stars: ✭ 32 (+6.67%)
Mutual labels:  rtl
figma
Primer, GitHub's design system, available on Figma.
Stars: ✭ 28 (-6.67%)
Mutual labels:  figma
Hard-JPEG-LS
FPGA-based JPEG-LS image compressor.
Stars: ✭ 52 (+73.33%)
Mutual labels:  rtl
Figma-Plugin-Webpack-React-Template
Base for building Figma plugins with React
Stars: ✭ 16 (-46.67%)
Mutual labels:  figma
wal
WAL enables programmable waveform analysis.
Stars: ✭ 36 (+20%)
Mutual labels:  rtl
SaxonSoc
SoC based on VexRiscv and ICE40 UP5K
Stars: ✭ 112 (+273.33%)
Mutual labels:  rtl
BoxFeed
News App 📱 built to demonstrate the use of SwiftUI 3 features, Async/Await, CoreData and MVVM architecture pattern.
Stars: ✭ 112 (+273.33%)
Mutual labels:  figma
DevQuiz
Dev.Quiz 👨‍💻 | Rocketseat 💜 - NLW 05 👩‍🚀
Stars: ✭ 25 (-16.67%)
Mutual labels:  figma
django-tabular-permissions
Display Django permissions in a HTML table that is translatable and easily customized.
Stars: ✭ 60 (+100%)
Mutual labels:  rtl
vscode
Builder.io for VSCode - turn designs into code!
Stars: ✭ 139 (+363.33%)
Mutual labels:  figma

RTL PLZ

Write with RTL languages in Figma

Development guide

This plugin is built with Create Figma Plugin.

Pre-requisites

Build the plugin

To build the plugin:

$ npm run build

This will generate a manifest.json file and a build/ directory containing a JavaScript bundle for the plugin.

To watch for code changes and rebuild the plugin automatically:

$ npm run watch

Install the plugin

In the Figma desktop app:

  1. Open a Figma document.
  2. Go to PluginsDevelopmentNew Plugin….
  3. Click the Click to choose a manifest.json file box, and select the manifest.json file that was generated.

Debugging

Use console.log statements to inspect values in your code.

To open the developer console in the Figma desktop app, go to PluginsDevelopmentOpen Console.

See also

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].