run npm i -D @aidenlx/obsidian-icon-shortcodes in your plugin dir import the api (add import { getApi } from "@aidenlx/obsidian-icon-shortcodes") use api check if enabled: getApi() !== undefined or getApi(YourPluginInstance) !== undefined access api: getApi() / getApi(Your...
git clone this repository npm install esbuild 目录下执行 npm run dev (持续编译) 开始魔改 main.ts 吧 4. 开发路线图 🗺︎ 本地化大模型(数据隐私): Gemma-2b-it(魔改ing,正在接入) 个性化助手 与当前文档对话 与Obsidian知识库对话 连接Obsidian其他插件,自主Agent ...
Running an Artisan, Composer, or Node.js command: Log in to Plesk. Go to Websites & Domains, find the domain hosting your application, and then click Laravel. Go to the corresponding tab, type in the command you want to run or select one from the list, and then press the Enter key...
Install NodeJS, then runnpm iin the command line under your repo folder. Runnpm run devto compile your plugin frommain.tstomain.js. Make changes tomain.ts(or create new.tsfiles). Those changes should be automatically compiled intomain.js. ...
run indefinitely. It's caused by the underlying git implementation on mobile, which is not efficient. I don't know how to fix this. If that's the case for you, I have to admit this plugin won't work for you. So commenting on any issue or creating a new one won't help. I am ...
Use git clone https://github.com/ppeetteerrs/obsidian-zola to clone the repo to somewhere other than inside the Obsidian vault folder Set the path to the Obsisian vault using a .vault_path file or the $VAULT environment variable use ./local-run.sh to run the site Features Disclaimer Thi...
Install NodeJS, then runnpm iin the command line under your repo folder. Runnpm run devto compile your plugin frommain.tstomain.js. Make changes tomain.ts(or create new.tsfiles). Those changes should be automatically compiled intomain.js. ...
New Button Type: Text Button! Sometimes you don't want to create an entire template note just to insert some text into a note. Sometimes you just want to quickly run a templater command and insert the output into your note. The new Text Button lets you do this!
Open command, and run "LLM Summary: Initialize Notes Folders" to build the working folders. Now you should have the folder structure like this: - Attachments - Concepts // new concepts saved here - Files - - PDFs // your pdf files to summary - Notes // summary notes saved here - -...
This plugin lets you define shell/terminal commands in settings and run them quickly via Obsidian's command palette, or via hotkeys. Use note related variables as part of the commands, and insert output back to your notes, if you wish. This is a Swiss army knife when it comes to access...