Skip to content

Instantly share code, notes, and snippets.

function getSubDirectories($rootPath, $mainRootPath = NULL)
{
if (!$mainRootPath)
$mainRootPath = $rootPath;
$files = glob($rootPath . '/*');
$response = [];
foreach ($files as $file) {
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" && \
git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
@Mont4
Mont4 / ConfluenceRLT.md
Created January 11, 2024 19:34 — forked from hadisfr/ConfluenceRLT.md
wrinting Right to Left Persian/Arabic texts in Atlassian Confluence

Confluence RLT

Adding RTL Macro

  1. go to Confluence Administration
  2. go to User Macros page under Configuration part
  3. click on Create a User Macro to add a new macro
  4. create RTL Section macro
  • use rtl-section as Macro Name