Skip to content

Commit

Permalink
🚀 Publish Extension
Browse files Browse the repository at this point in the history
Signed-off-by: zrr1999 <[email protected]>
  • Loading branch information
zrr1999 committed Oct 1, 2024
1 parent f704bef commit ecc9f91
Show file tree
Hide file tree
Showing 12 changed files with 2,062 additions and 0 deletions.
15 changes: 15 additions & 0 deletions extensions/usememos/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Usememos Changelog

## [Upgrade Usememos] - 2024-10-01

- ✨ feat: add publish action
- ✨ feat: add mechanism to generate package-lock.json in action
- 🔧 chore: rename extension-name to usememos and fix docs

## [Upgrade Usememos] - 2024-09-11

- ✨ feat: support parallel streaming generation of memo summaries

## [Add Usememos Extension] - 2024-09-10

- 🎉 init: begin project
14 changes: 14 additions & 0 deletions extensions/usememos/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Usememos

[Usememos](https://github.com/zrr1999/usememos) is an extension for [usememos/memos](https://github.com/usememos/memos).

## Preferences

You can customize the following preferences:

- `Memos Server URL`: The URL of the Memos server.
- `OpenAI API Key`: API Key is used to authenticate with OpenAI API.
- `Model`: Model is used to specify the model to use.
- `OpenAI Base Path (Optional)`: Base Path is used to override base path with OpenAI API.
- `Language`: LLM will use this language to generate content.
- `Memos Server Token`: Token is used to authenticate with the memos server.
Binary file added extensions/usememos/assets/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions extensions/usememos/bunfig.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[install.lockfile]
print = "yarn"
Binary file added extensions/usememos/metadata/memos-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit ecc9f91

Please sign in to comment.