Archive for June 9th, 2004

Feature Planning

June 9th 2004

I almost wish that I had added more features to the Juk section of the KDE
Feature
Plan
while I had a chance.

I was afraid that I wouldn’t be able to code all the features I had added
in time, but they turned out to be much less work than I expected. Now I
can’t add any more features for a few months (not without paying in bugfixes,
that is).

On second thought, that’s OK. JuK could use some bugfixing, especially
with the list views updating after editing a tag, and the Tree View Mode.

Posted by mpyne under KDE & Programming | No Comments »

My Blogging Tool of Choice

June 9th 2004

One word. VIM.

I also managed to have vim automatically apply HTML syntax coloring to my
Pyblosxom blog
entries. At first I had this sort of involved script function that didn’t
even work right. But after a little digging, I noticed that vim already
supported what I was trying to do natively.

If you too would like to use vim to edit your blogs, then add this to your
~/.vimrc, replacing $PATH with the actually path to your Pyblosxom
datadir. You can use ~ in your path as well. If you’d like to run more than
one command, you can separate them with pipes (|).

Edit: I am somehow not surprised that Planet KDE stripped my CSS
styles from my HTML tags.

autocmd BufRead,BufNewFile
$PATH/* set syntax=html

Posted by mpyne under Personal | No Comments »