First Help Article
Description for first help article
This is an HelpKit sample help article. This is the place where you provide valuable information to your customers. You can:
- create content
- add questions & answers
- add tutorial videos
- or whatever else you wish ✨
emoji callout
emoji callout is the place where you provide valuable information to your customers. You can: is the place where you provide valuable information to your customers. You can: is the place where you provide valuable information to your customers. You can:
light gray svg
gray svg is the place where you provide valuable information to your customers. You can: is the place where you provide valuable information to your customers. You can: is the place where you provide valuable information to your customers. You can:
warning
any icon purple
image callout
hello world

Self uploaded video
Portrait video
Self Upload Audio MP3
Self Upload Audio WAV
Some code with copy
getNotionFileSrc(iconUrl) {
const imageExtensions = ['.png', '.jpg', '.jpeg', '.svg', '.webp'];
if (iconUrl.includes('attachment:') && imageExtensions.some(ext => iconUrl.toLowerCase().endsWith(ext))) {
this.$log.debug('📂📔 Converted attachment URL:', iconUrl);
// Extract fileId and filename from attachment string format: attachment:fileId:filename
const [_, fileId, filename] = iconUrl.split(':');
const spaceId = this.$store.state.notion.spaceId;
this.$log.debug('📂📔 Converted attachment URL:', newUrl);
return this.getSignedFileSrc(newUrl, this.categoryItem.id);
}
return iconUrl;
},with caption
getNotionFileSrc(iconUrl) {
const imageExtensions = ['.png', '.jpg', '.jpeg', '.svg', '.webp'];
if (iconUrl.includes('attachment:') && imageExtensions.some(ext => iconUrl.toLowerCase().endsWith(ext))) {
this.$log.debug('📂📔 Converted attachment URL:', iconUrl);
// Extract fileId and filename from attachment string format: attachment:fileId:filename
const [_, fileId, filename] = iconUrl.split(':');
const spaceId = this.$store.state.notion.spaceId;
this.$log.debug('📂📔 Converted attachment URL:', newUrl);
return this.getSignedFileSrc(newUrl, this.categoryItem.id);
}
return iconUrl;
},Another pic

Gif

How to do something big
toggle list one
hello world
toggle list two
hello two
Heading 1 toggle
Heading two toggle
Navigate to another article
Some important side information
In order to read this article you have to follow the steps of this neat numbered list:
- Open your
eyes👀
- Navigate to your Notion app
- Read this sample article
- Come up with something more helpful than this sample 😉
Use images or videos to visually highlight things

How To Get Started?
Getting started with HelpKit is super easy. You create or edit your articles and categories here in Notion and then hit the “Sync now” button in your HelpKit dashboard. That’s it. Not magic but almost magic 🪄
📹 Watch Full HelpKit Walkthrough
📚 Learn With The HelpKit Help Center

Need More Help? I’m Here for You
First of all, thanks for checking out the best solution to turn your Notion pages into a professional help center or documentation site. Combined with our built-in analytics, article feedback, search intent and more writing your knowledge base has never been more productive and enjoyable. I am personally committed to making your HelpKit experience as smooth as possible, so should you ever need any guidance or have feedback, I am all ears! Simply reach me via my 📧 email: dominik@helpkit.so
Tips from Our Help Center Academy 🎓
One Last Pro Tip 🤖
Last updated on March 6, 2025
