-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #20 from ph1p/feature/web-and-monorepo
Feature/web and monorepo
- Loading branch information
Showing
112 changed files
with
25,532 additions
and
6,481 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
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
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,3 +1,7 @@ | ||
Figma Chat/ | ||
node_modules | ||
*.zip | ||
*.zip | ||
dist | ||
build | ||
release | ||
.DS_Store |
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"singleQuote": true | ||
} |
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"recommendations": [ | ||
"arcanis.vscode-zipfs", | ||
"esbenp.prettier-vscode", | ||
"dbaeumer.vscode-eslint" | ||
] | ||
} |
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"search.exclude": { | ||
"**/.yarn": true, | ||
"**/.pnp.*": true | ||
}, | ||
"eslint.nodePath": ".yarn/sdks", | ||
"typescript.tsdk": ".yarn/sdks/typescript/lib", | ||
"prettier.prettierPath": ".yarn/sdks/prettier/index.js", | ||
"typescript.enablePromptUseWorkspaceTsdk": true | ||
} |
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
nodeLinker: node-modules | ||
|
||
nmHoistingLimits: "none" | ||
|
||
yarnPath: .yarn/releases/yarn-berry.cjs |
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
Binary file not shown.
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
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 |
---|---|---|
@@ -0,0 +1,56 @@ | ||
# Figma Chat Plugin | ||
|
||
A plugin to chat in figma files. Fully **encrypted**! (https://github.com/sehrope/node-simple-encryptor) | ||
|
||
### Installation | ||
|
||
There is no special installation process. Just install the plugin in figma. | ||
You can find it [**here**](https://www.figma.com/c/plugin/742073255743594050/Figma-Chat) | ||
|
||
### What does it look like? | ||
|
||
![preview](https://user-images.githubusercontent.com/15351728/140659857-f45affff-2d36-43ce-810f-c4c6f9b04017.gif) | ||
(And yes, I have chatted with myself) | ||
|
||
### Encrypted? No login? | ||
|
||
Yes. When opening the plugin a **room** name and a **secret key** are randomly generated once | ||
and stored inside the `figma.root`. All editors within the file can access this attribute. | ||
|
||
```javascript | ||
figma.root.setPluginData('roomName', ''); | ||
``` | ||
|
||
All messages are en- and decrypted with the stored secret key and send to the server. | ||
|
||
### Development | ||
|
||
```bash | ||
git clone git@github.com:ph1p/figma-chat.git | ||
cd figma-chat | ||
yarn install | ||
``` | ||
|
||
```bash | ||
yarn build:plugin | ||
``` | ||
|
||
or | ||
|
||
```bash | ||
yarn start:plugin | ||
``` | ||
|
||
- Open figma | ||
- Go to **Plugins** | ||
- Click the "+" next to **Development** | ||
- Choose the manifest.json inside `packages/plugin/Figma Chat` | ||
- Ready to develop | ||
|
||
### Bugs / Features | ||
|
||
Feel free to open a feature request or a bug report: https://github.com/ph1p/figma-chat/issues | ||
|
||
### Sound | ||
|
||
Thanks to [https://notificationsounds.com/notification-sounds/when-604](https://notificationsounds.com/notification-sounds/when-604) |
File renamed without changes
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.
c39bad9
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs: