Giter Club home page Giter Club logo

markdown.tmbundle's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

markdown.tmbundle's Issues

License?

Under what license is this released? I have been looking to try to make a Multimarkdown bundle for the Atom editor, using this as a starting point, but it's not clear how you have licensed this stuff...

Table cleanup can't handle more than one table in a row?

The below syntax cannot be cleaned up (notice the two line breaks between the tables). If text or any other non-table element is placed between the tables, the cleanup command works. I would expect that a single line-break would treat them as the same table and more than 1 line-break to treat them as separate tables.

|h1|h2|
|-|-|
|c1|c2|


|h3|h4|
|-|-|
|c3|c4|

bundle item popup

Hi,
after replacing markdown bundle with your when I click on the gear icon I get an alert saying bundle item popup
bundle item popup

TextMate 2 and Multimarkdown 6?

I can't seem to get this to work in TextMate 2 for Preview. I get errors when I try to preview with Markdown.

Failure running “Preview”.
Preview: line 15: multimarkdown: command not found

The editor updates, so now it inserts * for me when I'm doing lists, but I can't preview anything.

  1. I've tried setting the TM_MULTIMARKDOWN_PATH to /usr/local/bin

screen shot 2017-04-26 at 11 53 34 am

  1. I see multimarkdown 6 in my /usr/local/bin

  2. I don't see anything in the Textmate > Preferences > Bundles, does this overwrite existing settings?

screen shot 2017-04-26 at 11 55 12 am

TextMate variables not being utilized

I am using a selection of shell variables that I have defined in TextMate. For example,

Author: ${TM_FULLNAME}
Affiliation: ${TM_ORGANIZATION_NAME}

However, when I process the mmd file using the bundle, these variables are not utilized, but instead are being treated as literal values. So, in place of my name, the generated pdf displays ${TM_FULLNAME}. I have downloaded and installed the most recent version of the bundle.

Metadata header highlighting bug

One small bug in the syntax highlighting relates to headers with words separated by spaces: these do not get properly highlighted by the bundle. A small tweak to the begin and end entries in meta.header.multimarkdown seems to fix this:

begin = '^([A-Za-z0-9][A-Za-z0-9 ]):\s';
end = '^$|^(?=[ A-Za-z0-9]+:)';

Just an addition of two whitespace characters.

Ruby 2.0 support for Yosemite

OS X Yosemite uses Ruby 2.0 by default, but this bundle item was designed for Ruby 1.8. Can some contributer fix this?

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.