Giter VIP home page Giter VIP logo

sofa-mdbook's People

Contributors

jcpaik avatar

Watchers

 avatar

sofa-mdbook's Issues

Parse image tags with wikilink `![[image.png]]`

In md,

![[wiki]]

![wiki](image.png)

In pandoc,

[ Para
    [ Str "!"
    , Link
        ( "" , [] , [] ) [ Str "wiki" ] ( "wiki" , "wikilink" )
    ]
, Para
    [ Image ( "" , [] , [] ) [ Str "wiki" ] ( "image.png" , "" )
    ]
]

Switch from Cabal to Stack script once LTS resolver with `pandoc >= 3.0` is available

Right now the preprocessor is a Cabal script. I would have prefered to use a stack script like this

#!/usr/bin/env stack
{- stack script --resolver=nightly-2023-02-14 --verbosity=info
  --package process
  --package pandoc
  --package pandoc-types
  --package text
-}

but it just don't give me the needed Pandoc >= 3.0 saying that it is hidden.
LTS resolvers work with no 'hidden package' error, but it doesn't have >= 3.0
and I already wasted a full working day on it just to make it work.
I might better make a full project, but this is just a script and I don't want all the extra steps/files to compile and run.

Can't use lists inside a theorem environment.

Parsing with Markdown reader, Pandoc does not recognize lists in a quote.

Using CommonMark reader, we can express list in a quotation but doing so leads to multilple errors:

  • - inside multiline equations, if started in a line, is considered as a list not a part of equation.
  • Even after fixing a few corners, parsing the file as commonmark does not work (WHY?)

Auto-generate SUMMARY.md from Obsidian Vault

Use Turtle

  • Transverse a directory recursively.
  • Check if filename matches either starts with [0-9A-Z][0-9].
    • If not, ignore.
  • If it is a directory, add this as a section name
  • If it is a file, add a file section

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.