This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
# -*- coding: utf-8 -*- | |
# Copyright 2017 Murat Guven <[email protected]> | |
# This is a plugin for ZimWiki from Jaap Karssenberg <[email protected]> | |
# | |
# 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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
# -*- coding: utf-8 -*- | |
# Copyright 2017 Murat Guven <[email protected]> | |
# 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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- coding: utf-8 -*- | |
# Copyright 2009-2017 Jaap Karssenberg <[email protected]> | |
# Copyright 2017 Murat Guven <[email protected]> | |
# This is a plugin for ZimWiki from Jaap Karssenberg <[email protected]> | |
# | |
# | |
# Additions to the original tasklist plugin by Murat Guven <[email protected]> | |
# V1.99 Taskcomment: Added option to add / remove date, added all styles for the comment string and the comment |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- coding: utf-8 -*- | |
# Plugin for ZimWiki: Search tagged pages. | |
# Copyright 2015 Murat Güven <[email protected]> | |
# Copyright ZimWiki: 2009-2013 Jaap Karssenberg <[email protected]> | |
# V1.15 | |
# Change Log | |
# V1.15: If cursor is at empty line, don't go back to previous line / word and lookup a tag. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- coding: utf-8 -*- | |
# Plugin for ZimWiki: Find tagged pages. | |
# Copyright 2018 Murat Güven <[email protected]> | |
# Copyright ZimWiki: 2009-2013 Jaap Karssenberg <[email protected]> | |
# V1.20 | |
# Change Log | |
# V1.20 Update to support ZimWiki >067 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- coding: utf-8 -*- | |
# Plugin for ZimWiki: Find tagged pages. | |
# Copyright 2018 Murat Güven <[email protected]> | |
# Copyright ZimWiki: 2009-2018 Jaap Karssenberg <[email protected]> | |
# V1.251 for Zim >= 0.67 | |
# Change Log | |
# V1.251 Rework on search |