[Zim-wiki] Zim VS Android

2020-08-10 Thread Yahoo
Hi everyone,

I have 2 questions about Zim VS Android :

1. Is there an android application that can recognize the Zim format
(other than simple text editors)? By recognizing the Zim format, I mean
: titles, bullets, numbering, tasks, etc.
2. If I want to share/export my Zim tasks with Android, is there a way
to do it? Any suggestions?

Thanks

--Renaud Levesque

___
Mailing list: https://launchpad.net/~zim-wiki
Post to : zim-wiki@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zim-wiki
More help   : https://help.launchpad.net/ListHelp


[Zim-wiki] line separator in ToC

2020-06-26 Thread Yahoo
Hello there,

Don't know if it's a new feature or a bug on my computer, but does
anyone have noticed that, recently, line separators appear in the table
of contents of pages?

Running Zim 0.73.1 on Budgie-Ubuntu 20.04 (focal).

Thanks

Renaud Levesque

___
Mailing list: https://launchpad.net/~zim-wiki
Post to : zim-wiki@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zim-wiki
More help   : https://help.launchpad.net/ListHelp


Re: [Zim-wiki] How user can see completed tasks in the task list?

2020-06-17 Thread Yahoo
Hi Nick

There could be a couple of ways to do it.

1. Simple, but not so elegant, is to use the Task List but never check
the boxes.

Instead, use a tag like @completed or @finished (but not both), so you
can filter tasks on those tags. This way, you could have @cancelled also
or @delayed or whatever you want.

Tags are very useful with tasks as you can mix them. For example, I
often put an estimated time in the form of a tag (@d2 for 2 days, @h3
for 3 hours, etc.), so I can again filter based on time.

2. Use Task List and check the boxes as usual.

Since Zim files are simple text files, you can seach them using tools or
commands.

For Windows, I know a tool called Copernic that can do this job, as it
indexes files and their content.

On Linux, DocFetcher does the same.

On Linux, for the current directory, the command "cat *txt | grep
"\[\*\]" will find all completed tasks, as "
cat *txt | grep "\[x\]" will give all cancelled ones.

Hope that helps.

--

Renaud Levesque

Le 20-06-16 à 14 h 02, Николай А Кузнецов a écrit :
> Hello!
>
> Can user see completed tasks in the task list?
>
> Regards,
___
Mailing list: https://launchpad.net/~zim-wiki
Post to : zim-wiki@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zim-wiki
More help   : https://help.launchpad.net/ListHelp


Re: [Zim-wiki] Changing accelerators

2020-06-16 Thread Yahoo
Hi Joseph,

With the latest versions of Zim, you can now do it in Preferences > Key
Bindings.

Hope this helps.

Renaud Levesque


Le 20-06-16 à 09 h 11, Joseph Reagle a écrit :
> I wanted to remap a key, but the following page suggests two methods. 
>
>
>  https://github.com/jaap-karssenberg/zim-wiki/wiki/Defining-custom-keybindings
>
>
> The first link no longer has the spoken of section ("Changing accelerators") 
> and the second no longer exists.
>
> Is it possible to remap shortcut keys?
>
>
>
> ___
> Mailing list: https://launchpad.net/~zim-wiki
> Post to : zim-wiki@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~zim-wiki
> More help   : https://help.launchpad.net/ListHelp
___
Mailing list: https://launchpad.net/~zim-wiki
Post to : zim-wiki@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zim-wiki
More help   : https://help.launchpad.net/ListHelp


Re: [Zim-wiki] Zim 0.73 released !

2020-06-07 Thread Yahoo
Hi/Bonjour,

Yes, thank you very much for this wonderful piece of software!

I've made the switch from Tomboy about 10 years ago and never regret it.
Used it at home on linux and at my job on linux and windows (just wish I
could use it on Android). When I left my job, a couple of years ago,
coworkers asked me to leave them my Zim notes, because they knew how
useful these notes were.

