-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for mkdocs-encryptcontent-plugin #26
Comments
Hi there, well, I'm missing an error description here. Simply stating "not working on Python 3.9" doesn't seem plausible, as a recent bug was reported and fixed using Python 3.9.6. Please elaborate, specifically on the content of your Hint: If you move your mindmaps to |
Okay, I have to say I was a bit too hasty with my verdict - if I know something does not work I doesn't mean that I understand the problem - I'm sorry it was a bit late when I was writing this issue. I'll checked plugin on minimal config and it is working so problem is somewhere in my .yml. I've removed everything from pages except custom css and simple index.md, so for now:
mkdocs.yml: # Project information
site_name: 'Test'
site_description: 'Testing'
# Repository
# repo_name: ''
# repo_url: ''
# Copyright
copyright: 'Copyright © 2021 Testing'
# Plugins
plugins:
- markmap
- search
- autolinks
# - alternate-link
# - literate-nav:
# nav_file: SUMMARY.md
- roamlinks
- encryptcontent:
global_password: 'test'
remember_password: True
decrypt_search: True
title_prefix: ''
## Extensions
markdown_extensions:
- mdx_truly_sane_lists:
- footnotes
- pymdownx.highlight:
linenums: true
- pymdownx.superfences
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.snippets
- admonition
- pymdownx.details
- attr_list
- toc:
permalink: true
# Configuration
theme:
font:
text: Sarala
features:
- navigation.top
- search.suggest
- search.highlight
- search.share
name: 'material'
language: 'en'
# logo: 'images/logo.png'
# favicon: 'images/logo.png'
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/weather-night
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
accent: green
primary: deep purple
toggle:
icon: material/weather-sunny
# Configuration
# Customisation
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/andynameistaken
generator: false
extra_css:
- 'stylesheets/extra.css'
Logs:
|
Oh I found the issue! When |
Ok, that's a good starting point. Since #19 concerning |
|
Confirmed: #27 |
Anyway, I wanted to thank you for keeping up this project - it a nice to have it at the index page of every section so people can get grasp what they will be reading about. It would be cool to have some kind of interface for rolling map like admonitions in mkdocs material design theme (or Obsidian Publish graph view) so map would not take up unnecessary space, but it is still neat at its current feature set. |
Ok, so I identified the issue with
Thus, I'll view this issue as a feature request. Also, this may take a bit since highlight will need to be supported, but I'm not willing to add it as dependency. I'll keep you posted. |
|
@andynameistaken Thanks. Concerning your suggestions, markmap might be a better place to submit them. |
mkdocs.yml
:❯ tree docs:
The text was updated successfully, but these errors were encountered: