Skip to content

Conversation

arturog
Copy link

@arturog arturog commented May 31, 2025

This quick and dirty hack attempts to add wiki:<wiki_id> links to Kanboard. This would be an awesome feature. Can you contribute?

All Submissions:

  • Notify authors: @lastlink
  • Have you updated the ChangeLog with your proposed changes?
  • Have you checked to ensure there aren't other open Pull Requests for the same update/change?
  • pr update to master branch
    • Have you updated the getPluginVersion() in Plugin.php?

New Feature Submissions:

  • Have you added an explanation of what your changes do and why you'd like us to include them?

Description

Fixes # .

Changes proposed in this pull request:

  • Add the ability to use [My Title](wiki:<wiki_id>) links that translate to a Kanboard URL.
  • If we could use these links in tasks that would be great.
  • If we could get that "popup" that kanboard shows when typing #99 I would simply pass out.

@arturog arturog marked this pull request as draft May 31, 2025 22:03
@arturog
Copy link
Author

arturog commented May 31, 2025

If someone could help me clean this up that would be great 🙏 -- I know nothing about Kanboard development.

Copy link

@accesslint accesslint bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There are accessibility issues in these changes.

@@ -34,6 +32,42 @@
<?php endif ?>
</div>

<div class="wikicontent">
<div class="page-header">
<h2><?=t($wikipage['title'])?></h2>
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Headings shouldn't be empty.


<?php if (!$not_editable): ?>
<div class="page-header" style="margin-top: 5em;">
<h2><?=t('Attachments')?></h2>
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Headings shouldn't be empty.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant