Files
2026-07-23 20:36:13 +08:00

1.9 KiB
Executable File
Raw Permalink History

title, date, tags, rating, excerpt
title date tags rating excerpt
🐈日志<% tp.file.title %> <% tp.date.now("YYYY-MM-DD HH:mm:ss") %> dailynote

1TODO

  • 多喝水,避免久坐不动 2025-07-14
  • Memos同步配置 2025-07-14

2 Tracking

  • 关于影片库分享他人已回复胡燕辉:不能!
  • 发使用方法给杨老师:分享教育资源 edUser/Mayi1968
  • 完成Memos项目的评估和文档编写,实践了基本的解决方案:OB(memos-ai-sync插件)同步memos服务器、移动端、网页同步服务器
  • 安装了ob-translate插件,目前只能配置百度翻译接口,能否调用自己搭建的API接口?
  • 全天没有下楼呆在家里搞研究
  • 完成了we-mp-rss的搭建,实现微信转rss订阅,需要申请公众号帐号授权,才能使用!

3 Studying

  • 抽空摸索一下翻译软件Bergamot

4 Questions

  • iA Writer 不能粘贴来自剪切板的图片?还是我不会使用
  • 确认Ollama和deepL是否能外网访问
  • 官网memosgram-docker总是报错,不能完成与TelegramAPI对接

5 Thoughts

ReadList

TABLE file.tags AS 标签, rating AS 评分, comment AS 初步印象
FROM "02-Reading/mdnotes"
WHERE file.name[0] = "@"
WHERE file.tags[0] != "#unread"
WHERE file.mtime>=date(<% tp.date.now("YYYY-MM-DD") %>) AND file.mtime<date(<% tp.date.now("YYYY-MM-DD", 1) %>)
SORT file.mtime desc

DraftList

TABLE file.tags AS Tags, status AS Status, destination AS Destination
FROM "01-Diary/本周事务" OR "03-Projects" OR "05-Life" OR "06-Cards"
WHERE (file.mtime>=date(<% tp.date.now("YYYY-MM-DD") %>) AND file.mtime<date(<% tp.date.now("YYYY-MM-DD", 1) %>)) OR (file.ctime>=date(<% tp.date.now("YYYY-MM-DD") %>) AND file.ctime<date(<% tp.date.now("YYYY-MM-DD", 1) %>))
SORT file.mtime desc