Johnny
Johnny
I'm thinking that import functionality should be implemented through external scripts like what you've provided. Perhaps you could create a repository to maintain your code, then we can add your...
@clickbrain Have you tried the reference feature? Memos does support referencing other memo, including external and inline references.
Thanks for the feedback, we will adapt to DuckDuckGo later.
Fixed with https://github.com/yourselfhosted/slash/commit/de781c5acb784d6b69ca99fd53c223eb81bcf581
@Evilander I don't understand what you're referring to. Could you clarify the issue? Or maybe provide some screenshots?
@angeljie I cannot reproduce in the demo site, any error message after saving the setting?
Might be fixed with https://github.com/usememos/memos/commit/7e48d1383494d845a2fef720aefd85fad7780dad
Comments are not searchable now.
@andresmanelli I think the _**Supernotes Collection**_ could be a more fitting solution for the problem you're trying to solve. It allows users to organize their notes into distinct collections, which...
@nathankrieger Please follow the import order sample in https://github.com/usememos/memos/blob/main/server/router/api/v1/memo_service.go#L22 The order should be as follows: ```go // built-in packages "context" "fmt" // third-party packages "github.com/lithammer/shortuuid/v4" "github.com/pkg/errors" // local packages "github.com/usememos/memos/server/runner/memopayload"...