Releases: jon-heard/obsidian-inline-scripts
Releases · jon-heard/obsidian-inline-scripts
0.24.12
0.24.11
- 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
- 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
0.24.8
- 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
- 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
0.24.5
- 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
- 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
- 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