onenote extractor
1.0.0
...
{
"classification" : [ " product management " , " business " , " developer tools " ],
"businessPriority" : 60 ,
"aiRelated" : false ,
"chaoticLevel" : 65 ,
"classificationInfo" : " The note focuses on the development of an admin console, including various tasks like image upload, code organization, and environment setup, all of which align with product management and developer tools. " ,
"businessPriorityInfo" : " Set to **60** because the note contains actionable items and ideas related to building a software product (admin console), though it lacks detail on market validation or customer engagement, indicating potentiality for an MVP. " ,
"aiRelatedInfo" : " The note does not mention terms related to AI, LLM, or similar, leading to a classification of false for AI-related content. " ,
"chaoticLevelInfo" : " Rated **65**. The note has multiple related topics around product development but lacks a cohesive structure, presenting various technical details that contribute to the perception of chaos. "
},
{
"classification" : [ " product idea " , " web development " ],
"businessPriority" : 30 ,
"aiRelated" : false ,
"chaoticLevel" : 20 ,
"classificationInfo" : " The note briefly mentions an editor similar to Codecademy, suggesting it could be a web-based product idea focused on providing coding education or tools for developers. " ,
"businessPriorityInfo" : " Set to **30** because while it hints at a potential product idea related to coding education, it lacks concrete details or an associated MVP concept. " ,
"aiRelatedInfo" : " The note does not mention any AI concepts, tools, or technologies. " ,
"chaoticLevelInfo" : " Rated **20**. The note is relatively structured, focusing on a single product idea without significant deviation into unrelated topics. "
}
문서 데이터베이스에 저장됩니다
버전 및 테스트 결과
커넥터 / 통합
AAA (Refresh Token) 문제는 액세스 토큰이 1 시간 동안 만 작동하고 응답 (액세스 토큰을 위해 인증 코드를 교환 할 때)은 새로 고침 토큰을 포함하지 않는다는 것입니다.
https://devblogs.microsoft.com/microsoft365dev/onenote-api-strottling-and-to--avoid-it/에 따라 확장을 사용하십시오. 재귀적인 반복 사용 대신 모든 노트북과 해당 섹션을 얻는 더 좋은 방법이 있습니다. 네트워크 왕복을 확장하고 줄입니다
https://learn.microsoft.com/en-us/graph/onenote-best-practices
전화 get ~/api/v1.0/me/notes/노트북? $ expand = 섹션, 섹션 그룹 ($ expand = 섹션)
메모 태그를 시도하십시오
<p data-tag="to-do:completed" data-id="prep">Till garden bed</p>
<p data-tag="to-do" data-id="spring">Plant peas and spinach</p>
<p data-tag="to-do" data-id="summer">Plant tomatoes and peppers</p>