mirror of
https://github.com/groldsf/obsidian_check_plugin.git
synced 2026-07-22 05:37:48 +00:00
38 lines
No EOL
2 KiB
Markdown
38 lines
No EOL
2 KiB
Markdown
---
|
||
title: Installation
|
||
nav_order: 5
|
||
---
|
||
# Installation
|
||
|
||
- [English](#english)
|
||
- [Русский](#русский)
|
||
|
||
## English
|
||
|
||
### Via Community Plugins (Recommended)
|
||
1. Open Obsidian and go to **Settings → Community plugins**.
|
||
2. Click the **Browse** button, search for "Checkbox Sync", and click **Install**.
|
||
3. Once installed, click **Enable**.
|
||
|
||
### Manual Installation
|
||
1. Go to the [releases page](https://github.com/groldsf/obsidian_check_plugin/releases) and download the latest `main.js`, `manifest.json`, and `styles.css` (if present).
|
||
2. Create a new folder named `checkbox-sync` inside your vault's plugin folder: `<your-vault>/.obsidian/plugins/`.
|
||
3. Copy the downloaded files into the `<your-vault>/.obsidian/plugins/checkbox-sync/` folder.
|
||
4. Restart Obsidian.
|
||
5. Open **Settings → Community plugins**, find **Checkbox Sync** in the list, and enable it.
|
||
|
||
---
|
||
|
||
## Русский
|
||
|
||
### Через Плагины сообщества (Рекомендуется)
|
||
1. Откройте Obsidian и перейдите в **Настройки → Плагины сообщества**.
|
||
2. Нажмите кнопку **Обзор**, найдите "Checkbox Sync" и нажмите **Установить**.
|
||
3. После установки нажмите **Включить**.
|
||
|
||
### Ручная установка
|
||
1. Перейдите на [страницу релизов](https://github.com/groldsf/obsidian_check_plugin/releases) и скачайте последние `main.js`, `manifest.json` и `styles.css` (при наличии).
|
||
2. Создайте новую папку с именем `checkbox-sync` в папке плагинов вашего хранилища: `<ваше-хранилище>/.obsidian/plugins/`.
|
||
3. Скопируйте загруженные файлы в папку `<ваше-хранилище>/.obsidian/plugins/checkbox-sync/`.
|
||
4. Перезапустите Obsidian.
|
||
5. Откройте **Настройки → Плагины сообщества**, найдите **Checkbox Sync** в списке и активируйте его. |