Implement unique IDs and card linking

This commit is contained in:
GenevensiS
2025-08-11 16:17:13 +02:00
committed by GitHub
parent 13406b946c
commit 3bf9de18b1
100 changed files with 2432 additions and 1219 deletions
@@ -51,8 +51,8 @@ $built_in_functions = array(
'filter_list' =>'',
'random_shuffle' =>'',
'random_select' =>'',
'random_select_many' =>'',
'get_card_styling' =>'',
'random_select_many' =>'',
'get_card_styling' =>'',
'get_card_stylesheet' =>'',
// keywords
'expand_keywords' =>'', 'expand_keywords_rule'=>'expand_keywords',
@@ -93,14 +93,19 @@ $built_in_functions = array(
'flip_vertical' =>'',
'rotate' =>'',
'drop_shadow' =>'',
'insert_image' =>'',
'dimensions_of' =>'',
'symbol_variation' =>'',
'import_image' =>'',
'built_in_image' =>'',
// cards
'new_card' =>'',
'add_card_to_set' =>'',
'has_link' =>'',
'get_card_from_link' =>'',
'get_card_from_uid' =>'',
'get_card_styling' =>'',
'get_card_stylesheet' =>'',
'add_card_to_set' =>'',
// html export
'to_html' =>'',
'symbols_to_html' =>'',
@@ -111,6 +116,7 @@ $built_in_functions = array(
'write_set_file' =>'',
// other
'get_mse_version' =>'',
'get_mse_locale' =>'',
'get_mse_path' =>'',
'trace' =>'',
'assert' =>'',
@@ -248,4 +254,4 @@ function highlight_script_string($code) {
return $code;
}
?>
?>