dansheffler / Notational-Sublime

A Sublime Text 2 plugin that emulates some of Notational Velocity's (or nvAlt's) functionality
26 stars 6 forks source link

Any plans to bring it to ST3 ? #1

Open diimdeep opened 10 years ago

diimdeep commented 10 years ago

I have same idea and googled this plugin. Just checked, and it is not work in sublime text 3. Any plans for update ?

dansheffler commented 10 years ago

I've switched over to Vim, so I don't plan on doing anything more with this. You are welcome to fork it, though.

pax commented 7 years ago

Hello from 2017, I'd wish I'd already found some forks/alternatives to this, nill :/

diimdeep commented 7 years ago

Hello, all this time I have been using ST3 with https://packagecontrol.io/packages/MarkdownEditing for notetaking. There is no support for links, but default ST3 search is great, Cmd+Shift+R to access Headers in all files, and support for markdown is exceptional. [edited]

pax commented 7 years ago

@diimdeep : what does does Cmd+Ctrl+R do? – it doesn't work by default.

diimdeep commented 7 years ago

Sorry, it is Cmd+Shift+R { "keys": ["super+shift+r"], "command": "goto_symbol_in_project" },

Displays Markdown headers in the Project Symbol List (Ctrl Shift R). They will start with #, so you will know they belong to markdown files at a glance. Also they will be on top of the list because of the precedence of #.

diimdeep commented 7 years ago

There is also really cool https://packagecontrol.io/packages/Table%20Editor for Multi Markdown Tables