15 Commits

Author SHA1 Message Date
n4ze3m
e44c47905a feat: Remove unnecessary memoization 2024-09-08 20:52:30 +05:30
n4ze3m
824ecf0a8c feat: Add LaTeX support to the markdown renderer
Adds LaTeX support to the markdown renderer using `rehype-katex` for math equations.

- Replaces block-level LaTeX delimiters `\[ \]` with `$$ $$`.
- Replaces inline LaTeX delimiters `\( \)` with `$ $`.
- Preprocesses the message before rendering to ensure correct delimiters.

This improves the rendering of markdown messages containing mathematical expressions, enhancing the user experience.
2024-09-08 11:53:15 +05:30
n4ze3m
d41ec2a89c feat: Add Chrome AI support 2024-06-30 20:45:06 +05:30
n4ze3m
52ccbc67bb feat: Add rehype-katex dependency for rendering math equations in Markdown 2024-06-09 11:56:49 +05:30
n4ze3m
4a5713d6e4 refactor: Remove unnecessary flex classes from CodeBlock component 2024-06-03 15:55:12 +05:30
n4ze3m
024d0506f3 feat: Add CodeBlock component for syntax highlighting in Markdown 2024-05-30 23:49:18 +05:30
n4ze3m
cbea863cdb Fix whitespace formatting in Markdown.tsx, Message.tsx, useMessage.tsx, and useMessageOption.tsx 2024-04-20 23:50:48 +05:30
n4ze3m
a3810cd534 Update import statement in local-duckduckgo.ts, prompt.tsx, wxt.config.ts, webui.tsx, PlaygroundChat.tsx, other.tsx, Markdown.tsx, and useMessageOption.tsx 2024-04-11 00:08:20 +05:30
n4ze3m
d9ce1e2d2c Add new translations and update existing ones 2024-03-24 14:38:37 +05:30
n4ze3m
094615498c Add @mantine/hooks dependency and update PlaygroundChat component 2024-02-25 21:17:27 +05:30
n4ze3m
06b32176a9 Add dependencies and update code for PDF parsing and searching 2024-02-25 00:12:46 +05:30
n4ze3m
1c980c4059 Update dependencies and import paths 2024-02-23 23:25:17 +05:30
n4ze3m
d763c286c1 Remove unused dependencies and update routing 2024-02-17 00:01:07 +05:30
n4ze3m
ca84cc3b64 Add name property to Message type 2024-02-01 23:48:40 +05:30
n4ze3m
0aa4aefb08 v2 initial commit 2024-02-01 13:40:44 +05:30