Reverse Complement

pending

by BjornFJohansson

Right-click menu to convert selected DNA to its reverse complement.

Updated 2mo ago0BSDDiscovered via Obsidian Unofficial Plugins
View on GitHub

Obsidian Reverse Complement Plugin

This is a plugin that adds a reverse complement function to obsidian.

This plugin was made following these instructions.

How to make a release

Create a local tag that matches the version in the manifest.json file.

git tag -a 1.0.1 -m "1.0.1" # tag and name has to be the same
git push origin 1.0.1

-a creates an annotated tag. -m specifies the name of your release.

When the workflow finishes, Publish the newly created draft release.

For plugin developers

Search results and similarity scores are powered by semantic analysis of your plugin's README. If your plugin isn't appearing for searches you'd expect, try updating your README to clearly describe your plugin's purpose, features, and use cases.