naveennaidu / novel-vue

Notion-style WYSIWYG editor with AI-powered autocompletion in Vue
135 stars 15 forks source link

How can i integrate Novel to my VUE project? #1

Open allenho333 opened 1 year ago

allenho333 commented 1 year ago

How can i integrate Novel to my VUE project?

naveennaidu commented 1 year ago

You can check out the documentation here: https://github.com/naveennaidu/novel-vue/tree/main/package Also, there is a Nuxt 3 based demo project using novel-vue package: https://github.com/naveennaidu/novuel

allenho333 commented 1 year ago

Thx i see and integrate to my VUE project

Can i use our LLM model instead of OPEN AI?

we want the AI function to connect to our own LLM model


From: Naveen Naidu @.> Sent: Wednesday, September 13, 2023 5:42 PM To: naveennaidu/novel-vue @.> Cc: allenho333 @.>; Author @.> Subject: Re: [naveennaidu/novel-vue] How can i integrate Novel to my VUE project? (Issue #1)

You can check out the documentation here: https://github.com/naveennaidu/novel-vue/tree/main/package Also, there is a Nuxt 3 based demo project using novel-vue package: https://github.com/naveennaidu/novuel

— Reply to this email directly, view it on GitHubhttps://github.com/naveennaidu/novel-vue/issues/1#issuecomment-1717297649, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AKHHMZZCLGRZDARF6PS5AL3X2F52FANCNFSM6AAAAAA4WD7YY4. You are receiving this because you authored the thread.Message ID: @.***>

naveennaidu commented 1 year ago

Yes, You can see the api/generate endpoint I used https://github.com/naveennaidu/novuel/blob/main/server/api/generate.ts. you can replace openai with any other LLM here

allenho333 commented 1 year ago

I see,

Can I add more extension so I can also add image or drag and drop function?

Or do you have any code snippet, I try to add extension attribute to the Editer component but I did not work

Can u provide some code snippet ?

Get Outlook for iOShttps://aka.ms/o0ukef


From: Naveen Naidu @.> Sent: Wednesday, September 13, 2023 7:37:01 PM To: naveennaidu/novel-vue @.> Cc: allenho333 @.>; Author @.> Subject: Re: [naveennaidu/novel-vue] How can i integrate Novel to my VUE project? (Issue #1)

Yes, You can see the api/generate endpoint I used https://github.com/naveennaidu/novuel/blob/main/server/api/generate.ts. you can replace openai with any other LLM here

— Reply to this email directly, view it on GitHubhttps://github.com/naveennaidu/novel-vue/issues/1#issuecomment-1717458591, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AKHHMZZ3PLAKBSTH36OD463X2GLF3ANCNFSM6AAAAAA4WD7YY4. You are receiving this because you authored the thread.Message ID: @.***>

naveennaidu commented 1 year ago

Image, drag and drop extensions need to be added. I don't have a code snippet, you can check out https://github.com/steven-tey/novel

Do you want take it up and create a PR?

allenho333 commented 1 year ago

Yeah Sure can

But u mean new functions such as add photo can not be added through the property extensions?

Or can u provide me the file for me to look at?

Get Outlook for iOShttps://aka.ms/o0ukef


From: Naveen Naidu @.> Sent: Wednesday, September 13, 2023 8:19:44 PM To: naveennaidu/novel-vue @.> Cc: allenho333 @.>; Author @.> Subject: Re: [naveennaidu/novel-vue] How can i integrate Novel to my VUE project? (Issue #1)

Image, drag and drop extensions need to be added. I don't have a code snippet, you can check out https://github.com/steven-tey/novel

Do you want take it up and create a PR?

— Reply to this email directly, view it on GitHubhttps://github.com/naveennaidu/novel-vue/issues/1#issuecomment-1717518864, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AKHHMZYZ5QTRSAAFCIDNHELX2GQGBANCNFSM6AAAAAA4WD7YY4. You are receiving this because you authored the thread.Message ID: @.***>

naveennaidu commented 1 year ago

Great!

You can look at this extensions file to add image functionality. Currently it's commented