Skip to content

gfgafn/logseq_block_spacer

Repository files navigation

logseq_block_spacer

A plugin for Logseq to keep first child block empty.

Features

  • Keep first child block empty.
    • If there is no child block, the plugin will do nothing.
    • If the first child block is not empty and include some built-in property like alias, public, template and so on, the plugin will keep the first child block and insert a new block after it.

Development

Fork this repo and clone it to your local machine. Then run the following commands:

npm install pnpm --global

pnpm install

pnpm run dev

Open Logseq desktop app, open the Settings and enable "Developer Mode" then load plugin using "Load unpacked plugin" by selecting the root folder of this project. Make some changes to the code, then submit a pull request.

Build

pnpm run build

Changelog

See CHANGELOG.md.

License

MIT License