quickadd icon indicating copy to clipboard operation
quickadd copied to clipboard

obsidian automation, should I write a plugin or use QuickAdd?

Open hyaray opened this issue 3 years ago • 3 comments
trafficstars

I just know a bit javascript, obsidian automation, should I write a plugin or just use QuickAdd? There will be a few functions, how to manage them. what do you think? Thanks for you QuickAdd, Best Regards!!

hyaray avatar May 03 '22 08:05 hyaray

What do you want to do?

alexlyzhov avatar May 03 '22 18:05 alexlyzhov

  1. collapse all folders
  2. add alias
    • [[dir1/dir2/fn]][[dir1/dir2/fn.md|fn]]
    • [[file^code]][[file^code|name]]
  3. smart delete around char as `` or [[ ]]

hyaray avatar May 04 '22 01:05 hyaray

  1. 折叠所有文件夹

  2. 添加别名

    • [[dir1/dir2/fn]][[dir1/dir2/fn.md|fn]]
    • [[file^code]][[file^code|name]]
  3. char 周围的智能删除为 ``或[[ ]]

1: collapse folder:https://github.com/OfficerHalf/obsidian-collapse-all

Yuelioi avatar May 29 '22 03:05 Yuelioi