Skip to content

Releases: ararrocks/Obsidian_CustomPropPanel

0.1.5

16 Jul 16:50
03dccdf

Choose a tag to compare

Added Empty Values Pills at the top of the Panel to quickly add missing information

CSS Snippets need to be installed separately (in appearance panel of obsidian settings) to accomodate some CSS stuff. (will make that inline at some point)

0.1.2

16 Jul 00:17
29751af

Choose a tag to compare

Huge updates in usability.

SCR-20240716-cpao

Added:

In Panel

SCR-20240716-cpkb

  • in-panel editing: When you hold shift and hover over a property in the panel, you are offered a "edit" button to directly edit property values
  • add new item: also by holding shift, there will pop up a "add Item" button, to directly add a new item to the property.
SCR-20240716-cqse
  • Edit in Modal New Items and existing ones can be edited in a nice modal. Nested Objects are edited together.
  • List Items List items are rendered as pills

in settings

  • NEW: Combination Fields here you can define {properties} together and can add text. This is handy if you want to combine first and last name as a header for example
SCR-20240716-crhk SCR-20240716-crjm
  • show as big header you can now define any property to be shown as header in the side panel

SCR-20240716-cwgm

  • add property you can now add a property without importing the settings from an existing file. this is super handy if you just have a few properties, or accidentally deleted one
  • edit prop name if you changed property names, you can now edit the settings to accommodate the changes
  • Lists new property kind: list

and a lot of under the hood.