Skip to content

Latest commit

 

History

History
69 lines (45 loc) · 1.41 KB

CHANGELOG.md

File metadata and controls

69 lines (45 loc) · 1.41 KB

Obsidian to latex changelog

0.1.6

New Features

  1. Text formatting
    1. Support bold text
    2. Support Italic text
    3. Support Bold and Italic text

Changes

  1. Obsidian to latex will search for .git as well as .obsidian for the vault root.

0.1.5

New Features

  1. Link to other embedded documents

0.1.4

New Features

  1. Render mermaid diagrams in code blocks starting with ````mermaid`

Fixes

  1. Handle code blocks that start with leading spaces

0.1.3

New Features

Changes

  1. Use section depth from parent document to set section depth of embedded documents

Fixes

0.1.2

New Features

  1. Support nested lists indented lists
  2. Support numbered lists
  3. Support numbered lists starting from numbers other than 1
  4. Convert markdown links to clickable links
  5. Barely support inline code snippets using back ticks
  6. Accept latex template from user

Fixes

Obsidian to latex changelog

0.1.1

New Features

  1. Raise FileNotFoundError when unable to locate .obsidian folder in Windows
  2. Barely support images
  3. Nest sections based on document inclusion depth
  4. Links within documents is just barely supported
  5. Add the minimum to barely support code blocks

Fixes

0.1.0

New Features

  1. Barely functional in one narrow use case

Fixes

  1. None, no bugs in previous release (based on https://github.com/kelseyhightower/nocode)