mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 14:40:12 +01:00
📝 Supports append text by shortcuts to the dailynote doc on Android https://github.com/siyuan-note/siyuan/issues/14414
This commit is contained in:
parent
5c0273d0c2
commit
54ec99a199
4 changed files with 83 additions and 0 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue