Francisco Moretti

Results 21 issues of Francisco Moretti

### Description The dependency of `next-api-og-image` and subsequently, of `chrome-aws-lambda` can be a bit problematic. My Vercel builds were reporting that the compressed serverless function was a bit over the...

#### Description Make checkbox style match notion's in the aspects described in this issue #356. The checkbox visuals are a bit inconsistent with an official notion page. - For checked:...

#### Description The checkbox visuals are a bit inconsistent with an official notion page. - For checked: The size of the check mark is a bit bigger in react-notion-x -...

#### Description Remove the `page_cover_position` if the `page_cover` doesn't exist in a block format. This allows the block to use the `defaultPageCoverPosition` for `defaultPageCover`. #351 explains that a cover `page_cover_position`...

#### Description Notion pages seem to keep the `page_cover_position` in a page `format` even if the cover was removed. The `Block` component from `packages/react-notion-x/src/block.tsx` uses the `page_cover_position` from the page...

Some of the Firebase variables should not be public. Instead, we can create a `.env` file with them and load it. We can also create a `.env.example` file to show...

## Clickable heading anchors Headings were not linked previously because the anchor tag didn't wrap the header text. By using the `wrap` behavior, the headers are clickable. Fixes #94 ##...

subheadings titles don't have a link because the anchor tag doesn't wrap the text of the titles. When there is no heading component in `mdx.tsx` (e.g. `h2`), `rehypeAutolinkHeadings` works as...

#### Description Prettier `plugins` was missing in `.prettierrc`. The symthom was a lot of "unkwnon" configurations from `"@trivago/prettier-plugin-sort-imports"`. Adding it to `.prettierrc` fixed the issue.

### Description Replaced `Lerna` and `Yarn` with `Turbo` and `Pnpm`. Changes: - More `tsup` and less `tsc` - `tsup` is the recommended tool in [`turbo` docs](https://turbo.build/repo/docs/handbook/publishing-packages/bundling) - `tsup --watch` replaces...