Skip to content

Releases: Endlessflow/wiki2note

v0.1.1 - Adding the LLM fallback search feature to the plugin

06 Apr 00:17
8e362e9
Compare
Choose a tag to compare

Changes:

  • When the initial search returns no result, the plugin now makes a call to openai's GPT-3 model to find a more suitable query.
  • I increased the duration notices sent to the user stay on screen for better readability.
  • Fleshed out the README to make it more clear and descriptive.

Please note that to use the gpt-3 enabled fallback search feature you need to set a valid openai API key as an environment variable called OPENAI_API_KEY.

Installation:
Manually copy over main.js, styles.css, manifest.json to your vault VaultFolder/.obsidian/plugins/your-plugin-id/.

License:
This project is licensed under the terms of the MIT license.

v0.0.1 - Initial Release of Wiki2note

05 Apr 01:20
Compare
Choose a tag to compare
Pre-release

This is the initial release of Wiki2note, a simple Obsidian plugin that allows for quick searches to the Wikipedia database through the official API.

Features:

  • Searches the Wikipedia database through the official API.
  • If the chosen article already exists in the vault in the keyword folder, it opens it.
  • If the article doesn't exist, it creates a note in the keyword folder with the title of the chosen article, a summary of the article, and a link to the full Wikipedia article.

Please note that this is a pre-release and the software is in the early stages of development. It may contain bugs and is not yet feature-complete.

Installation:
Manually copy over main.js, styles.css, manifest.json to your vault VaultFolder/.obsidian/plugins/your-plugin-id/.

License:
This project is licensed under the terms of the MIT license.