Skip to content

Instantly share code, notes, and snippets.

View jekamax's full-sized avatar

Eugene Maximov jekamax

  • Moscow, Russia
View GitHub Profile
@jekamax
jekamax / OOMarkdown.bas
Last active August 24, 2022 17:41
Macro allow using of markdown syntax while writing in LibreOffice or OpenOffice
'*** Markdown formatter for Libre(open)Office ****
' (pre-alpha-demo)
' Author: Jeka twoweeksgame@gmail.com
' License: No any warranties blah blah blah...
' Send me real postcard if you Like to use it
'
' Features: format headers verbatim blocks and formulas
' according to Markdown syntax
'
' Install: Open Tools->Macros->Organize Macros->LibreOffice Basic
package org.jekamax.utils;
import java.lang.reflect.Field;
import java.util.Collection;
import java.util.HashSet;
import java.util.Set;
import java.util.TreeSet;
import java.util.logging.Level;
import java.util.logging.Logger;