← Back to team overview

zim-wiki team mailing list archive

Re: Usage

 

Chris, all,

Just put a small plugin together that puts a list of backlinks in the
side pane. Maybe this will help your work flow as it makes the links
more visible. Install it by dropping in the "zim/plugins" folder and
restart zim. Enable in the preferences dialog.

This version put links in right side pane - will sync it in trunk such
that it will configurable. (Maybe bottom pane makes it look more like
you want ?  You can try it out by replacing "RIGHT_PANE" by
"BOTTOM_PANE" in the code.)

Another idea that I want to work on is to have a "link type". E.g. for
my notebook of zim tasks a "Depends On" type to link pages would be
really useful. (And probably link map plugin could be updated to only
show specific types as well.) Then we could organize the links in the
pane by the type of link.

If anyone has a suggestion for the syntax to attach a type to a link,
I'm open for suggestions.

Regards,

Jaap

On Tue, Jul 10, 2012 at 12:58 PM, Jaap Karssenberg
<jaap.karssenberg@xxxxxxxxx> wrote:
> On Mon, Jul 9, 2012 at 11:45 PM, Chris Miller <cjm@xxxxxxxx> wrote:
>> Is there anybody using zim as a daily journal of activities such that:
>>
>> Activities with and notes about people I encounter during the day accumulate
>> in one place qualified by the person so I can see the activities with a
>> person over time and that person's page will have links to people I think
>> are related -- maybe an index page, maybe a name space, maybe something
>> else?
>> Activities across a variety of projects similarly accumulate in a calendar
>> page so I can see what happened on any given day?  This seems straight
>> forward, but <CTRL>D stamps a date on my current page and creates a calendar
>> page with no content.
>
> The calendar page will also have a "backlinks" item in the statusbar.
> Click this to see what goes there. The backlinks menu that pops up has
> "tear-off strip" that allows you to pop it into a small dialog. This
> can be used to go over the list one by one.
>
> If I understand correctly what you want is to have a backlink index in
> the page itself. This is not possible at the moment, although not
> impossible to hack a plugin that could do something like that.
>
> For relations between people also the "Link Map" plugin might be
> interesting for you. If you put explicit links on pages to people this
> plugin can show a map of how people and projects relate.
>
> To answer the question on usage. What I do myself is I have a
> namespace per project where I put relevant information, tasks lists
> etc. Per project I have a kind of journal page where I put minutes of
> meetings etc. Here I just put a heading with the date on top for a new
> entry. I also keep a calendar page per week with time specific tasks.
> So I make less use of links for this use case - but I do use tags to
> classify task items.
>
>> I realize that this will not happen magically, and it may not even be
>> practical.  I realize that this is close to contact management territory,
>> and question is sketchy because my goals are not really clear in my own mind
>> and they will be shaped and become clearer as I understand zim capabilities
>> better.
>
> Regards,
>
> Jaap

Attachment: backlinkpane.py
Description: Binary data


References