Saurabh Daware
Saurabh Daware
So currently if someone wants to create a theme they have to go to the [card.style.mjs](https://github.com/saurabhdaware/DEV-widget/blob/master/src/card.style.mjs) and add a class with name of the theme and set the css variables....
Currently, it will only work with `.js` extension.
This code ```js const { Remarkable } = require("remarkable"); const md = new Remarkable({ html: true }); const markdownTextBug = ` hello `; console.log(md.render(markdownTextBug)); const markdownTextWorking = ` hello `;...
Hey everyone! I want to Thank you for all the support on this project. Text to Handwriting started as a joke and never thought it will receive the popularity it...
**Describe the bug** When we generate multiple pages, the text from margin is printed on all the pages. **To Reproduce** Steps to reproduce the behavior: 1. Add text to margin...
**Describe the bug** The font works when you type it with the keyboard but does not work when you copy-paste from a different website. This is probably happening because of...
A lot of people reached out to me on mails and Twitter to have this feature. We can keep everything the way it is right now, but we can also...
**Is your feature request related to a problem? Please describe.** Currently fonts are loaded initially when the page loads. This stops us from adding more fonts since it will take...
In docs it is mentioned that we can import `getCssText` from `@stitches/core` but seems like it is not working. The `getCssText` is returned from `createStitches` API. I checked the exports...
Using this as a proof of concept for [cli-testing-tool](https://github.com/saurabhdaware/cli-testing-tool). Seems to work pretty well even with complicated interfaces of prompts