Skip to content

Releases: jon-heard/obsidian-inline-scripts

0.24.12

13 Dec 05:17

Choose a tag to compare

  • Plugin updates:
    • bug fix - library version update alert can show up even if it shouldn't
    • feature - shortcut links - remove markdown parsing for shortcut link output (user can do it themselves if necessary)

0.24.11

14 Nov 16:39

Choose a tag to compare

  • Plugin updates
    • feature - helper functions - 3 helper functions added: asyncFilter, asyncMap & asyncForEach.
  • Library updates
    • feature - tablefiles - can change multiple table configurations simultaneously by selecting multiple tables with shift or ctrl
    • polish - tablefiles - popup ui layout & styling polished
    • refactor - lists_ui - helper function asyncFilter used instead of internal asyncFilter function.

0.24.10

10 Nov 15:14

Choose a tag to compare

  • Plugin updates
    • feature - settings - Add alerts when there are updates for the plugin or library
    • feature - helper function - fileWrite (does "fileCreate" or "fileModify" as appropriate)
    • polish - settings - button-view opening button is disable when button-view is opened
    • polish - settings - moved "reset settings" button to "Actions" section
    • polish - settings - removed separators between common expansion format settings
  • Library updates
    • feature - tablefiles - added an output format: "array", which returns a raw array. Useful for subshortcutting "tbl roll"
    • polish - tablefiles - adjusted frontmatter configurations to be pulled from the cache (speeds up "tbl roll" popup).
    • feature - readme - added version number
    • bug fix - tablefiles - "tbl roll" (non-ui) checks the path against config tables, but not fm-config tables
    • bug fix - tablefiles - table with no configuration is messed up when changing values the first time

0.24.9

07 Nov 02:11

Choose a tag to compare

  • Plugin updates
    • bug fix - autocomplete - not working when shortcut prefix contains shortcut suffix.

0.24.8

06 Nov 15:41

Choose a tag to compare

  • Plugin updates
    • feature - readme - properly documented the useful "unblock()" help function
    • feature - readme - properly documented an overview of all help functions
    • feature - helperfncs - added helper functions that were around, but not bundled ("print", "runExternal", "popups", "getSettings", "registerView")
  • Library updates
    • feature - tablefiles - table files can contain a frontmatter YAML with their configuration.
    • feature - added confirmations to all "reset" shortcuts in the library. Double-confirmation for "state".

0.24.7

05 Nov 12:36

Choose a tag to compare

  • Plugin updates
    • bug fix - autocomplete - selecting from the list doesn't properly add the selection
    • polish - readme - improved the documentation on "common format expansion"
  • Library updates
    • bug fix - adventurecrafter - "themes fill" is working, but it's output is broken

0.24.6

04 Nov 19:13

Choose a tag to compare

  • Plugin updates
    • bug fix - If an expansion error throws as null, which SOMEHOW actually happened, it's not being handled well.
  • Library updates
    • bug fix - lists - fixed bug with item renaming not recognizing a combo-list variable

0.24.5

04 Nov 16:27

Choose a tag to compare

  • Plugin updates
    • feature - autocomplete - now shows while typing the shortcut suffix. This is useful as some shortcut-texts use ":".
  • Library updates
    • feature - tablefiles - registered folders of tables are now pulled recursively. i.e. If a table is in a subfolder then it will also be pulled.
    • polish - tablefiles - "tbl roll" shortcut (non-ui version) now accepts registered table titles and basenames case-insensitively

0.24.4

03 Nov 14:55

Choose a tag to compare

  • Plugin updates
    • polish - "ref all" shortcut removes all horizontal rules in descriptions
    • feature - autocomplete - special types are handled specially:
      • text type highlights indefinitely
      • some of the extra-special types have been converted to text "text (details)"
      • number types (>0, >=0) only accept numeric values
      • path text type handles quotes properly (mostly)
  • Library updates
    • feature - tablefiles - "tbl roll" shortcut (ui-less one) can take the title or basepath of a registered table in addition to a path to a table file.
    • feature - cards - draw and pick now have a variation that allows entering params in any order (using "from " & "to " prefixes)
    • polish - cards - removed <number OR "all"> parameter types. Lets them work with new type checking, and can just use a really big number for "all".
    • polish - updated all syntaxes to better adhere to the newly checked parameter types

0.24.3

03 Nov 08:17

Choose a tag to compare

  • Plugin updates
    • feature - ShortcutExpander - added event listening for expansion errors
  • Library updates
    • added shortcut-file "system" - "sys lasterror", "sys runjs", "sys triggererror"
    • polish - une_ui - improved ui. All shortcuts show one big popup instead of multiple little ones
    • feature - tablefiles - add shortcut "tbl reroll"
    • feature - tablefiles - "tbl roll" (non-ui version) made parameters case-insensitive
    • feature - tablefiles - "tbl roll" (non-ui version) made format parameter flexible
      • removed the need for quotes
      • allowed singular value: "comma" instead of commas"
      • allowed untrimmed value
    • polish - tablefiles - tbl roll (non-ui version) adjusted to be more useful when called from another shortcut
    • feature - tablefiles - "tbl roll" shortcut (non-ui version) now accepts a path with implicit ".md" extension
    • bug fix - tablefiles - tbl roll (non-ui version) errored each time