Jump to content

Recommended Posts

Posted

I have a small project where I create an SQLite DB with HTML based on a source in markdown.

Conversion works, but as I need to call multimarkdown.exe (or similar) in a loop, it's fairly slow. Especially because I need to create temp files on disc.

My markdown is very simple, I only need some headers, perhaps bullet points.

Did anyone create a UDF with an internal markdown to html function ?

 

  Reveal hidden contents

I am just a hobby programmer, and nothing great to publish right now.

Posted

That would be cool if a UDF existed for Markdown. Perhaps it's something you could think about contributing  yourself?

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

Posted

That would be a fun project. ;)

Snips & Scripts

  Reveal hidden contents

My Snips: graphCPUTemp ~ getENVvars
My Scripts: Short-Order Encrypter - message and file encryption V1.6.1 ~ AuPad - Notepad written entirely in AutoIt V1.9.4

Feel free to use any of my code for your own use.                                                                                                                                                           Forum FAQ

 

Posted

  On 10/29/2014 at 4:01 PM, MikahS said:

That would be a fun project. ;)

It would, but I would really hate to re-invent the wheel if someone else has done it before me, and better.

So I gave this some thought, and figured that maybe someone had done in-memory implementations before. Seems like this is the case.

Because I know next to nothing about how .NET / DLLs work, my question to others - is any of these usable from AutoIT in any way ?

There are probably other similar.

If not, maybe it's worth looking at, some day.

  Reveal hidden contents

I am just a hobby programmer, and nothing great to publish right now.

Posted

Cheers for the C# links. I will play around with these in the next couple of weeks.

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

Posted (edited)

Guiness,

this is a different approach, but perhaps useful anyway - looking at the Perl code at http://daringfireball.net/projects/downloads/Markdown_1.0.1.zip it should be quite easy to get something going. Not sure how difficult the DLLs are.

I will try to get something going, to allow for very simple markdown use.

- myicq

Edited by Myicq
  Reveal hidden contents

I am just a hobby programmer, and nothing great to publish right now.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...