来试一下 Telegram 的 reactions,顺便强烈安利一下 VOYAGE 的黑森林咖啡豆~在北京的同学们可以去门店尝尝,前门胡同里有一家特别安静,说起来我还是通过 awesome-cn-cafe 这个项目知道的他们店。Anyways,豆子真的很香。(这条真的不是广告,我这碎碎念小频道要是能恰饭就见了鬼了😬)
🥳 Happy new year! Along with
onedrive-vercel-index
new version update: https://github.com/spencerwooo/onedrive-vercel-index/discussions/215GitHub
New version update: No extra deployment setup is required anymore! · spencerwooo/onedrive-vercel-index · Discussion #215
Finally, I managed to land this before 2022. Happy new year! 🥳 TL;DR For this update, you don't have to create your own client id, client secret, access token, refresh token what-so-ever. The O...
🔗全新的项目文档:
https://docs.spencerwoo.com/
准备用 Notion + React Notion X 部署所有项目的文档了,目前 onedrive-vercel-index 的已有文档已经迁移过去了,很不错!Notion 不愧是最好用的 CMS (●'◡'●)
https://docs.spencerwoo.com/
准备用 Notion + React Notion X 部署所有项目的文档了,目前 onedrive-vercel-index 的已有文档已经迁移过去了,很不错!Notion 不愧是最好用的 CMS (●'◡'●)
💬 想弱弱地问一下,除了 react-notion-x 还有什么基于 Notion 的博客方案嘛?
实际上 Notion 不论是你用 private API 还是之前发布的不太完整的官方 API,思路都是从 Notion 获取你博客的数据作为 data source,然后拉取过来之后构建你的博客各个页面。
写过两篇博客,一篇是去年发的,一篇是前几天发的,我的博客就是 Notion 数据源:
* Revisiting blogging with Notion in 2022 - https://spencerwoo.com/blog/revisiting-blogging-with-notion-2022
* Powering my blog with Notion - https://spencerwoo.com/blog/nextjs-blog-notion
📮 Via channel: @realSpencerWoo
实际上 Notion 不论是你用 private API 还是之前发布的不太完整的官方 API,思路都是从 Notion 获取你博客的数据作为 data source,然后拉取过来之后构建你的博客各个页面。
react-notion-x
只是用的 Notion 的 private API,然后实现了一整套「渲染获取到的 Notion block 为 React 组件」的方法。实际上你也可以自己来做这个过程,后面的思路是通用的,不变的只有「用 Notion 作为你博客的 data source」这个核心思想 — 至于数据获取、block 渲染,都可以自己来做,方法是一致的。写过两篇博客,一篇是去年发的,一篇是前几天发的,我的博客就是 Notion 数据源:
* Revisiting blogging with Notion in 2022 - https://spencerwoo.com/blog/revisiting-blogging-with-notion-2022
* Powering my blog with Notion - https://spencerwoo.com/blog/nextjs-blog-notion
📮 Via channel: @realSpencerWoo
Spencerwoo
🛸 Revisiting blogging with Notion in 2022 - Spencer Woo
Spencer's personal blog and website
🪧 onedrive-vercel-index 即将支持原生搜索 — 目前开发分支位于 native-search,顺利的话(指今天晚上明天早上我没看出来有啥问题的话)明天就会合并。
初代搜索功能利用备受诟病(不是)的 Microsoft Graph Search API,对包括简中在内的 CJK 字符支持有限(实际上英文支持也有限 😅)。
Demo site: https://onedrive-vercel-index-git-native-search-spencerwoo.vercel.app
Announcement: https://github.com/spencerwooo/onedrive-vercel-index/discussions/295
初代搜索功能利用备受诟病(不是)的 Microsoft Graph Search API,对包括简中在内的 CJK 字符支持有限(实际上英文支持也有限 😅)。
Demo site: https://onedrive-vercel-index-git-native-search-spencerwoo.vercel.app
Announcement: https://github.com/spencerwooo/onedrive-vercel-index/discussions/295
📓 Real Spencer Woo
🪧 onedrive-vercel-index 即将支持原生搜索 — 目前开发分支位于 native-search,顺利的话(指今天晚上明天早上我没看出来有啥问题的话)明天就会合并。 初代搜索功能利用备受诟病(不是)的 Microsoft Graph Search API,对包括简中在内的 CJK 字符支持有限(实际上英文支持也有限 😅)。 Demo site: https://onedrive-vercel-index-git-native-search-spencerwoo.vercel.app …
This feature has landed ʕ•͡ᴥ•ʔ
📓 Real Spencer Woo
🪧 onedrive-vercel-index 即将支持原生搜索 — 目前开发分支位于 native-search,顺利的话(指今天晚上明天早上我没看出来有啥问题的话)明天就会合并。 初代搜索功能利用备受诟病(不是)的 Microsoft Graph Search API,对包括简中在内的 CJK 字符支持有限(实际上英文支持也有限 😅)。 Demo site: https://onedrive-vercel-index-git-native-search-spencerwoo.vercel.app …
OneDrive for Business is now supported (I hope): https://github.com/spencerwooo/onedrive-vercel-index/discussions/295#discussioncomment-2033829
GitHub
Supporting search for all versions of OneDrive · spencerwooo/onedrive-vercel-index · Discussion #295
Search supported with Microsoft Graph API is expected to land tomorrow has landed! Development branch and PR is at #283 Caveats: Limited support as the search provided by Microsoft Graph API is not...
Small update:
- We are now using DPlayer as video players, and videos now have thumbnails rendered upon mount.
- Subtitles are somewhat supported (only
小更新:
- 视频播放器换成了 DPlayer,增加了预览图渲染
- 现已支持显示视频字幕,自动根据视频同目录下同名字幕文件显示(仅支持 WebVTT 字幕文件)
🔗 What’s new? - Official Blog | GitHub Discussions
- We are now using DPlayer as video players, and videos now have thumbnails rendered upon mount.
- Subtitles are somewhat supported (only
.vtt
format, only one subtitle file with the same name).小更新:
- 视频播放器换成了 DPlayer,增加了预览图渲染
- 现已支持显示视频字幕,自动根据视频同目录下同名字幕文件显示(仅支持 WebVTT 字幕文件)
🔗 What’s new? - Official Blog | GitHub Discussions