adjective

Url

1944 of 3214
Bad / Old

arcane - Relating to hidden knowledge, especially in subjects like magic or ancient traditions.

He mastered the arcane art of handcrafting rare musical instruments.

// Auto-focus search input when modal opens var searchModal = document.getElementById('searchModal'); if (searchModal) { searchModal.addEventListener('shown.bs.modal', function () { var inp = searchModal.querySelector('input[name=search]'); if (inp) inp.focus(); }); }