summaryrefslogtreecommitdiffstats
path: root/markam_v020.post
blob: 444e451e724f7291177aea551c3b93c3bda85f79 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
;;;;;
title: Markam v0.2.0
tags: projects, markam
date: 2013-02-16 11:37
format: md
;;;;;

I've just pushed version 0.2.0 of my project
[Markam](http://projects.ryuslash.org/markam/). It took longer than I
thought it would. Since storing was still all I wanted to do I had no
rush to add anything else. Until now.

Changes include:

- Add `install`, `uninstall` and `install-strip` targets to the
  Makefile, this should make installing easier.

- Add simple tag/title searching. Looks through bookmarks for any that
  have been tagged with the given string, or that have it somewhere in
  their title.

- Add a `--script` switch, which changes output for both the default
  and search behavior. When this switch is passed to markam it outputs
  the name, description and url of each bookmark, where each bookmark
  is separated by `C-^`
  ([Record separator](http://en.wikipedia.org/wiki/Record_separator#Field_separators))
  and each field by `C-_`
  ([Unit separator](http://en.wikipedia.org/wiki/Unit_separator#Field_separators)).
  This should help in building tools around it by making parsing
  somewhat easier. The bundled [Conkeror](http://conkeror.org)
  interface uses it.

- Update the [Conkeror](http://conkeror.org) interface:

    - Add the commands `markam-find-url` and
      `markam-find-url-new-buffer`. These call markam with a possible
      search string and add them as completion candidates, for easy
      searching and opening of your bookmarks. `markam-find-url` uses
      the current buffer and `markam-find-url-new-buffer` opens the url
      in a new buffer.

<!-- Local Variables: -->
<!-- mode: markdown -->
<!-- End: -->