Tag: plugin
Metadata/Frontmatter of current note in Obsidian
August 3, 2021
Get the metadata or the frontmatter of the currently open note in Obsidian plugin development.
Get selected text in Obsidian
August 3, 2021
Getting the currently selected text when creating an Obsidian plugin
Get current file content in Obsidian
August 3, 2021
Get currently open file and content when developing a plugin for Obsidian
Install Java JRE in Linux and Use it as a Firefox Plugin
January 9, 2008
Download the installer from http://www.java.com/en/download/manual.jsp cd /usr/local/ mkdir java cd java sh /home/user/location_of_jre_installer/jre-6u3-linux-i586.bin cd /usr/local/firefox/plugin/ [The folder where firefox is…
Install dependencies for HTML Validator
November 19, 2007
Installing the dependencies for HTML Validator extension for Firefox on linux. sudo yum install compat-libstdc++-296 compat-libstdc++-33 tidy
Recent Comments