Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 863 Bytes

README.md

File metadata and controls

29 lines (23 loc) · 863 Bytes

knowledge-vault

Prerequisites

  • Python 3.9
  • Packages: requirements.txt
  • Install a virtual env with requirements.txt
conda create --name knowledge-vault python=3.9
conda activate knowledge-vault
conda install --file requirements.txt

Local Execution

streamlit run 🏠_Home.py

Content Edit

Feature Instruction
Edit introduction Modify data/intro.md
Add a new topic Add a new .md under data/topics
Add a new icon Search for icon at icons8, "Copy", use "Link to PNG" for the hyperlink and add "Link to icon page" in data/icons.md

All .md files to be handled by st.markdown(), hence can handle most markdown syntax to provide a good writing and visualization experience.

Contact