Shyam Swaroop

Results 41 issues of Shyam Swaroop

Is there a way to get the highlight text and get the highlight test start and end position?

Steps: 1. Read the [developer documentation](https://docs.google.com/document/d/1zn-i7JWMxHzetyRTCFiCXoKiBJ-WkxPECxlpVi9RPrE/edit?usp=sharing). 2. Go through the hooks already implemented in the `@atrilabs/app-page-layer/src/hooks`. The hooks will explain how to interact with the editor's state machine and also...

dx-improvement

1. Learn how to create a sibling dialog box from the previous implementation of `PageEditor` component in `@atrilabs/app-page-layer`. 2. Implement the api for create, delete, rename and move page in...

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior Some users have noticed that sometimes on applying border it does...

bug

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior When `atri start` is run for the first time in a...

bug

Explanation: In version `v0.0.77` the external CSS that we write in the `custom` directory applies only to the generated app. In other words, the external CSS is not effective in...

feature-request
dx-improvement

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior Reported as not working. ### Error message _No response_ ### Screenshots...

bug

For each page, a developer can write a `Page` component that needs to be exported from `atri_app/app/custom/src/pages//index.tsx` as shown below: ```tsx const DropZone: React.FC = React.forwardRef((props, ref)=>{ return }) const...

feature-request

Explanation: For `TextBox`, a quick action panel should open just beside the `TextBox` and it should have options like `font-family`, `font-size`, `bold` etc.

feature-request

In quick action panel, if the prop type is `text`, then use `CKEditor`.

feature-request