Reverse Complement
approvedby Björn Johansson
This plugin has not been manually reviewed by Obsidian staff. Right-click menu to convert selected DNA to its reverse complement.
↓ 99 downloadsUpdated 4mo ago0BSD
Obsidian Reverse Complement Plugin
This is a plugin that adds a reverse complement function to obsidian. Look here for installation.

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.