Smart HTML Select

by Isaia Riva
5
4
3
2
1
Score: 53/100

Description

Category: Note Enhancements

The Smart HTML Select plugin enhances your notes in Obsidian by allowing you to add dynamic HTML select elements. These dropdown menus can be configured with customizable options directly from the command palette or a dedicated ribbon button. When selections are made in view mode, the plugin updates the markdown file automatically, ensuring that changes are permanently saved. This feature simplifies workflows where dropdowns are used for selection tracking or dynamic content updates, integrating seamlessly with the note-editing process.

Reviews

No reviews yet.

Stats

3
stars
562
downloads
0
forks
711
days
712
days
712
days
0
total PRs
0
open PRs
0
closed PRs
0
merged PRs
0
total issues
0
open issues
0
closed issues
14
commits

Latest Version

2 years ago

Changelog

Add command palette command ti insert the select

README file from

Github

Smart Select Plugin

Fast resume

This plugin allows you to add an HTML select element to your note with configurable options. It includes backend logic to update the markdown dynamically when the selected value changes in view mode. In other words makes the changes for HTML selects, generated by this plugin, permanent.

How to use

  • Simply enable the plugin and open command palette (default: Ctrl + P). Start typing 'Insert HTML select' in the search then fill the modal with desire select configuration or keep the default one. Confirm your choice selecting bottom right button.
  • Enabling the plugin also add a 'fire' icon to the ribbon (left sidebar) that on click open the previous modal.

Add the select with command palette

How the plugin works in deep

The plugin generates a select with the number of options you want. The options are generated with the following pattern: Option 1, Option 2, Option 3, ..., Option n. The plugin also adds a logic to the markdown file to make the changes permanent when the select value changes.

Just after select creation, the plugin adds a markdown code like the following:

After the select value changes, the plugin changes the markdown code to the following:

Similar Plugins

info
• Similar plugins are suggested based on the common tags between the plugins.
Copy as HTML
4 years ago by Bailey Jennings
A simple plugin that copies the selected text to your clipboard as HTML
Remember File State
4 years ago by Ludovic Chabant
A plugin for Obsidian that remembers cursor position, selection, scrolling, and more for each file.
Mark and Select
4 years ago by anselmwang
Obsidian Enhancing Export
4 years ago by YISH
This is an enhancing export plugin base on Pandoc for Obsidian (https://obsidian.md/ ). It's allow you to export to formats like Markdown、Markdown (Hugo https://gohugo.io/ )、Html、docx、Latex etc.
Copy document as HTML
3 years ago by mvdkwast
Obsidian plugin: copy document as HTML, including images
Obsidian markdown export
3 years ago by bingryan
This plugin allows to export directory/single markdown to a folder. support output format(html/markdown/text)
Paste As Html
3 years ago by maotong06
Webpage HTML Export
3 years ago by Nathan George
Export html from single files, canvas pages, or whole vaults. Direct access to the exported HTML files allows you to publish your digital garden anywhere. Focuses on flexibility, features, and style parity.
Custom Classes
3 years ago by Lila Rest
A minimal Obsidian plugin that allows you to add your own HTML classes to chosen Markdown elements directly from your notes.
Select current line
3 years ago by Gokul
Obsidian plugin to select the current line on 'Esc' button press.
Html Server
3 years ago by Pr0dt0s
Obsidian plugin to serve a vault as an html site.
Run
2 years ago by Hananoshika Yomaru
Generate markdown from dataview query and javascript.
Copy as source
2 years ago by @gapmiss
Select and copy source HTML in reading view in Obsidian.md
Select & Complete
2 years ago by Mario De Luca
A really simple and easy to use AI completion for Obsidian
ii
2 years ago by Wilson
The main feature of this plugin is to quickly insert common Markdown code and HTML code, including Sup, Sub, Audio, Video, Iframe, Left-Center-Right Alignment, Variables, Footnotes, Callout, Anchor Points, HTML Comments and so on.
Refresh Preview
2 years ago by mnaoumov
Obsidian Plugin that allows to refresh any view without reopening it.
Paste URL into selection
6 years ago by Denis Olehov
Paste URLs into selected text "notion style"
Remove HTML Tag
2 years ago by ChenPengyuan
Arweave Uploader
2 years ago by makesimple
Insta TOC
a year ago by Nick C.
Generate, update, and maintain a table of contents for your notes while typing in real time.
Image to HTML
a year ago by 0x1DA9430
A plugin for Obsidian that converts pasted images to HTML format instead of Obsidian's wikilink or Markdown format
Rename File to Selection
a year ago by Aava
Rename your file to the current text selection.
Auto Close Tags
9 months ago by k0src
Obsidian MD plugin to auto-close HTML tags.
Handlebars Dynamic Templating
3 months ago by Hide_D
Handlebars dynamic templating. Define template files and use them dynamically via hb blocks. Template recursion is also possible.
Expand Selection
a month ago by Alex Tait
Expands the editor selection to lines, sections, or the entire note for convenience on mobile.