logseq-cuvee icon indicating copy to clipboard operation
logseq-cuvee copied to clipboard

Bulk exporting queried data to CSV

Contributors Forks Stargazers Issues MIT License


Logo

Logseq Cuvee

Because your data is too precious to *not* be shared!
Explore the docs »

View Demo · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Installation
  3. Configuration
  4. Using the plugin
  5. Issues
  6. Contributing
  7. License
  8. Contact
  9. Acknowledgments

About The Project

Product Name Screen Shot

This plugin makes it possible to export the result of a query as a CSV.

(back to top)

Installation

Preparation

  • Click the 3 dots in the righthand corner and go to Settings.
  • Go to Advanced and enable Plug-in system.
  • Restart the application.
  • Click 3 dots and go to Plugins (or Esc t p).

Install plugin from the Marketplace (recommended)

  • Click the Marketplace button and then click Plugins.
  • Find the plugin and click Install.

Install plugin manually

  • Download a released version assets from Github.
  • Unzip it.
  • Click Load unpacked plugin, and select destination directory to the unzipped folder.

(back to top)

Configuration

  • Click the 3 dots in the righthand corner and go to Settings.
  • Go to Plugin Settings.
  • Select correct plugin.

Nothing to configure (yet).

(back to top)

Using the plugin

Add a placeholder using the slash-command: /Cuvee: insert Export CSV button, which will insert the following template:

{{renderer :cuvee, true, query}}

  • :cuvee is the name of the plugin
  • true adding the page name of the found blocks, if not needed, set to false
  • query, replace this with a regular simple query. Can be tested by pressing the preview button

Note: in the preview the page-name (or date) is not added, just the properties!

(back to top)

Issues

See the open issues for a full list of proposed features (and known issues).

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

Image license

Font License

OFL

(back to top)

Contact

Alex Qwxlea - @QwxleaA

Project Link: https://github.com/QwxleaA/logseq-cuvee

(back to top)