Commit graph

95 commits

Author SHA1 Message Date
Suraj Jha
044aa243d4
feat: custom number of slides 2025-08-20 00:43:38 +05:45
Suraj Jha
05a9229d4a
fix: minor issue with pdf export 2025-08-19 18:06:04 +05:45
sauravniraula
667415997e
chore: uses proper naming for vars and functions 2025-08-13 13:59:09 +05:45
sauravniraula
4b2a84b320
feat(nextjs): adds basic anonymous tracking that tracks navigation, api calls (Just name of endpoint is tracked) and button clicks 2025-08-12 20:15:17 +05:45
sauravniraula
5278146126
feat(nextjs): adds speaker note attribute in HtmlElement and extracts it on export 2025-08-12 16:57:57 +05:45
sauravniraula
362af45189
fix(fastapi): solves issue on PPTX export where markdown content was not correctly parsed 2025-08-12 13:10:29 +05:45
sauravniraula
c1b56747c9
chore: updates presentation-layouts to presentation-templates 2025-08-11 15:12:59 +05:45
sauravniraula
56cd69a8b6
fix: division by zero, no paragraphs in text box model and elements with 0 width or height issue solved 2025-08-10 17:52:52 +05:45
shiva raj badu
910b3aa68d
Merged 2025-08-09 20:27:31 +05:45
shiva raj badu
bb93648a61
feat(nextjs): Timer added in Each layout convert 2025-08-09 20:00:00 +05:45
Suraj Jha
36bbefa5aa
fix: change 'layout' to 'layout' 2025-08-09 19:42:21 +05:45
Suraj Jha
68bb4bae3a
Merge main into pdf-pptx-layout 2025-08-09 15:36:43 +05:45
sauravniraula
3f523f1491
refactor: removes redis service and env variables, fix(fastapi): user config bool env variables issues, parse tool fix for custom llm on tool call structured output 2025-08-09 03:03:13 +05:45
shiva raj badu
d9cbf3ea5a
Merged with main 2025-08-05 22:37:25 +05:45
shiva raj badu
40dde6ea44
Merged with main 2025-08-05 20:32:05 +05:45
shiva raj badu
3084b848a0
refactor: Seperate layouts.tsx for schema & rest of routes 2025-08-05 19:48:11 +05:45
sauravniraula
c3449986ea
fix(user_config): fix user config set for bool fields 2025-08-04 14:56:12 +05:45
sauravniraula
c599aa15e4
feat: adds options to select between tool calls/json schema and enable disable thinking for custom models 2025-08-04 14:50:55 +05:45
Saurav Niraula
edf7373dab
Merge branch 'main' into presentation-mcp-server 2025-08-04 00:21:21 +05:45
shiva raj badu
04a67014eb
fix(nextjs): TextEditor Not applying styles issue 2025-08-02 23:12:12 +05:45
sudipnext
14774e26eb feat: Initiate presentation MCP server setup 2025-08-02 09:19:42 +05:45
sauravniraula
4b6de697ec
feat: adds support for deepseek using custom llm (tool calls for deepseek) 2025-08-01 18:16:59 +05:45
sauravniraula
6b9635d165
feat(nextjs): adds model selection options for openai and google, refactor 2025-08-01 00:15:56 +05:45
shiva raj badu
049824836c
feat(Nextjs): Save Layout implemented 2025-07-31 22:36:58 +05:45
shiva raj badu
0b8db37b73
feat(Nextjs): Custom Layout Editing & convert to React Component 2025-07-31 14:25:58 +05:45
sauravniraula
ac5d278a9b
feat(nextjs): adds claude support in home and settings page 2025-07-30 23:30:39 +05:45
sauravniraula
46552b29e0
fix(nextjs): extracts html elements inside of svg to solve pptx export issue 2025-07-29 14:26:13 +05:45
shiva raj badu
f09e24bacf
feat(Nextjs): Mermaid diagram layout & support added & refactor setting.json to settings.json 2025-07-29 13:30:19 +05:45
sauravniraula
d672d5ffa5
chore(nextjs): build fix 2025-07-26 04:18:17 +05:45
sauravniraula
e07a04ba6a
fix(nextjs): parses width height to int for sharp svg to png 2025-07-26 02:26:44 +05:45
sauravniraula
df90b7829c
fix(fastapi+nextjs): provides default height and width if not available, provides presentation json in sse complete response in outlines 2025-07-26 02:13:54 +05:45
sauravniraula
96f12e6c82
fix(nextjs): if element is svg convert it directly to png and pass opacity values in pptx picture model 2025-07-26 01:28:00 +05:45
sauravniraula
7122325401
feat(nextjs): elements with background image style will be extractly correctly on export 2025-07-26 00:52:18 +05:45
sauravniraula
cd8361ed2d
fix(nextjs): adds overlay to change icon color based on brightness and invert filters 2025-07-26 00:06:04 +05:45
sudipnext
3fe860d431 feat(api): implement presentation generation endpoint with layout and export options 2025-07-25 13:00:33 +05:45
shiva raj badu
1f8b9a70cd
chore: Change isDefault to default 2025-07-24 23:45:48 +05:45
shiva raj badu
c649ec495c
refactor(nextjs): remove unused files and clean up imports 2025-07-24 22:00:03 +05:45
sauravniraula
99cde255ac
fix(fastapi): adds a default transparent shadow effect if shadow is None while creating PPTX, fix(nextjs): improvements on presentation_to_pptx_model endpoint, fix(nextjs): improves pdf export 2025-07-24 00:13:58 +05:45
shiva raj badu
b1bef2c2f0
feat(Nextjs): New Pitch Deck layout added 2025-07-23 15:59:16 +05:45
Saurav Niraula
470b6472f0
Merge pull request #117 from presenton/feat/presentation_export
fix(nextjs): adds wait untill all dom elements have loaded
2025-07-22 03:01:58 +05:45
sauravniraula
fa330e7fb3
fix(nextjs): adds wait untill all dom elements have loaded 2025-07-22 03:00:38 +05:45
shiva raj badu
2c342c4c98
Merge branch 'feat/custom_schema_and_layout' of github.com:presenton/presenton into feat/custom_schema_and_layout 2025-07-22 02:26:45 +05:45
shiva raj badu
d5f6d39303
feat(nextjs): Default slides added 2025-07-22 02:26:24 +05:45
sauravniraula
300b1f13bd
fix(fastapi): removes seperate schema constraints from system prompt, fix(nextjs): improves layout schema constraints 2025-07-21 23:37:30 +05:45
sauravniraula
d763393376
fix(nextjs): improves parse border radius to clamp 2025-07-21 18:57:38 +05:45
sauravniraula
9f16249b41
fix(nextjs): pdf export endpoint 2025-07-21 17:43:03 +05:45
shiva raj badu
c583590c2f
fix(nextjs): fix build error & remove theme apis 2025-07-21 13:37:39 +05:45
shiva raj badu
dece7399d4
feat(nextjs): Slide edit using prompt added 2025-07-21 03:14:29 +05:45
Saurav Niraula
ea434e07dd
Merge branch 'feat/custom_schema_and_layout' into feat/presentation_export 2025-07-21 00:38:12 +05:45
sauravniraula
aaaf16543f
perf(nextjs): evaluates slide element attributes in parallel 2025-07-21 00:36:24 +05:45