Dmitry Skopa
Results
2
comments of
Dmitry Skopa
Having notes stored in native markdown + frontmatter for meta is definitely a good way! Manual exporting as md doesn't help much for integration with other apps We're loose nothing...
Why is it closed? I can't use exported enum in my tests actions.ts: ```ts export const enum DefinitionActionType { LOADING_DEFINITIONS = 'definitions/LOADING_DEFINITIONS', LOADED_DEFINITIONS = 'definitions/LOADED_DEFINITIONS', } ``` When running normally...