Rohitt Vashishtha
Rohitt Vashishtha
Checkout https://github.com/yabwe/medium-editor and add this feature to this editor.
Add more layout options so that the editor adapts well to simpler/copmplex workflows: # Single page A minimal UI so that only the editor is visible, and the user can...
Adds a config option layout=space-between to make the center column fix width and add space between the three columns on wider screens. On smaller screens, the original behavior is preserved....
This is just a proof of concept. I'm not sure where to add what code and I essentially wrote a lot of unneeded functions to export things from the message...
I thought it must be a flake so I tried this twice. 1. Connect via WiFi to some network. 2. Connect via Bluetooth to some audio headset. (perhaps valid for...
### `Details` This postcss config works with webpack but `postcss-load-config` gives an error: ```js // postcss.config.js module.exports = ({file}) => ({ plugins: [ // Warning: order is significant "postcss-nested", "postcss-extend-rule",...
Over the past 2 months, we've had some endpoints added to the python api bindings that haven't been added here yet. This issue is to track such endpoints. - [x]...
Currently, we test the code examples in a node runtime. However, zulip-js also functions in the browser, and we should add bundling and testing in a browser based environment as...
Modify/replace the current examples, and write a way to test the examples so that they can be automatically tested using @eeshangarg 's markdown based testing framework in zulip/zulip#8257 .
A lot of stuff about the sidebar needs fixing, including: ## Subtasks - [x] Sliding in and out on small displays. - [x] The sub menu is not centered but...