Thanks again/Merci!

--

Renaud Levesque

Québec, Canada


Le 20-06-06 à 14 h 39, Jaap Karssenberg a écrit :
> Dear all,
>
> Although a bit delayed, I just release zim 0.73.
>
> Absolute highlight is that this version now allows formatting styles
> to overlap in the editor. A special thanks to Edvard Rejthar for that
> patch.
>
> See the changelog below for the full list of updates
>
> Translation template should be imported soon in the launchpad website.
> Please check over there if you want to help translating zim.
>
> Regards,
>
> Jaap
>
>
> ##  0.73.0 - Sat 06 Jun 2020
> * Add ability to combine formatting styles in editor
> * Improve URL and link parsing to look for matching brackets
> * Reduce the number of `-` needed to auto-format a horizontal line
> * Allow typing bullet after e.g. checkbox to replace it
> * Add autoformat for sub- and super-script by typing `^..` and `_{..}`
> * On autoformat headings also strip trailing `=`
> * Fix issue with lost formatting when using spellchecker
> * Add support for "paragraph-background" property in style.conf
> * Improve keyboard behavior of find bar in editor
> * Swap the layout in the InsertDateDialog
> * Allow re-arranging side pane tabs by drag and drop
> * Add option to automatically collapse sections in the pageindex
> * Fix regression for inserting links on "Attach file" and moved this
>   function to the Insert menu
> * Merge MovePageDialog and RenamePageDialog into a single dialog
> * Fix behavior when renaming non-existing "placeholder" pages
> * Add workaround for drag-and-drop issue #390
> * Whitelist image formats in latex export to avoid invalid image types
> * Add MacOS menubar plugin & fix for main menu mnemonics in MacOS
> * Give temporary directories unique names to improve robustness
> * Support TEXTDOMAINDIR evironment variable to set locale directory
> * Improve folder checks for automount feature
> * Improve window colors in distraction free mode
> * Add option to set the wrap-mode in sourceview
> * Add theme choice for the source view plugin
> * Add "private" switch to server command for commandline usage
> * Add authentication support to web server
> * Add template selection option to web server dialog
> * Add option for fontsize to table of contents plugin
> * Add option to show horizontal lines in table of contents
>
>
> ___
> Mailing list: https://launchpad.net/~zim-wiki
> Post to : zim-wiki@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~zim-wiki
> More help   : https://help.launchpad.net/ListHelp
___
Mailing list: https://launchpad.net/~zim-wiki
Post to : zim-wiki@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zim-wiki
More help   : https://help.launchpad.net/ListHelp


Re: [Zim-wiki] Attachments management

2020-05-26 Thread Yahoo
Hi Alessia,

If I remember well, you can search files inside Thunar, which is the
default file browser of Xubuntu.

If not, you can install Catfish which will do the work fine. With
Catfish, you can even copy the paths of the files found and paste it
in... Zim!

I now use Nemo on Budgie Ubuntu and there is also a way to find files
from it.

Hope this helps.

Bye

--

Renaud Levesque


Le 20-05-24 à 16 h 40, Alessia Moretti a écrit :
> Thanks for everyone's suggestions! They are very useful. I'll look
> into ls and find manual pages to see which one fit my needs more and
> I'll try to create a simple bash script. Thanks again to everyone!
>
> Il Dom 24 Mag 2020, 15:00 Yury Dudorov  > ha scritto:
>
> Hi Alessia,
>
> the Zim notebook is simply an ordinal file tree structure so you
> can use any commands for files/folders examination. For example
> you can run 'ls' recursively
>
> [/Tasks][6249]% *ls* -*R*l Tasks/Install/
> Tasks/Install/:
> total 1
> drwxrwx---+ 1 ydudorov Domain Users   0 May 21 19:49 Home
> -rwxrwx---+ 1 ydudorov Domain Users 153 May 21 19:45 notebook.zim
>
> Tasks/Install/Home:
> total 1
> drwxrwx---+ 1 ydudorov Domain Users   0 May 22 23:00 Install_Area
> -rwxrwx---+ 1 ydudorov Domain Users 200 May 21 19:48 Install_Area.txt
>
> Tasks/Install/Home/Install_Area:
> total 5
> drwxrwx---+ 1 ydudorov Domain Users   0 May 23 22:56 SV_Express
> -rwxrwx---+ 1 ydudorov Domain Users 419 May 22 23:00 SV_Express.txt
>
> Tasks/Install/Home/Install_Area/SV_Express:
> total 25
> ...
>
> or try to find files with known extensions (pdf/jpeg):
>
> [/Tasks][6250]% *find*
> Odds-and-ends/Chancery/Home/Cheat_sheet_bundle -iname '**.pdf*' -o
> -iname '**.jpeg*'
> Odds-and-ends/Chancery/Home/Cheat_sheet_bundle/CLI-Cheat-Sheet.pdf
> Odds-and-ends/Chancery/Home/Cheat_sheet_bundle/Git for Subversion
> Users.pdf
> Odds-and-ends/Chancery/Home/Cheat_sheet_bundle/git-cheatsheet-EN-white.pdf
> 
> Odds-and-ends/Chancery/Home/Cheat_sheet_bundle/workflow-of-version-control.pdf
> [/Tasks][6251]%
>
> On Sun, May 24, 2020 at 2:39 PM Alessia Moretti  > wrote:
>
> Thanks Marco for your answer. I usually export in html with
> one of the default template. I'm using linux (Xubuntu) and I
> think there should be a similar comand line tool. I just
> wanted to know how many and which attachments there are in the
> whole zim notebook (with its subdirectories) to check if
> everything is done. I think I've to run some command like
> ls(?) recursively against the notebook top level directory.
> I'm not very knowledgeable of the command like though.
> Thanks again 
> Alessia
>
> Il Sab 23 Mag 2020, 18:25 Marco Cevoli  > ha scritto:
>
> Hi Alessia,
>
> how do you export the notebook? If you don't mind using an
> external command, you can simply use a DOS command, such
> as "dir *.* > list.txt " to print the file list of the
> current directory to a text file. If you're on Windows,
> see: 
> 
> https://answers.microsoft.com/en-us/windows/forum/windows_7-files/copy-filenames-from-folders-and-subfolders/1797e5eb-0be9-455b-a370-525e927a08f1
>  
>
> Regards,
>
> Marco Cevoli
>
> On Sat, May 23, 2020 at 3:34 PM Alessia Moretti
> mailto:ale...@gmail.com>> wrote:
>
> Hello everyone and thanks to everyone who develop and
> help developing this wonderful application. Lately I'm
> managing and keep track of my daughter's homeworks
> (primary school, online lessons due to lockdown).
> Every time I send a homework to the teachers (a jpeg
> or pdf file) I put a copy of it in the correct day in
> a "homeworks" journal notebook so I can keep track of
> if and when the due homeworks were done. My question
> is: there is a way to have a list of the attachments
> when I export the notebook (and if it's possible in
> which format)? Thanks a lot
>
>
> Il Mer 13 Mag 2020, 16:43 Marco Cevoli
>  > ha scritto:
>
> A little effort in starting an Android app was
> done in the past. I thought I could - at least -
> help with the mockup design, but couldn't work on
> it. If you think your students can go down that
> road, this is the starting point:
> 
> https://github.com/jaap-karssenberg/zim-android-mockapp/wiki 
>
> Having an app would 

Re: [Zim-wiki] "Go to date" shortcut broken in Zim 0.72 (Ubuntu 19.10)?

2020-01-14 Thread Yahoo
Hi Roberto,

I got the same configuration as you (Ubuntu 19.10 with Budgie desktop
although, Zim 0.72.0), and alt-d is working fine.

Maybe you could take a look at the key bindings now available in the
preferences and see if you got the following entry :

/journalPageViewExtension/go_page_today            ALT-D

Hope this helps. So long.

--

Renaud Levesque

Québec, Canada

Le 20-01-14 à 03 h 44, Roberto Suárez Soto a écrit :
> Hi,
>
>     I've recently updated to Ubuntu 19.10, and with it comes Zim
> 0.72.0. Since the update, the shortcut Alt+D, which jumps to today's
> Journal page, stopped working.
>
>     Is this a known issue? May it be something in my configuration?
>
>     Thanks in advance!
>
> -- 
>
>  
> http://
> Roberto Suárez Soto
> http://about.me/roberto.suarez.soto
>
>  
>  
>
>
> ___
> Mailing list: https://launchpad.net/~zim-wiki
> Post to : zim-wiki@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~zim-wiki
> More help   : https://help.launchpad.net/ListHelp
___
Mailing list: https://launchpad.net/~zim-wiki
Post to : zim-wiki@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zim-wiki
More help   : https://help.launchpad.net/ListHelp


Re: [Zim-wiki] Using start AND due date

2018-02-05 Thread Yahoo
Hi there,

I also got some problems with disappearing tasks from times to times. I
think it comes from syncing my notebooks to/from USB key. Running "zim
--index ..." or forcing reindex from tools menu don't solve it.

The only way I found of /really/ reindexing is to change the sections to
index in the task list preferences, validate, and change back again to
its old values (i.e. retyping the sections to index).

Hope it helps.

Renaud Levesque


Le 03/02/2018 à 15:47, Joseph Reagle a écrit :
> Trying 0.68-rc 1 doesn't solve the problem of my disappearing tasks after 
> index from the terminal.
>
> Some additional sleuthing indicates running index from the terminal is a 
> likely culprit.
>
> 1. When I run `Update Index` from within zim it takes 5-6 seconds.
> 2. When I run zim --index on the command line, it completes in less than a 
> second, so perhaps it fails and deletes my tasks in the index?
>
> ```
> python2.7 zim.py --index  ~/joseph/plan/zim/notebook.zim
> ```
>
> Should I be able to run the following with debug too? I get an error:
>
> ```
> ╰─➤  time python2.7 zim.py --debug --index  ~/joseph/plan/zim/notebook.zim
> /usr/local/Cellar/python/2.7.14_2/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python:
>  can't open file 'zim.py': [Errno 2] No such file or directory
> python2.7 zim.py --debug --index ~/joseph/plan/zim/notebook.zim  0.01s user 
> 0.01s system 78% cpu 0.024 total
> ```
>
>
> BTW I also get a warning messages from GTK when running:
>
> ```
> 2018-02-03 15:20:36.774 Python[72901:4385493] *** WARNING: Method 
> userSpaceScaleFactor in class NSView is deprecated on 10.7 and later. It 
> should not be used in new applications. Use convertRectToBacking: instead.
> ```
>
> ___
> Mailing list: https://launchpad.net/~zim-wiki
> Post to : zim-wiki@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~zim-wiki
> More help   : https://help.launchpad.net/ListHelp

___
Mailing list: https://launchpad.net/~zim-wiki
Post to : zim-wiki@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zim-wiki
More help   : https://help.launchpad.net/ListHelp


Re: [Zim-wiki] Daily due dates for tasks in weekly journal

2018-01-16 Thread Yahoo
Hi Bruno,

Just a suggestion : it looks to me as your goal would be acheived if you
change the journal page setup from weekly to daily. Task list can be
sorted by date due then.

That's how I set up mine and it works very well. In the task
configuration page, I've set up index pages only on "Journal" and
"Actions" and I use tags to filter tasks.

Bye
Renaud
Zim 0.68-rc1 on Xubuntu
Le 15/01/2018 à 18:09, Bruno C. Vellutini a écrit :
> Hi all,
>
> I'm looking for some suggestions on this particular use case.
>
> I use the Journal plugin on Week mode where each page contains
> headings with day names (default template). I organize my tasks
> accordingly, like this.
>
> Sunday 14 January
> [ ] Lunch with friends.
>
> Monday 15 January
> [ ] Morning meeting.
> [ ] Go to a run.
>
> etc...
>
>
> In the Task List plugin, I set the option to use the journal pages as
> due dates. This marks the due dates of all the tasks in the page to
> the last day of the week. This is already great! However, I would like
> the due dates to reflect the tasks' assigned day on this week page
> (i.e. where they are on the page).
>
> One alternative would be to mark individual tasks with dates, but this
> is kind of redundant. Another is to make subtasks like this:
>
> [ ] Sunday 14 January <2018-01-14
>     [ ] Lunch with friends.
>
>
> But that's also less readable than the default template. Is there any
> other alternative that I might have missed?
>
> @Jaap I had a look at the code. If I were to implement such
> functionality, would you say modifying the TaskParser is the way to go?
>
> Cheers!
> Bruno
>
>
>
>
> ___
> Mailing list: https://launchpad.net/~zim-wiki
> Post to : zim-wiki@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~zim-wiki
> More help   : https://help.launchpad.net/ListHelp

___
Mailing list: https://launchpad.net/~zim-wiki
Post to : zim-wiki@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zim-wiki
More help   : https://help.launchpad.net/ListHelp


Re: [Zim-wiki] Is "Labels marking inactive task" still working for Task List plugin in 0.67?

2017-07-15 Thread Yahoo
Hi there,

I just hope the "inactive labels" will still be usable, at least by the
"preferences.conf" file, because this is a feature I use a lot in
combinaison with the journal that sets dates automatically.

There is allways some tasks that I don't want to see right now. Future
tasks in the journal are marked this way (@inactive), which look like
the same behavior with a starting date, but also some tasks in the past
are also not actionable right now, being @suspended or @in_waiting for
exemple (plus, I can still display all the tasks and filter them by
their status).

Just wanted to share how useful the feature is.

Thanks
Renaud

Le 14/07/2017 à 02:50, Jaap Karssenberg a écrit :
> Hi Shih-Yuan,
>
> Yes, I removed it from the GUI because I want to deprecate this
> feature in favor of using starting dates for tasks - kind of turning
> "wait" into "snooze".
>
> However the setting is still in the config file for those who were
> actively using it. So indeed if you used it in the past, it remains
> effective. You can find it in the "preferences.conf" file under the
> section for the tasklist plugin.
>
> May be removed completely from future versions. 
>
> Regards,
>
> Jaap
>
> On Thu, Jul 13, 2017 at 9:57 PM Shih-Yuan Liu  > wrote:
>
> Dear zim-wiki:
>
> The "Labels marking inactive task" option has been removed from
> the configuration GUI of the Task List plugin. But I just found
> out that by given a task an @wait tag, it is treated as inactive,
> i.e. greyed out in the task list and hidden when "Only shows
> active taks" is checked. Is @wait a undocumented magic keyword or
> is my previous list of "Labels marking inactive task" still
> working under the hood ( I think I add @wait to the list via the
> GUI in previous release ) although there is no GUI to access them
> anymore? Thanks!
>
> Sincerely,
>
> Shih-Yuan
> ___
> Mailing list: https://launchpad.net/~zim-wiki
> 
> Post to : zim-wiki@lists.launchpad.net
> 
> Unsubscribe : https://launchpad.net/~zim-wiki
> 
> More help   : https://help.launchpad.net/ListHelp
>
>
>
> ___
> Mailing list: https://launchpad.net/~zim-wiki
> Post to : zim-wiki@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~zim-wiki
> More help   : https://help.launchpad.net/ListHelp

___
Mailing list: https://launchpad.net/~zim-wiki
Post to : zim-wiki@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zim-wiki
More help   : https://help.launchpad.net/ListHelp