Archives

Archives / 2017 / September
  • delete text inside HTML or XML tag

    Tags: vim
    Your text file may contain HTML or XML like this. <p>Hello World</p> Then, you want to delete or change text inside tag which is p tag for this example. To delete text inside tag, in Vim normal mode, … Read more...
  • using orchard command line

    Tags: orchard
    Recently, I have worked with Orchard and create many modules which used in codesanook.com. Orchard has some built in command line tool which is really nice. Therefore, I think it is good to share … Read more...