47 Commits

Author SHA1 Message Date
jonny 5fac00b5ce - feat:记忆拖拽窗口大小和优化动画效果
Add persistent, robust scaling for the proportional editor and remove CSS transitions that interfered with instant restores. Introduces a storageKey, parseScale, applyScaleInstant and logic to restore scale synchronously from localStorage (for immediate UX) and asynchronously from chrome.storage.sync (best-effort), keeping localStorage in sync. Ensures pending RAF updates are flushed before persisting and guards against missing APIs or invalid values. Also removes transition properties in main.css so scale restores remain immediate and predictable.
2026-03-09 20:00:42 +08:00
jonny adfd797e84 Add fullscreen editor and proportional resize
Introduce a fullscreen editor mode and a proportional resize handle for the memo editor. Updates include:

- UI: add fullscreen button and resize handle to popup.html and related i18n keys for en/ja/ko/zh_CN.
- CSS: styles for .memo-editor, fullscreen state, and #editor-resize-handle, plus layout tweaks for fullscreen.
- Background: enhance context menu handler to retrieve selection text from the active tab using chrome.scripting.executeScript, support opening the extension popup programmatically (tryOpenActionPopup), and factor appendContent logic.
- Oper: implement isFullscreenMode(), openFullscreenTab(), proportional editor resize logic with pointer events (initProportionalEditorResize), focus handling adjustments, and init call. Added helper focusTextareaToEnd().
- Manifest: request scripting and windows permissions required for selection injection and window focus.

These changes enable sending accurate selection text from web pages, allow users to open a fullscreen editor tab, and provide a draggable, proportional resize experience in the popup editor.
2026-03-07 14:42:31 +08:00
jonny 30b7cf2491 向前兼容memos到v0.18
Introduce compatibility layers and runtime detection for older Memos API variants (v0.18/v0.19/v0.20/v0.21/v0.23 and older). Added js/compat/memosApi.v023.js and js/compat/memosApi.v1.js to provide filter building, listing, upload and resource helpers for legacy endpoints. Updated js/oper.js to track apiFlavor, probe/detect flavor on save, and to adapt uploads, deletes, tag listing, search and preview image hydration to the appropriate API flavor (including buildV1ResourceStreamUrl, normalizeUnixTimeToMs, getMemoUid and other helpers). Also updated user-facing strings and README to reflect broader compatibility (locales and README changes) and minor UI/manifest popup adjustments. These changes enable the extension to work with a wider range of Memos server versions while preserving existing behavior for modern endpoints.
2026-03-06 18:51:12 +08:00
jonny e57a963170 Add UI language switcher and ja/ko locales
Introduce a runtime UI language switcher and add Japanese/Korean locale support. Added _locales/ja and _locales/ko messages, updated en and zh_CN message files with new language-related keys and sendImage label. Implemented dynamic i18n handling: new i18n.js supports override messages, persistent uiLanguage in storage, and emits i18n:changed; background.js now loads override locales, updates context menu titles and listens for storage changes. Integrated dayjs locales (js/ja.js, js/ko.js) and made oper.js use a unified msg() helper and react to language changes. Added language selector UI in popup.html and styling in css/main.css.
2026-03-05 21:03:07 +08:00
jonny cd21551e2d - feat:适配v0.24.0以上版本 2026-03-05 09:34:25 +08:00
jonny 59700dce59 - feat:新增附件列表管理和增加按钮提示
Introduce an upload attachments panel with styles, localization and client-side management. Added new i18n keys (EN/ZH) and refactored js/i18n.js to helper setters for text/placeholder/title. popup.html and css/main.css add the upload-list UI and styles. oper.js implements rendering, drag-and-drop reorder, deletion (calls DELETE api with token), storage persistence (resourceIdList), escapeHtml sanitization, and sync change handling; it also fixes a config check (repo -> apiTokens), stores filename from upload responses, handles attachments/resources compatibility, and clears the list after sending a memo. Overall this enables reorderable, deletable uploaded attachments with proper localization and tooltips.
2026-03-04 21:18:03 +08:00
jonny dd2609e1e4 适配v0.26.1
Update endpoints and metadata to match newer memos backend and record new maintainer.

- js/oper.js: switch upload endpoint to api/v1/attachments; replace auth/status POST with auth/me GET and adapt response parsing to response.user.name; stop using user-scoped memo endpoints and use api/v1/memos for tag/search/random requests; fix memo link path to /memos/{uid}.
- manifest.json: bump extension version to 2026.02.22 and update homepage_url to the GitHub repo.
- README.md: add maintainer note, compatibility (v0.26.1) and a collapsible details block.

These changes align the extension with backend API changes and mark the new maintenance status.
2026-02-22 15:14:48 +08:00
游之 4e7e0fd196 修复标签获取功能
现标签从用户最近1000条memo中提取
2025-02-27 15:36:47 +08:00
ShenqPerng 1604fb7645 图片上传功能适配 v0.24 2025-02-21 22:38:58 +08:00
ShenqPerng 5628aecd95 随机与搜索功能适配 v0.24,不兼容旧版 2025-02-21 22:04:29 +08:00
Yozi 71d5452610 适配 memos 0.24 2025-02-21 16:22:32 +08:00
lmm214 e96c16367d 匹配 v0.22.3 2024-07-21 22:23:21 +08:00
xuyutong.1998 a88513e674 bugfix: 修复初始化状态下主页网址输入框提示词丢失问题 2024-07-19 00:55:41 +08:00
inertia 1d15a1d27b revert the formatting 2024-06-13 19:06:32 +08:00
inertia 05a1f535fe fix the method of getting tags 2024-06-13 17:07:19 +08:00
quartz010 511a26d531 Optimizing URL path issues 2024-05-23 01:10:16 +08:00
quartz010 a184c3ba05 Compatible with the new v1 API 2024-05-23 00:53:21 +08:00
lmm214 63effbdc77 v0.15 2023-09-19 20:07:02 +08:00
lmm214 32dcd1f162 2023.07.16 2023-07-16 21:30:02 +08:00
lmm214 adc84ebfec 20230409 2023-04-09 20:33:42 +08:00
lmm214 c14540da4e 2023.03.25 2023-03-25 14:09:04 +08:00
lmm214 5deb081c67 2023.03.19 2023-03-19 21:20:09 +08:00
lmm214 a39d4b9a2a 2023.03.10 修复发布后调用最新一条 Memos。 2023-03-10 22:05:54 +08:00
lmm214 7be3484d7f resource rename 2023-03-05 19:19:05 +08:00
lmm214 07fab2410d 默认标签公开或自己可见 2023-03-05 14:59:37 +08:00
lmm214 5631e937ec memos 2023-02-25 16:21:25 +08:00
lmm214 57fd068ba9 Memos 2023-02-25 15:57:37 +08:00
lmm214 fa99456fe0 memos 2023-02-25 13:37:02 +08:00
lmm214 480895fcda 修复随机按钮 2023-02-25 10:28:16 +08:00
lmm214 25cc3077c1 up 2023-02-11 21:31:10 +08:00
lmm214 b9c4c17062 memo 2023-02-06 19:03:56 +08:00
lmm214 3961ffdf09 memos 2023-02-05 21:50:53 +08:00
lmm214 1df346f13b memos 2023-02-04 22:45:02 +08:00
lmm214 4f9f80905c dayjs 2023-02-04 22:31:34 +08:00
lmm214 6183dea011 Memos 2023-02-04 20:47:02 +08:00
lmm214 1f47e5146b memos random 2023-02-04 17:23:49 +08:00
lmm214 20fcbbc1f6 2022.11.15 2022-11-15 19:52:15 +08:00
lmm214 31490c9921 2022.11.15 新增插入文件图片按钮。 2022-11-15 19:43:04 +08:00
lmm214 af5eb41b64 newtodo 图标 2022-11-13 21:13:47 +08:00
lmm214 e605768577 修复大bug 2022-11-10 18:58:45 +08:00
lmm214 76f9cb60e7 lockNow 2022-11-08 23:01:27 +08:00
lmm214 e67f37370b 2022.11.8 支持拖拽上传附件(一个个传)。 2022-11-08 00:21:00 +08:00
lmm214 bbdd3b100a 2022.11.8 支持粘贴、拖拽上传图片。 2022-11-08 00:08:56 +08:00
lmm214 26c5280461 添加 visiblity 发送设置。 2022-10-24 22:37:00 +08:00
lmm214 453863d16e v3 2022-10-12 19:52:06 +08:00
lmm214 d886cdd4ed 分享当前页面 2022-10-10 21:26:34 +08:00
林木木 b09ebc960f Add files via upload 2022-10-09 21:08:57 +08:00