📝 Supports append text by shortcuts to the dailynote doc on Android https://github.com/siyuan-note/siyuan/issues/14414

This commit is contained in:
Daniel 2025-03-24 23:31:05 +08:00
parent 5c0273d0c2
commit 54ec99a199
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
4 changed files with 83 additions and 0 deletions

View file

@ -164,6 +164,7 @@ func initWorkspaceDirMobile(workspaceBaseDir string) {
AssetContentDBPath = filepath.Join(TempDir, "asset_content.db")
BlockTreeDBPath = filepath.Join(TempDir, "blocktree.db")
SnippetsPath = filepath.Join(DataDir, "snippets")
ShortcutsPath = filepath.Join(userHomeConfDir, "shortcuts")
AppearancePath = filepath.Join(ConfDir, "appearance")
ThemesPath = filepath.Join(AppearancePath, "themes")