Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/valentine195/obsidian-block-drag
https://github.com/valentine195/obsidian-block-drag
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/valentine195/obsidian-block-drag
- Owner: valentine195
- License: mit
- Archived: true
- Created: 2021-08-18T20:02:31.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-04-04T15:06:20.000Z (almost 3 years ago)
- Last Synced: 2024-08-13T07:17:48.125Z (5 months ago)
- Language: TypeScript
- Size: 519 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - valentine195/obsidian-block-drag - (TypeScript)
README
# Block Dragging
Enable Notion.so-style block dragging
## Contributing
To make changes to this plugin, first ensure you have the dependencies installed.
```
npm install
```### Development
To start building the plugin with what mode enabled run the following command:
```
npm run dev
```_Note: If you haven't already installed the hot-reload-plugin you'll be prompted to. You need to enable that plugin in your obsidian vault before hot-reloading will start. You might need to refresh your plugin list for it to show up._
### Releasing
To start a release build run the following command:
```
npm run build
```---
This plugin was generated by (create-obsidian-plugin)[https://www.npmjs.com/package/create-obsidian-plugin]