A Journal Through My Activities, Thoughts, and Notes
Gallery is a premium feature. #idea

$3/month
tinythoughts is a great product!

new to happy notes? come to sign up!

google login support.

first let you try to write one thoughts even you didn't register.

then you registered and saved this thought. the experience is so good.

and immediately it asks would you like to receive reminders to write down your thoughts?

notification preferences can always be changed later in your User Settings

very good timing to ask!

#idea so many good ideas to copy!
#idea #newwords 每周故事。就是每周五用定时任务让AI 以你最近一周学过的生词为原料编一个有趣的小故事。故事生成好了之后就自动推送用户消息提醒大家查看。
#idea ... 菜单里增加一个 智能修订 菜单,仅帮助修正错别字和标点。#happynotes
#idea
一套代码后端,整三个app?

- happy diary(all private)
- happy blogging (all public)
- happy notes (can private, can public)
我的 markdown 支持可以用了!瞧

- hello
- world

#字符后面没有空格会被解释为标签(tag)有空格则解释为标题。#
#idea #实现了
在memories中显示最近7天的notes有点过于重复。毕竟今天的会变成1天前,再变成2天前。从减少重复的角度,也许用

一天前
一周前
一个月前
三个月前
六个月前
一年前

会更合理一些。

#idea #实现了!额外留了本日
#idea #实现了

在tag页写新笔记会自动加上当前 tag是个好主意
#happynotes #idea #实现了
昨晚开了新坑:同步笔记到telegram频道。初衷是留个备份。谁知道自己这个服务能运行多少年?telegram怎么也该能比happy notes运行的更久,是不是?但实际上它能做的事情远比backup更多。先从小做起,运转起来再说。

「补记」两天后这个功能后端就完成了。
#idea #实现了
我想整一台媒体服务器了。很怀念过去看光盘的日子,没有广告。想重新看一遍花园宝宝和天线宝宝。

补记:已经搭好了 Jellyfin,挺好用的。
#idea #comment
其实我已经变相实现了评论功能。只要@407 (打算评论的笔记编号),这篇笔记就会出现在那条笔记的下方(Linked Notes)
#idea from laixintao
希望能有一个服务,我每次在自己博客引用链接都自动archive一下,读者点击的时候如果链接存活就打开原链接,否则打开archive链接。

细想一下,一个Hugo短链插件应该可以解决这个问题。但这个服务你得自己架并且保证它一直活着。我的想法是,可以将目标链接转写成下面格式的链接。
    [链接](https://s.shukebeta.com/short-link-hash?original=orignal-link-without-encoding)

短链服务先检查original链接是否活着,活着就直接访问,死了(或者在500ms内没有开始返回数据)就跳arhived version。在生成短链时触发一下archive动作,确保需要的时候arhive 一直在。
这个方案的好处是,即使有一天短链服务死掉了,读者仍然可以拷贝original链接试试运气。
 
 
Back to Top