.

Confluence


Reading time: less than 1 minute
var ta = document.createElement('textarea');ta.style.width='100%';ta.style.height='90%';ta.value=tinyMCE.activeEditor.getContent();document.body.appendChild(ta);var btn = document.createElement('button');btn.innerText='Write';document.body.appendChild(btn);btn.onclick=()=>{tinyMCE.activeEditor.setContent(ta.value); ta.remove(); btn.remove();};

Citation

If you find this work useful, please cite it as:
@article{yaltirakli,
  title   = "Confluence",
  author  = "Yaltirakli, Gokberk",
  journal = "gkbrk.com",
  year    = "2025",
  url     = "https://www.gkbrk.com/confluence"
}
Not using BibTeX? Click here for more citation styles.
IEEE Citation
Gokberk Yaltirakli, "Confluence", August, 2025. [Online]. Available: https://www.gkbrk.com/confluence. [Accessed Aug. 16, 2025].
APA Style
Yaltirakli, G. (2025, August 16). Confluence. https://www.gkbrk.com/confluence
Bluebook Style
Gokberk Yaltirakli, Confluence, GKBRK.COM (Aug. 16, 2025), https://www.gkbrk.com/confluence

Comments

© 2025 Gokberk Yaltirakli