Settings

Theme

Show HN: I was bored with verbosity of React, then this happens

i.imgur.com

5 points by thenewvu 9 years ago · 7 comments

Reader

borplk 9 years ago

This is not detailed enough for "Show HN", just a screenshot.

  • thenewvuOP 9 years ago

    Sorry for that, I just want to "show" my idea and to see how people think about it, for more detail please take a look at my reply to `sova`.

sova 9 years ago

Could you explain some more on how you're using all those interesting symbols?

  • thenewvuOP 9 years ago

    Sorry, just it's for my need, not ready and recommended for others, but still, if you're bored like me, please install Vim, vim-javascript and vim-jsx-pretty plugins, enable concealing by adding `set conceallevel=2` into vimrc, then add the below file into `~/.vim/after/syntax/javascript.vim`. https://github.com/thenewvu/dotfiles/blob/master/.vim/after/...

    Oh .. wait, you need to install nerd-fonts as well, gooling for that.

    For using, I don't know, I just feel good with it. That's all.

    • sova 9 years ago

      Ah so does VIM convert your cool glyphs into text before compiling?

      • thenewvuOP 9 years ago

        No .. it just "displays" those icons, the origin code is still valid and verbose, you can think it as a kind of code highlighting.

        • sova 9 years ago

          Ah, very nice. That's actually not a bad way to go on the long and beautiful path to Code Canvas

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection