Skip to content

Instantly share code, notes, and snippets.

@muguu
muguu / find_tagged_pages_wip.py
Last active September 28, 2021 18:39
Plugin for ZimWiki >=0.67 (Work in progress)
# -*- coding: utf-8 -*-
# Plugin for ZimWiki: Find tagged pages.
# Copyright 2018 Murat Güven <muratg@online.de>
# Copyright ZimWiki: 2009-2018 Jaap Karssenberg <jaap.karssenberg@gmail.com>
# V1.251 for Zim >= 0.67
# Change Log
# V1.251 Rework on search
@muguu
muguu / find_tagged_pages.py
Created January 8, 2018 15:51
Plugin for ZimWiki >= V0.67 (formerly search_tagged_pages)
# -*- coding: utf-8 -*-
# Plugin for ZimWiki: Find tagged pages.
# Copyright 2018 Murat Güven <muratg@online.de>
# Copyright ZimWiki: 2009-2013 Jaap Karssenberg <jaap.karssenberg@gmail.com>
# V1.20
# Change Log
# V1.20 Update to support ZimWiki >067
@muguu
muguu / search_tagged_pages.py
Last active September 28, 2021 18:39
Plugin for ZimWiki >0.61 and < V0.66
# -*- coding: utf-8 -*-
# Plugin for ZimWiki: Search tagged pages.
# Copyright 2015 Murat Güven <muratg@online.de>
# Copyright ZimWiki: 2009-2013 Jaap Karssenberg <jaap.karssenberg@gmail.com>
# V1.15
# Change Log
# V1.15: If cursor is at empty line, don't go back to previous line / word and lookup a tag.
@muguu
muguu / tasklist.py
Last active March 14, 2022 07:49
Plugin for Zim Wiki >=V0.61 and < V0.66
# -*- coding: utf-8 -*-
# Copyright 2009-2017 Jaap Karssenberg <jaap.karssenberg@gmail.com>
# Copyright 2017 Murat Guven <muratg@online.de>
# This is a plugin for ZimWiki from Jaap Karssenberg <jaap.karssenberg@gmail.com>
#
#
# Additions to the original tasklist plugin by Murat Guven <muratg@online.de>
# V1.99 Taskcomment: Added option to add / remove date, added all styles for the comment string and the comment
@muguu
muguu / taskdate.py
Last active September 28, 2021 18:39
Plugin for ZimWiki V0.66 or greater
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# Copyright 2017 Murat Guven <muratg@online.de>
# This taskdate plugin provides a date for tasks in start / due date
# format for ZimWiki from Jaap Karssenberg
# V0.80 for Zim > 0.65
# Change Log
# V0.80: Added Calendar within expander. Mouse selection of start / due date within calendar
@muguu
muguu / autocompletion.py
Last active February 2, 2023 13:29
Plugin for ZimWiki V0.66 or greater
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# Copyright 2017 Murat Guven <muratg@online.de>
# This is a plugin for ZimWiki from Jaap Karssenberg <jaap.karssenberg@gmail.com>
#
# This plugin provides auto completion for tags similiar to code completion in code editors.
# When you press the @ key, a list of available tags are shown and can be selected.
# The {AutoCompletion} class can be used to provide auto completion on any given