Skip to content

Releases: ramandv/obsidian-snippets-manager

1.1.1

29 Sep 08:38
Compare
Choose a tag to compare

New Features - Support for subfolders

Now the snippets can be in the nested subfolders.

1.1.0

25 Sep 04:23
Compare
Choose a tag to compare

New Features

Alfred Support

Snippets can now be saved in Alfred JSON format for integration with Alfred. If enabled, your snippets will be automatically saved in a JSON format compatible with Alfred workflows.

How to Use Alfred Support:

  1. In the plugin settings, toggle Enable Alfred Support.
  2. Snippets will be saved as alfred-snippets.json inside the plugin folder.
  3. Install the alfred workflow by downloading here
  4. You need to add the alfred-snippets.json file path to the alfredworkflow configuration. [In the snippets manager plugin settings panel, the full path to the generated Alfred JSON file is displayed, and you can copy it by double clicking and copy it for easy access.]

Awesome ChatGPT Prompts

You can fetch the latest Awesome ChatGPT Prompts directly into your snippets. The plugin will download the latest prompt file from the Awesome ChatGPT Prompts GitHub repository and convert it to a markdown and store it in your snippets folder.
You can easily search through those prompts.

How to Sync Awesome ChatGPT Prompts:

Use the command palette (Cmd/Ctrl + P) and search for Sync Awesome ChatGPT Prompts.
The plugin will fetch the latest version from the repository and save it.

1.0.1

16 Sep 14:35
Compare
Choose a tag to compare

New Features:

  1. Support for Multiple Snippet Files in a Folder:

    • You can now store and manage snippets across multiple markdown files within a designated folder. This allows for better organization of large collections of snippets.
    • Simply set the path to a folder, and Snippet Manager will load snippets from all markdown files within that folder.
  2. Automatic Filename Prefix for Snippets:

    • When using multiple snippet files within a folder, Snippet Manager automatically prefixes the snippet titles with the filename. This makes it easier to differentiate between snippets from different files when searching.

Bug Fixes & Improvements:

  • Improved snippet loading to handle folder paths more efficiently.
  • Ensured backward compatibility for users still using a single snippet file.

1.0.0

31 Aug 12:27
Compare
Choose a tag to compare

Initial release